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-0558 — Proof-of-concept exploit for CVE-2004-0558 targeting CUPS 1.1.x DoS via zero-length UDP packet. Includes configurable source port for research and educational use. | Kitploit
Tools/GitHubGitHub/fibonascii/cve-2004-0558
Vulnerability AnalysisExploitationPenetration TestingLearning & Education
GitHubfibonascii/cve-2004-0558

CVE-2004-0558

Proof-of-concept exploit for CVE-2004-0558 targeting CUPS 1.1.x DoS via zero-length UDP packet. Includes configurable source port for research and educational use.

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

This is a proof of concept exploit for CVE-2004-0558 Specific versions of CUPs (1.1.x) are vulnerable to a Denial of Service attack when sent a zero-length UDP packet https://www.exploit-db.com/exploits/24599/

It's worth noting that this can be achieved with nmap, and this exploit was developed for research and educational purposes.

Usage:

python kill-cups.py -t 192.168.1.91

Additional command line flags were included for research purposes. UDP requires that the packet header requires an arbitrary source port. In the exploit I have it default to 4321 but this can changed if necessary

python kill-cups.py -t 192.168.1.91 --source-port 5555

Download Tool