CVE-2026-18798

Aliases:DEBIAN-CVE-2026-18798UBUNTU-CVE-2026-18798ALPINE-CVE-2026-18798CGA-2c9f-h4h3-c568CGA-32x2-87g9-g6m9CGA-4f8c-927q-95ghCGA-5fcv-34f6-qrx7CGA-5xm2-5gc9-jcj7CGA-96jh-gmjp-2frfCGA-c374-vxmj-ccjjCGA-p465-qg8q-9ghvCGA-p68j-5rh8-76fgCGA-pmfc-x4hm-rj46
Awaiting Analysis
Published: 25 Aug 2026, 12:59
Last modified:25 Aug 2026, 14:15

Vulnerability Summary

Overall Risk (default)
medium
30/100
CVSS Score
7.5 HIGH
v3.1 (cve.org)
EPSS Score
1.48% LOW
1% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

25 Aug 2026, 12:59
Published
Vulnerability first disclosed
25 Aug 2026, 14:15
Last Modified
Vulnerability information updated

Description

Issue summary: QUIC server may double free QRX (QUIC record layer RX) object when channel creation fails for initial packet. Impact summary: Double free leads to heap corruption, which typically results in termination of QUIC server process, leading to Denial of Service. There is so far no evidence that this double free is exploitable for remote code execution, thus it is considered highly improbable. CWE: CWE-415: Double Free Description: In order to validate initial packet, OpenSSL QUIC stack default packet handler (port_default_packet_handler()) creates a so-called QRX object. If the initial packet validates successfully with QRX object, the default packet handler proceeds to channel (connection object) creation. The QRX object used for packet validation is passed to port_bind_channel(), so it becomes part of the newly created connection. If port_bind_channel() fails, then it also frees the QRX object. Once port_bind_channel() returns, the port_default_packet_handler() detects the failure and proceeds to the error branch, where the same QRX object is freed for the second time. The failure in port_bind_channel() function can be induced with a relatively low effort by a malformed (non RFC 9000 compliant) INITIAL packet. If the packet carries DCID (destination connection ID) which is shorter than 8 bytes, then port_bind_channel() jumps to the error path after ossl_quic_lcidm_enrol_odcid() detects that the DCID has invalid length. FIPS impact: no The FIPS module is not affected, as the QUIC implementation is outside of the OpenSSL FIPS module boundary.

CVSS Metrics

  • v3.1HIGHScore: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 1.48% Percentile: 73%

Techniques & Countermeasures

  • CWE-415Double Free

    The product calls free() twice on the same memory address.

Affected Systems

  • alpineopenssl

    < 3.5.8-r0 | < 3.5.8-r0 | < 3.5.8-r0

  • chainguardeco-python-openssl-4

    all | < 4.0.2-r0

  • chainguardeco-python-openssl-4-pyca

    all | < 4.0.2-r0

  • chainguardeco-python-openssl-4-pyca-dev

    all | < 4.0.2-r0

  • chainguardopenssl-provider-fips-3.6.0

    all | < 0

  • chainguardopenssl-provider-fips-3.6.0-dbg

    all | < 0

  • debianopenssl

    all | < 3.5.7-1~deb13u2 | < 3.6.4-1

  • ubuntuedk2

    all

  • ubuntuedk2-hwe

    all

  • ubuntunodejs

    all

  • ubuntuopenssl

    all | < 3.5.5-1ubuntu3.4

  • ubuntuopenssl-fips

    all

  • opensslopenssl

    ≥ 4.0.0, < 4.0.2 | ≥ 3.6.0, < 3.6.4 | ≥ 3.5.0, < 3.5.8

References (11)