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-2022-0918 — CVE-2022-0918 | Kitploit
Tools/GitHubGitHub/nathanmulbrook/cve-2022-0918
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingBinary Exploitation
GitHubnathanmulbrook/cve-2022-0918

CVE-2022-0918

CVE-2022-0918

View Repository
514 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-2022-0918

Red Hat CVE page: https://access.redhat.com/security/cve/cve-2022-0918

Github issue with patches linked: https://github.com/389ds/389-ds-base/issues/5242

PoC

The PoC application takes in a single IP, either IPv4 or IPv6 will work.
By default it will send the message to port 389, this can be changed in the source.
The PoC will make a TCP connection to the target and transmit a single packet, the target slapd should then seg fault.

Useage

root@kitploit:~
clang poc.c -o poc
./poc [IP Address]
Download Tool