Skip to content

CVE-2023-27532: Veeam Backup & Replication API Credential Disclosure

HERMES

HERMES THREAT SCORE & ENTERPRISE BACKUP ATTACK SURFACE

Target: Veeam Backup & Replication (Veeam.Backup.Service.exe / TCP 9401)
Confidence: 99%
91 / 100
HIGH

Measures real-world operational relevance, exploit weaponization, and active threat posture.

Dimension Breakdown
Exploitability 19 / 20
Threat Activity 18 / 20
Weaponization 20 / 20
Exposure 16 / 20
Prevalence 19 / 20
Impact 19 / 20
Exploit Maturity 20 / 20
Attack Chain Potential 19 / 20
βš–οΈ Divergence & Operational Rationale

CVSS v3.1 rates CVE-2023-27532 at 7.5 (HIGH, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). The Hermes Threat Score elevates operational risk to 91 (HIGH) reflecting extensive ransomware weaponization (FIN7, Akira, Medusa) and presence in offensive AI toolkits.

πŸ•ΈοΈ Connected Knowledge Graph & Provenance

CVE-2023-27532: Veeam Backup Service API Credential DisclosureVULNERABILITY

Connected Nodes: 2
Active Relationships (Outgoing)
→ affectsPRODUCTVeeam Backup & Replication
98% VERY_HIGH

Software platform affected by security vulnerabilities and agentic attack patterns.

πŸ” Why is this related? (Evidence & Provenance)

“Confirmed security vulnerability in Veeam Backup & Replication documented in Hermes dossier.”

Supporting Verified Evidence:
→ usesATTACK TECHNIQUET1552: Unsecured Credentials
90% VERY_HIGH

Adversaries search compromise victims for unsecured credentials in files, environment variables, or memory.

πŸ” Why is this related? (Evidence & Provenance)

“Attack execution telemetry aligns with MITRE ATT&CK technique T1552.”

Supporting Verified Evidence:

ParameterTechnical SpecificationThreat Intelligence Context
CVE IdentifierCVE-2023-27532Veeam Security Advisory KB4424 & CISA KEV
Affected Productveeam:backup_and_replicationEnterprise Backup, Recovery & Disaster Recovery Platform
Vulnerable ComponentVeeam Backup Service (TCP 9401).NET Remoting / WCF Service Endpoint
Weakness ClassCWE-306: Missing Authentication for Critical FunctionBroken Authentication / Sensitive Data Exposure
CVSS v3.1 Score7.5 (HIGH / Hermes Score 91)CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Fixed Versions12.0.0.1420 P20230319, 11.0.0.837 P20230321Official Vendor Hotfix Releases
MITRE ATT&CKT1552.001 - Credentials in Files, T1078 - Valid AccountsCredential Access / Privilege Escalation
Forensic Cross-ReferenceVeeam Backup Vulnerability MatrixForensic DFIR triage for backup server intrusions

The Veeam Backup Service (Veeam.Backup.Service.exe) listens on TCP port 9401 by default. It exposes an internal communications endpoint designed to allow auxiliary backup components to retrieve configuration records.

However, the endpoint lacked authentication enforcement:

  • A remote network client can connect directly to TCP port 9401.
  • By sending structured .NET remoting / XML payloads, an attacker queries the Credentials table within the Veeam backend Microsoft SQL Server database.
  • The service returns database connection strings, DPAPI-protected secrets, and stored credentials (including VMware vCenter root passwords and Active Directory backup operator passwords).

  1. Perimeter Breach: Attacker achieves initial network access (e.g. via PaperCut CVE-2026-81578 & CVE-2026-82078).
  2. Internal Reconnaissance: Attacker scans internal subnets for listening port 9401/TCP.
  3. Exploitation (CVE-2023-27532): Attacker dispatches an unauthenticated query to Veeam.Backup.Service.exe to dump the configuration database.
  4. Credential Extraction: The attacker recovers domain and hypervisor credentials using tools like SharpVeeamDecryptor or VeeamDumper.
  5. Ransomware Deployment: With administrative control over backups, the attacker destroys immutable repositories before initiating network-wide encryption.

Veeam Log Audit

Inspect C:\ProgramData\Veeam\Backup\Veeam.Backup.Service.log for unexpected connection origins on port 9401: Connecting to remote service on port 9401 from [suspicious_ip].

Process Telemetry

Monitor for processes querying the Veeam SQL database or executing VeeamDumper.exe or SharpVeeamDecryptor.exe.


  1. Apply Hotfix KB4424: Upgrade Veeam Backup & Replication to supported versions with KB4424 applied.
  2. Network Segmentation: Place backup infrastructure in dedicated, isolated VLANs. Disallow traffic to TCP port 9401 from general user and server networks.
  3. Forensic Guidance: For deep investigation workflows, consult the Veeam Backup Vulnerability Matrix.