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-2015-8710 — Windows/Linux reproducer | Kitploit
Tools/GitHubGitHub/karm/cve-2015-8710
Memory ForensicsVulnerability AnalysisExploitationFuzzingBinary Analysis
GitHubkarm/cve-2015-8710

CVE-2015-8710

Windows/Linux reproducer

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

Reproducer

Kudos to Mike Dalessio, Francois Chagnon, Florian Weingarten and Jun Kokatsu. See BZ 746048

Building on Linux

root@kitploit:~
$ cmake ../CVE-2015-8710/ -G "Unix Makefiles" -DLIBXML2_LIBRARIES=/path/to/your/library/libxml2.so.2 -DLIBXML2_INCLUDE_DIR=/path/to/your/sources/libxml2-2.9.1/include/
$ make

Reproducing on Linux

root@kitploit:~
$ valgrind ./bin/CVE_2015_8710

Conditional jump or move depends on uninitialised value(s)

Building on Windows

root@kitploit:~
λ vcvars32.bat
λ cmake -G"NMake Makefiles" ..\CVE-2015-8710 
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /Wall /Zi"
-DLIBXML2_LIBRARIES=C:\Users\karm\WORKSPACE\libxmldevel\lib\libxml2.lib
-DLIBXML2_INCLUDE_DIR=C:\Users\karm\WORKSPACE\libxmldevel\include\libxml2\

Reproducing on Windows

root@kitploit:~
λ drmemory.exe -- CVE_2015_8710.exe

UNINITIALIZED READ: reading
Download Tool