Skip to content

NathanMulbrook/CVE-2022-0918

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CVE-2022-0918

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

Github issue with patches linked: 389ds/389-ds-base#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

clang poc.c -o poc
./poc [IP Address]

About

CVE-2022-0918

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages