CVE & CISA-KEV Catalog

CVE-2026-18798

HIGHEPSS 73th 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:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:main@x86_64RHSA-2026:59641
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@srcRHSA-2026:59641
opensslRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:main@x86_64RHSA-2026:59641
Fixed in:main@aarch64RHSA-2026:59641
Fixed in:main@srcRHSA-2026:59641
openssl-debuginfoRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-debuginfoRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-debugsourceRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-debugsourceRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-develRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-develRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-libsRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-libsRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-libs-debuginfoRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-libs-debuginfoRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-perlRed Hat / RHEL
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl-perlRocky
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el10_2RHSA-2026:67154
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
Fixed in:1:3.5.8-1.el9_8RHSA-2026:67165
openssl3Red Hat / RHEL
Fixed in:main@x86_64RHSA-2026:59635
Fixed in:main@aarch64RHSA-2026:59635
Fixed in:main@srcRHSA-2026:59635
openssl3Rocky
Fixed in:main@x86_64RHSA-2026:59635
Fixed in:main@srcRHSA-2026:59635
Fixed in:main@aarch64RHSA-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

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

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
73rdpercentile

Elevated risk: more likely to be exploited than 73% 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.087%-Fix
CVE-2026-33824Critical9.873%KEVFix
CVE-2019-3829Medium5.359%-Fix
CVE-2021-3407Medium5.550%-Fix

Common questions

How do I fix CVE-2026-18798?

Published advisories record a fix for 20 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 73% 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), openssl-debuginfo (Red Hat / RHEL), and 16 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>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart 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.