Technical triage of Ubuntu's core system library updates resolving the Glibc __vsyslog_internal buffer overflow and systemd integration flaws.
__vsyslog_internal(). Attackers could trigger unauthenticated local privilege escalation across standard utilities like su and sudo.
| CVE 식별자 | 서브시스템 / 구성 요소 | 영향 | CVSS | 실제 악용 여부? |
|---|---|---|---|---|
| CVE-2023-6246 | GNU C Library (glibc) | Heap Buffer Overflow | 7.8 High | YES (PoC Published) |
| CVE-2024-2961 | glibc iconv | Out-of-Bounds Write | 8.1 High | No |
| CVE-2024-33655 | systemd-resolved | DNS Cache Poisoning | 6.5 Medium | No |
See how calculating the printed string length without accounting for the syslog prefix allowed attackers to overflow heap memory in su/sudo.