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-3796 — Proof-of-concept exploit for CVE-2026-3796, demonstrating arbitrary process termination via a vulnerable QAX driver. Includes usage instructions and is intended for educational and research purposes. | Kitploit
Tools/GitHubGitHub/cwjchoi01/cve-2026-3796
Vulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubcwjchoi01/cve-2026-3796

CVE-2026-3796

Proof-of-concept exploit for CVE-2026-3796, demonstrating arbitrary process termination via a vulnerable QAX driver. Includes usage instructions and is intended for educational and research purposes.

View Repository
4146 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-3796

In QAX Virus Removal version dated 2025-10-22 and earlier, the affected driver QKSecureIO_Imp.sys rely on caller process's image to determine whether they are allowed to communicate to the mini filter driver. Attackers could impersonate a legitimate caller process image through tactics such as DLL sideloading, Process Injection to send message with specific payload to the mini filter and perform arbitrary process termination, such as protected process.

Background

The application is used to remove virus. One of the imported function of the application's driver is ZwTerminateProcess, there is a lack of checking on the supplied process to kill, allowing arbitrary process termination. There is also a simple check by the driver on the caller process's identity, which can be bypassed using technique such as DLL sideloading.

Usage

  1. Complie the project in x86
  2. Place the driver at C:\Windows\system32\drivers
  3. In an Administrator command prompt, run set pid=<your_target_pid_to_kill>
  • Run the executable
  • Note: The vulnerable driver will not be shared in this project.

    Sample Output

    image

    Disclaimer

    This tool is for educational and research purposes only. Use it only on systems you own or have explicit permission to test. The author is not responsible for any misuse or damage caused by this program.

    Buy Me a Coffee

    Buy Me A Coffee

    Download Tool