mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-05 18:27:17 +00:00
2.0 KiB
2.0 KiB
CVE-2023-6246
Description
A heap-based buffer overflow was found in the __vsyslog_internal function of the glibc library. This function is called by the syslog and vsyslog functions. This issue occurs when the openlog function was not called, or called with the ident argument set to NULL, and the program name (the basename of argv[0]) is bigger than 1024 bytes, resulting in an application crash or local privilege escalation. This issue affects glibc 2.36 and newer.
POC
Reference
- http://packetstormsecurity.com/files/176931/glibc-qsort-Out-Of-Bounds-Read-Write.html
- http://packetstormsecurity.com/files/176932/glibc-syslog-Heap-Based-Buffer-Overflow.html
- http://seclists.org/fulldisclosure/2024/Feb/3
- https://www.openwall.com/lists/oss-security/2024/01/30/6
- https://www.qualys.com/2024/01/30/cve-2023-6246/syslog.txt
Github
- https://github.com/20142995/sectool
- https://github.com/YtvwlD/ele
- https://github.com/elpe-pinillo/CVE-2023-6246
- https://github.com/fkie-cad/nvd-json-data-feeds
- https://github.com/krishnamk00/Top-10-OpenSource-News-Weekly
- https://github.com/nomi-sec/PoC-in-GitHub
- https://github.com/testing-felickz/docker-scout-demo