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
Tools/GitHubGitHub/idanshechter/cve-2017-13208-scanner
Android SecurityStatic AnalysisVulnerability AnalysisExploitationReverse EngineeringBinary Analysis
GitHubidanshechter/cve-2017-13208-scanner

CVE-2017-13208-Scanner

Python script using r2pipe to detect CVE-2017-13208 in Android libnetutils.so by checking for missing dhcp_size validation via static binary analysis.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

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

CVE-2017-13208-Scanner

https://nvd.nist.gov/vuln/detail/CVE-2017-13208

Introduction

This is a simple script capable of detecting the CVE-2017-13208 vulnerability in Android libnetutils.so files.

How it works

Using r2pipe, the script checks whether dhcp_size's value is checked, if it isn't - the file is vulnerable. All of the different libnetutils.so files that were researched compared a fixed number with dhcp_size's value. Therefore, the script checks for the existence of one of those fixed numbers - 1268, 1260 (0x4ec, 0x4f4), which indicates that the file isn't vulnerable.

Usage

./Script.py <file_path>

Download Tool