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
Remote-Integer-Overflow-Vulnerability — Added Vulnerability Code in Python for Nginx Vulnerability (CVE-2017-7529) | Kitploit
Tools/GitHubGitHub/insecrez/remote-integer-overflow-vulnerability
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubinsecrez/remote-integer-overflow-vulnerability

Remote-Integer-Overflow-Vulnerability

Added Vulnerability Code in Python for Nginx Vulnerability (CVE-2017-7529)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
5 years agoNot yet reviewed

Nginx : Remote-Integer-Overflow-Vulnerability

This Repository consists of an older yet existing Nginx vulnerability named "Remote Integer Overflow Vulnerability (CVE-2017-7529)". The Vulnerability is for Older Nginx servers (>>1.13). (Exception is for Nginx 1.12)

Set-up :

  • Download sys library and requests library.
  • It will be better if you have os library too.

The Vulnerability that can be exploited to includes :-

root@kitploit:~
    1) Reading Sensitive Headers during an Intercept of Requests.
   
    2) Revealing Sensitive Informatino containing real IP Addresses.

This Repo Consists of :-

root@kitploit:~
    1) vulnchecker.py : The scripts that checks for R.I.V.O Vulnerability in Nginx servers.
   
    2) exploit.py : The script that will exploit sensitive headers where Nginx server v1.1x (except v1.12) is running.

Steps to use :

root@kitploit:~
    1) python3 vulnchecker.py --url <http://example.com/>
    2) python3 exploit.py --url <http://example.com/>  

Please do use the second step only when the first one executes, else your time will be wasted.

Keep hacking for good

Download Tool