Skip to content
KitploitKITPLOIT
ToolsExploitsBlog
Log in
Submit
ToolsExploitsBlog
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-79417 — Proof-of-concept exploit for CVE-2026-79417, a local denial-of-service vulnerability in Argus Monitor <= 7.4.02, triggered via a signed binary path. | Kitploit
Tools/GitHubGitHub/connorjaydunn/cve-2026-79417
Vulnerability AnalysisExploitationBinary Exploitation
GitHubconnorjaydunn/cve-2026-79417

CVE-2026-79417

Proof-of-concept exploit for CVE-2026-79417, a local denial-of-service vulnerability in Argus Monitor <= 7.4.02, triggered via a signed binary path.

View Repository
5h 24m 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-79417

Proof-of-Concept (PoC) exploit for CVE-2026-79417, a local Denial-of-Service (DoS) vulnerability affecting Argus Monitor versions <= 7.4.02 [1]. See [2] for a full technical breakdown.

Demo

demo

Requirements

  • AMD CPU
  • ArgusMonitor <= 7.4.02

Usage

root@kitploit:~
exploit.exe <valid-bin-path>

Where <valid-bin-path> is a path to a signed ArgusMonitor.exe binary from an affected version of Argus Monitor.

Building

Dependencies

  • OpenSSL 3.x or later

MSYS2 (UCRT64)

1. Clone the repository:

root@kitploit:~
git clone https://github.com/connorjaydunn/CVE-2026-79417.git
cd CVE-2026-79417

2. Install dependencies:

root@kitploit:~
pacman -S mingw-w64-ucrt-x86_64-gcc \
          mingw-w64-ucrt-x86_64-openssl

3. Compile:

root@kitploit:~
gcc exploit/exploit.c -o exploit.exe -lssl -lcrypto

References

[1] https://www.argusmonitor.com

[2] https://connorjaydunn.github.io/blog/posts/argus-monitor-ldos-cve-2026-79417/

Download Tool