
Detection scripts, patch checker & hardening guide for CVE-2026-44963 (Veeam B&R RCE)
Research repository by SentinelX — for authorized security testing and defensive purposes only.
| Field | Detail |
|---|---|
| CVE ID | CVE-2026-44963 |
| Vendor | Veeam |
| Product | Backup & Replication |
| Affected Versions | < 12.3.2.4854 (all v12 builds) |
| Fixed Version | 12.3.2.4854 |
| CVSS v4 Score | 9.4 — CRITICAL |
| CVSS v3 Score | 8.8 — High |
| CWE | CWE-502 (Deserialization of Untrusted Data) |
| Discovered by | Sina Kheirkhah @ WatchTowr |
| Disclosed | June 9, 2026 |
| Vendor Advisory | KB4869 |
CVE-2026-44963 is a Remote Code Execution (RCE) vulnerability in Veeam Backup & Replication caused by insecure deserialization of untrusted data (CWE-502). The vulnerability allows any authenticated domain user — with no elevated privileges required — to execute arbitrary code on the Backup Server remotely.
Any domain account No elevated privilege needed
Network access to VBR server
Deserialization of crafted payload
RCE as SYSTEM/service account
Full backup infrastructure compromise
CVE-2026-44963/
README.md # This file
docs/
technical-analysis.md # Deep-dive technical breakdown
timeline.md # Disclosure & patch timeline
references.md # External references
detection/
scan_veeam.py # Discover Veeam instances on network (TCP scan)
check_version.py # Check version via Veeam REST API (auth required)
http_prober.py # Custom HTTP fingerprinter — no third-party tools
remediation/
patch_checker.py # Validate patch status
hardening.ps1 # Post-patch hardening script
lab/
setup.md # Lab environment setup guide
ioc/
indicators.md # IoCs for SIEM/EDR detection
1. Reconnaissance Identify domain-joined Veeam VBR instances
2. Enumeration Confirm version < 12.3.2.4854
3. Access Obtain any valid domain credentials
4. Exploitation Send crafted deserialization payload
5. Post-exploit Extract config DB, harvest creds, lateral move
See ioc/indicators.md for full IoC list.
Key detection points:
Veeam.Backup.Service.exe.NET deserialization activity on Backup ServerImmediate: Patch to Veeam Backup & Replication 12.3.2.4854
Hardening:
See remediation/hardening.ps1 for automated hardening script.
This repository is intended strictly for authorized security research, penetration testing with explicit written permission, and defensive/blue team purposes.
Unauthorized use of this material against systems you do not own or have explicit permission to test is illegal and may result in criminal prosecution.
SentinelX and the contributors of this repository are not responsible for any misuse of this information.
Made with by SentinelX | For the community, by the community