Home Veeam CVE-2025-48982
Back to Veeam

CVE-2025-48982

Veeam Agent for Microsoft Windows

Veeam CVSS 7.8 Updated March 13, 2026

Executive Risk Summary

"A vulnerability in Veeam Agent for Microsoft Windows allows for Local Privilege Escalation if a system administrator is tricked into restoring a malicious file. This could potentially lead to unauthorized access and control of the system."

Operational Audit Arsenal

Target Type Executable
Target Asset Veeam.Agent.Windows.exe
Standard Path %ProgramFiles%\Veeam\Veeam Agent for Microsoft Windows
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Veeam.Agent.Windows.exe (Executable)
$Targets = 'Veeam.Agent.Windows.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Backup and restore services may be affected

Internal Work Notes

Potential Local Privilege Escalation vulnerability in Veeam Agent for Microsoft Windows, requiring immediate patching to prevent unauthorized system access.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Veeam Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.