NathanMulbrook / CVE-2022-0918

CVE-2022-0918

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 100.0%