Files
CVEs-PoC/2011/CVE-2011-10020.md
T
2025-09-29 21:09:30 +02:00

19 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2011-10020](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10020)
![](https://img.shields.io/static/v1?label=Product&message=Server&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%20Improper%20Input%20Validation&color=brightgreen)
### Description
Kaillera Server version 0.86 is vulnerable to a denial-of-service condition triggered by sending a malformed UDP packet after the initial handshake. Once a client sends a valid HELLO0.83 packet and receives a response, any subsequent malformed packet causes the server to crash and become unresponsive. This flaw stems from improper input validation in the servers UDP packet handler, allowing unauthenticated remote attackers to disrupt service availability.
### POC
#### Reference
- https://www.exploit-db.com/exploits/17460
- https://www.vulncheck.com/advisories/kaillera-server-dos-via-malformed-udp-packet
#### Github
No PoCs found on GitHub currently.