CVE & CISA-KEV Catalog

CVE-2026-18798

HIGHEPSS 72th pctl
7.5
CVSS v3
NVD

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.

How to fix

Remediation Available
opensslDebian
Fixed in:3.5.7-1~deb13u2CVE-2026-18798
Fixed in:3.6.4-1CVE-2026-18798
opensslRed Hat / RHEL
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@srcRHSA-2026:59641
Fixed in:main@x86_64RHSA-2026:59641
opensslRocky
Fixed in:main@x86_64RHSA-2026:59641
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@srcRHSA-2026:59641
openssl3Red Hat / RHEL
Fixed in:main@x86_64RHSA-2026:59635
Fixed in:main@srcRHSA-2026:59635
Fixed in:main@aarch64RHSA-2026:59635
openssl3Rocky
Fixed in:main@srcRHSA-2026:59635
Fixed in:main@aarch64RHSA-2026:59635
Fixed in:main@x86_64RHSA-2026:59635
libssl3Ubuntu
Fixed in:3.0.2-0ubuntu1.29USN-8678-1
libssl3t64Ubuntu
Fixed in:3.0.13-0ubuntu3.15USN-8678-1
opensslUbuntu
Fixed in:3.0.2-0ubuntu1.29USN-8678-1
Fixed in:3.0.13-0ubuntu3.15USN-8678-1

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

1.48%probability of exploitation in 30 days
72ndpercentile

Elevated risk: more likely to be exploited than 72% of all known CVEs.

References

Related Vulnerabilities

Other CWE-415 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-25136Medium6.590%-Fix
CVE-2003-0545Critical9.887%-Fix
CVE-2018-0101Critical10.073%-Fix
CVE-2026-33824Critical9.873%KEVFix
CVE-2019-3829Medium5.358%-Fix
CVE-2021-3407Medium5.550%-Fix

Common questions

How do I fix CVE-2026-18798?

Published advisories record a fix for 8 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-18798 being actively exploited?

Not that we know of. CVE-2026-18798 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 1.5% is the estimated probability that it will be exploited in the next 30 days. That is higher than 72% of all scored CVEs.

How severe is CVE-2026-18798?

CVE-2026-18798 has a CVSS v3 base score of 7.5, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-18798 affect?

Published advisories record a fix for openssl (Debian), openssl (Red Hat / RHEL), openssl (Rocky), openssl3 (Red Hat / RHEL), and 4 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-18798
CVE-2026-18798 severity badge

Markdown

[![CVE-2026-18798](https://tridentstack.com/cve/badge/CVE-2026-18798.svg)](https://tridentstack.com/cve/CVE-2026-18798)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-18798"><img src="https://tridentstack.com/cve/badge/CVE-2026-18798.svg" alt="CVE-2026-18798"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-08-28.