针对 CVE-2026-79417 的概念验证(PoC)漏洞利用程序,这是一个影响 Argus Monitor <= 7.4.02 版本的本地拒绝服务(DoS)漏洞 [1]。完整的技术分析请参见 [2]。

<= 7.4.02exploit.exe <valid-bin-path>
其中 <valid-bin-path> 是来自受影响版本 Argus Monitor 的已签名 ArgusMonitor.exe 二进制文件的路径。
1. 克隆仓库:
git clone https://github.com/connorjaydunn/CVE-2026-79417.git
cd CVE-2026-79417
2. 安装依赖项:
pacman -S mingw-w64-ucrt-x86_64-gcc \
mingw-w64-ucrt-x86_64-openssl
3. 编译:
gcc exploit/exploit.c -o exploit.exe -lssl -lcrypto
[1] https://www.argusmonitor.com
[2] https://connorjaydunn.github.io/blog/posts/argus-monitor-ldos-cve-2026-79417/