
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.
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.

<= 7.4.02exploit.exe <valid-bin-path>
Where <valid-bin-path> is a path to a signed ArgusMonitor.exe binary from an affected version of Argus Monitor.
1. Clone the repository:
git clone https://github.com/connorjaydunn/CVE-2026-79417.git
cd CVE-2026-79417
2. Install dependencies:
pacman -S mingw-w64-ucrt-x86_64-gcc \
mingw-w64-ucrt-x86_64-openssl
3. Compile:
gcc exploit/exploit.c -o exploit.exe -lssl -lcrypto