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
VLC-CVE-2008-4654-Exploit — An EXP could run on Windows x64 against CVE-2008-4654. | Kitploit
Tools/GitHubGitHub/kernelerr/vlc-cve-2008-4654-exploit
Payload GenerationVulnerability AnalysisExploitationShellcodeBinary Exploitation
GitHubkernelerr/vlc-cve-2008-4654-exploit

VLC-CVE-2008-4654-Exploit

An EXP could run on Windows x64 against CVE-2008-4654.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
29 years agoNot yet reviewed

VLC-CVE-2008-4654-Exploit

Well, it's just an old vulnerability whose CVE number is CVE-2008-4654. This vulnerability is caused by Out of Memory at line 1650 of modules/demux/ty.c.

root@kitploit:~
stream_Read(p_demux->s, mst_buf, 8 + i_map_size);

When I downloaded the EXP from other websites, I found that it doesn't work correctly on my Windows 7 Ultimate x64. So I change the return address from 0x68f0cfad to 0x6a314b52, then it works!

Old:

root@kitploit:~
0x68f0cfad : jmp esp 
{PAGE_EXECUTE_READ} [libqt4_plugin.dll] ASLR: False, Rebase: False, SafeSEH: False, OS: False

After I found this module doesn't exist, I changed into:

root@kitploit:~
0x6a314b52 : push esp # ret
{PAGE_EXECUTE_READ} [libvlc.dll] ASLR: False, Rebase: False, SafeSEH: False, OS: False

It works on VLC 0.9.4. Have fun!

Download Tool