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-2019-7192-check — Checker for QNAP pre-auth root RCE (CVE-2019-7192 ~ CVE-2019-7195) | Kitploit
Tools/GitHubGitHub/cycraft-corp/cve-2019-7192-check
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubcycraft-corp/cve-2019-7192-check

cve-2019-7192-check

Checker for QNAP pre-auth root RCE (CVE-2019-7192 ~ CVE-2019-7195)

View Repository
13615 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

QNAP Pre-Auth Root RCE (CVE-2019-7192 ~ CVE-2019-7195) Checker

Usage:

root@kitploit:~
pip install requests
./Checker_for_QNAP_RCE_cve20197192_95.py /path/to/ip-port.txt

Example file input:

root@kitploit:~
1.2.3.4 8080
2.3.4.5 443

This tool takes a list of QNAP NASes' IPs and ports, and it tells if each device is vulnerable to the following vulnerabilities:

  • CVE-2019–7192 (CVSS 9.8)
  • CVE-2019–7193 (CVSS 9.8)
  • CVE-2019–7194 (CVSS 9.8)
  • CVE-2019–7195 (CVSS 9.8)

Vulnerability

The vulnerabilities can be chained as a pre-auth root RCE, visit the following links for more details:

  • Write-Up
  • QNAP's Security Advisory

Credit

The vulnerabilities were discovered by Henry Huang from CyCarrier CSIRT, and he is also the author of this tool.

Download Tool