CVE-2024-52811
Last modified
CVE-2024-52811 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. The ngtcp2 project is an effort to implement IETF QUIC protocol in C. In affected versions acks are not validated before being written to the qlog leading to a buffer overflow. EPSS estimates a 0.80% chance of exploitation in the next 30 days.
Description
The ngtcp2 project is an effort to implement IETF QUIC protocol in C. In affected versions acks are not validated before being written to the qlog leading to a buffer overflow. In `ngtcp2_conn::conn_recv_pkt` for an ACK, there was new logic that got added to skip `conn_recv_ack` if an ack has already been processed in the payload. However, this causes us to also skip `ngtcp2_pkt_validate_ack`. The ack which was skipped still got written to qlog. The bug occurs in `ngtcp2_qlog::write_ack_frame`. It is now possible to reach this code with an invalid ack, suppose `largest_ack=0` and `first_ack_range=15`. Subtracting `largest_ack - first_ack_range` will lead to an integer underflow which is 20 chars long. However, the ngtcp2 qlog code assumes the number written is a signed integer and only accounts for 19 characters of overhead (see `NGTCP2_QLOG_ACK_FRAME_RANGE_OVERHEAD`). Therefore, we overwrite the buffer causing a heap overflow. This is high priority and could potentially impact many users if they enable qlog. qlog is disabled by default. Due to its overhead, it is most likely used for debugging purpose, but the actual use is unknown. ngtcp2 v1.9.1 fixes the bug and users are advised to upgrade. Users unable to upgrade should not turn on qlog.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-52811?
How severe is CVE-2024-52811?
How do I fix CVE-2024-52811?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-52805Synapse is an open-source Matrix homeserver. In Synapse befo…7.5
- CVE-2024-52806SimpleSAMLphp SAML2 library is a PHP library for SAML2 relat…8.3
- CVE-2024-52807The HL7 FHIR IG publisher is a tool to take a set of inputs …8.6
- CVE-2024-52809vue-i18n is an internationalization plugin for Vue.js. In a…5.3
- CVE-2024-5281The wp-affiliate-platform WordPress plugin before 6.5.1 does…6.1
- CVE-2024-52810@intlify/shared is a shared library for the intlify project.…6.9
- CVE-2024-52812LF Edge eKuiper is an internet-of-things data analytics and …5.4
- CVE-2024-52813matrix-rust-sdk is an implementation of a Matrix client-serv…4.3
- CVE-2024-52814Argo Helm is a collection of community maintained charts for…2.8
- CVE-2024-52815Synapse is an open-source Matrix homeserver. Synapse version…5.3
- CVE-2024-52816Adobe Experience Manager versions 6.5.21 and earlier are aff…5.4
- CVE-2024-52817Adobe Experience Manager versions 6.5.21 and earlier are aff…5.4
Are you affected by CVE-2024-52811?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
