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
Tools/GitHubGitHub/lixiang957/cve-2021-33959
Packet Sniffing & AnalysisVulnerability AnalysisExploitationNetwork SecurityDNS Analysis
GitHublixiang957/cve-2021-33959

CVE-2021-33959

Proof-of-concept exploit for CVE-2021-33959 demonstrating UDP reflection amplification attack against Plex Media Server via crafted M-SEARCH packets on ports 32410 and 32414.

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

CVE-2021-33959

It can be seen that Plex service listens to the four udp ports 32410, 32412, 32413 and 32414. Through the analysis of the attack payload and using the message format of the device query request for reference, we write software to send udp packets with the attack payload of M-SEARCH * HTTP/1.1 to these ports, and capture packets for the reflection source IP. Finally, we find that both 32410 and 32414 respond. The recurrence attack is shown in the following figure:

send request

echo "M-SEARCH * HTTP/1.1" | nc -4u 32410

example

test

Affected version

plex media server - 1.21 before

Reference link

https://www.freebuf.com/articles/web/260338.html

Download Tool