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.
| Identifiant CVE | Sous-système / Composant | Impact | CVSS | Exploitation Active ? |
|---|---|---|---|---|
| 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.