CVE-2026-58070: Cleartext Guest OS Credentials Disclosure in Veeam Backup Support Logs
HERMES THREAT SCORE & CREDENTIAL EXPOSURE RISK
Target:Veeam Backup & Replication Diagnostic Logging Subsystem Hermes elevates CVE-2026-58070 to 78 (HIGH). Although vendor scoring classifies this as Medium severity due to the requirement for local filesystem read access, the operational blast radius is critical: it exposes plaintext passwords for domain controllers and mission-critical database instances protected by VSS Application-Aware processing. Any low-privileged local user or lateral attacker can harvest tier-0 administrative credentials without elevation.
CVE-2026-58070: Cleartext Guest OS Credentials Disclosure in Veeam Backup Support LogsVULNERABILITY
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.”
- [vulnerability_report]
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
1. Metadata & Attack Surface
Section titled β1. Metadata & Attack Surfaceβ| Metric | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2026-58070 | Official NVD / MITRE tracking record |
| Vendor / Software | Veeam Software / Backup & Replication | Infrastructure backup and recovery |
| Affected Releases | VBR 12.x and 13.x prior to August 2026 hotfix | Deployments with Guest Processing enabled |
| Vulnerability Class | CWE-532: Information Exposure Through Log Files | Enterprise credential leakage |
| Required Access | Local read access to Veeam log paths | Local user account or support bundle leak |
| Compromised Secrets | Guest OS administrative passwords | Domain Admin and database passwords |
2. Technical Root Cause Analysis
Section titled β2. Technical Root Cause AnalysisβThe vulnerability resides within the guest communication orchestration daemon (Veeam.Backup.GuestInteraction.exe).
CVE-2026-58070 Credential Leakage Flow:
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Job Triggered with Application-Aware Processing β βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ β VBR initiates WMI/RPC authentication β Command: GuestAgent.exe -u "DOMAIN\Admin" -p "SecretP@ssword!" βΌ ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Verbose Logging Subsystem (Debug Mode) β β β’ Full command invocation written to GuestAgent.log β β β’ Regex redaction failure misses inline password β βββββββββββββββββββββββββββββ¬βββββββββββββββββββββββββββββ β Plaintext write to disk βΌ ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β C:\ProgramData\Veeam\Backup\Job_AD\Guest.log β β β’ Readable by local non-admin users β β β’ Instant credential harvesting β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββWhen verbose logging is enabled or when running the Collect Logs wizard, the logging engine failed to redact inline password arguments passed to guest testing utilities.
3. Threat Hunting & Detection
Section titled β3. Threat Hunting & DetectionβWindows Event Hunting for Unauthorized Log Access
Section titled βWindows Event Hunting for Unauthorized Log Accessβindex=wineventlog EventCode=4663ObjectName="*\\ProgramData\\Veeam\\Backup\\*"ProcessName NOT IN ("*\\Veeam.Backup.Service.exe", "*\\Veeam.Backup.Manager.exe", "*\\VeeamGuestAgent.exe")| table _time SubjectUserName ObjectName ProcessName AccessMask4. Remediation & Hardening
Section titled β4. Remediation & Hardeningβ- Apply Vendor Patch: Install the cumulative hotfix issued by Veeam Software.
- Purge Historical Logs: Delete historical log directories in
%ProgramData%\Veeam\Backup\created prior to patching to remove stored credentials. - Rotate Guest Credentials: Perform immediate credential rotation for all accounts stored in the Veeam Credentials Manager used for guest processing.
- Harden Filesystem ACLs: Lock down NTFS permissions on
%ProgramData%\Veeam\Backup\toSYSTEMandAdministratorsonly.
5. References
Section titled β5. Referencesβ- Official Advisory: Veeam Security Bulletin
- NIST NVD Record: CVE-2026-58070 Detail
- Related Playbook: Active Directory Credential Attacks Investigation