UBUNTU-CVE-2024-52811

Source
https://ubuntu.com/security/CVE-2024-52811
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2024/UBUNTU-CVE-2024-52811.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2024-52811
Related
Published
2024-11-25T19:15:00Z
Modified
2025-01-13T10:26:42Z
Summary
[none]
Details

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.

References

Affected packages

Ubuntu:22.04:LTS / ngtcp2

Package

Name
ngtcp2
Purl
pkg:deb/ubuntu/ngtcp2@0.1.0+dfsg-1?arch=source&distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

Other

0~20210905-1

0.*

0.1.0+dfsg-1

Ecosystem specific

{
    "ubuntu_priority": "medium"
}

Ubuntu:24.10 / ngtcp2

Package

Name
ngtcp2
Purl
pkg:deb/ubuntu/ngtcp2@1.6.0-1?arch=source&distro=oracular

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*

0.12.1+dfsg-1build2

1.*

1.5.0-2
1.6.0-1

Ecosystem specific

{
    "ubuntu_priority": "medium"
}

Ubuntu:24.04:LTS / ngtcp2

Package

Name
ngtcp2
Purl
pkg:deb/ubuntu/ngtcp2@0.12.1+dfsg-1build2?arch=source&distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

0.*

0.12.1+dfsg-1
0.12.1+dfsg-1build1
0.12.1+dfsg-1build2

Ecosystem specific

{
    "ubuntu_priority": "medium"
}