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-2004-2271-MiniShare-1.4.1-BOF — A python implementation of CVE-2004-2271 targeting MiniShare 1.4.1. | Kitploit
Tools/GitHubGitHub/pwncone/cve-2004-2271-minishare-1.4.1-bof
Vulnerability AnalysisExploitationShellcodePenetration TestingPayload DevelopmentBinary Exploitation
GitHubpwncone/cve-2004-2271-minishare-1.4.1-bof

CVE-2004-2271-MiniShare-1.4.1-BOF

A python implementation of CVE-2004-2271 targeting MiniShare 1.4.1.

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
6 years agoNot yet reviewed

CVE-2004-2271 - MiniShare 1.4.1 - BOF

References

https://nvd.nist.gov/vuln/detail/CVE-2004-2271

Vulnerability

MiniShare 1.4.1 has no bounds checking on HTTP GET requests it receives. By sending a long, malformed HTTP GET request, an attacker can perform a buffer overflow and execute arbitrary code on the system.

Exploit Notes

  • Only 210 bytes of space are available for shellcode after EIP is overwritten.
    • Therefore, this exploit places the exploit shellcode into the "Host: " header of the GET request and makes use of egghunter shellcode to find the malicious shellcode in memory.
Download Tool