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-2022-26503 | Kitploit
Tools/GitHubGitHub/sinsinology/cve-2022-26503
Privilege EscalationVulnerability AnalysisExploitationPayload DevelopmentBinary Exploitation
GitHubsinsinology/cve-2022-26503

CVE-2022-26503

View Repository
1114 years 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-2022-26503

Summary:

Vulnerability (CVE-2022-26503) in Veeam Agent for Microsoft Windows allows local privilege escalation. An attacker who successfully exploited this vulnerability could run arbitrary code with LOCAL SYSTEM privileges.

Shout out to @ultrayoba

The Patch:

The implemented patch shows blood trail of Deserialization:

Patch

Veeam official KB mentions:

Veeam Agent for Microsoft Windows uses Microsoft .NET data serialization mechanisms. A local user may send malicious code to the network port opened by Veeam Agent for Windows Service (TCP 9395 by default), which will not be deserialized properly.

Analysis:

Reviewing process behind the specified port results in finding Veeam.EndPoint.Service.exe

01

Reviewing Veeam.EndPoint.Service.exe indicates registration of VeeamService for .NET Remoting

02

Processes communicating with the registered channel gives out information about Veeam.EndPoint.Tray.exe showing this channel gets used by Tray process

03

Loaded modules by the Tray indicate Veeam.Common.Remoting.dll

04

Use of TcpClientChannel with enabled Secure

05

Exploit:

06

Download Tool