cve/2021/CVE-2021-33574.md
2024-05-25 21:48:12 +02:00

1.2 KiB

CVE-2021-33574

Description

The mq_notify function in the GNU C Library (aka glibc) versions 2.32 and 2.33 has a use-after-free. It may use the notification thread attributes object (passed through its struct sigevent parameter) after it has been freed by the caller, leading to a denial of service (application crash) or possibly unspecified other impact.

POC

Reference

No PoCs from references.

Github