Files
CVEs-PoC/2022/CVE-2022-2526.md
T
2024-05-25 21:48:12 +02:00

899 B

CVE-2022-2526

Description

A use-after-free vulnerability was found in systemd. This issue occurs due to the on_stream_io() function and dns_stream_complete() function in 'resolved-dns-stream.c' not incrementing the reference counting for the DnsStream object. Therefore, other functions and callbacks called can dereference the DNSStream object, causing the use-after-free when the reference is still used later.

POC

Reference

No PoCs from references.

Github