Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-44963 — Detection scripts, patch checker & hardening guide for CVE-2026-44963 (Veeam B&R RCE) | Kitploit
Tools/GitHubGitHub/sentinelxofficial/cve-2026-44963
Indicator of Compromise (IOC) ManagementVulnerability AnalysisExploitationPenetration TestingLearning & EducationIncident ResponseLabs & Practice
GitHubsentinelxofficial/cve-2026-44963

CVE-2026-44963

Detection scripts, patch checker & hardening guide for CVE-2026-44963 (Veeam B&R RCE)

View Repository
4122 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-44963 — Veeam Backup & Replication RCE

Research repository by SentinelX — for authorized security testing and defensive purposes only.


Overview

FieldDetail
CVE IDCVE-2026-44963
VendorVeeam
ProductBackup & Replication
Affected Versions< 12.3.2.4854 (all v12 builds)
Fixed Version12.3.2.4854
CVSS v4 Score9.4 — CRITICAL
CVSS v3 Score8.8 — High
CWECWE-502 (Deserialization of Untrusted Data)
Discovered bySina Kheirkhah @ WatchTowr
DisclosedJune 9, 2026
Vendor AdvisoryKB4869

Vulnerability Description

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.

Key Characteristics

  • Attack Vector: Network (AV:N)
  • Attack Complexity: Low (AC:L)
  • Privileges Required: Low — any domain user (PR:L)
  • User Interaction: None (UI:N)
  • Scope: Full system + lateral movement potential
  • Exploitation Condition: Target must be domain-joined

What Makes This Dangerous

root@kitploit:~
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

Repository Structure

root@kitploit:~
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

Quick Reference

Attack Flow (for authorized pentest)

root@kitploit:~
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

Pentester Checklist

  • Written authorization obtained
  • Scope confirmed (domain-joined VBR servers in scope)
  • Lab reproduction completed before live testing
  • Rollback plan in place
  • Logging/monitoring enabled for your actions

Detection

See ioc/indicators.md for full IoC list.

Key detection points:

  • Anomalous process spawning from Veeam.Backup.Service.exe
  • Unexpected .NET deserialization activity on Backup Server
  • Unusual outbound connections from VBR host
  • Auth logs: domain users authenticating to VBR outside normal hours

Remediation

Immediate: Patch to Veeam Backup & Replication 12.3.2.4854

Hardening:

  • Restrict network access to VBR service ports
  • Apply least-privilege to domain user access
  • Isolate Backup Server in dedicated VLAN
  • Enable enhanced logging on VBR

See remediation/hardening.ps1 for automated hardening script.


Legal Disclaimer

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.


References

  • Veeam KB4869 — Official Advisory
  • NVD — CVE-2026-44963
  • BleepingComputer Coverage
  • WatchTowr — Sina Kheirkhah (@SinSinology)
  • CWE-502: Deserialization of Untrusted Data

Made with by SentinelX | For the community, by the community

Download Tool