Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

fstec логотип

BDU:2026-14721

Опубликовано: 25 авг. 2026
Источник: fstec
CVSS3: 7.5
CVSS2: 7.8
EPSS Низкий

Описание

Уязвимость функции port_default_packet_handler() библиотеки OpenSSL связана с ошибкой повторного освобождения памяти. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, вызвать отказ в обслуживании

Вендор

Red Hat, Inc.
Сообщество свободного программного обеспечения
Canonical Ltd.
OpenSSL Software Foundation

Наименование ПО

OpenShift Container Platform
Red Hat Enterprise Linux
Red Hat JBoss Core Services
Red Hat Developer Hub
Red Hat JBoss Web Server
Debian GNU/Linux
Red Hat Hardened Images
Ubuntu
OpenSSL

Версия ПО

4 (OpenShift Container Platform)
9 (Red Hat Enterprise Linux)
- (Red Hat JBoss Core Services)
- (Red Hat Developer Hub)
6 (Red Hat JBoss Web Server)
10 (Red Hat Enterprise Linux)
13 (Debian GNU/Linux)
- (Red Hat Hardened Images)
26.04 LTS (Ubuntu)
от 4.0 до 4.0.2 (OpenSSL)
от 3.6 до 3.6.4 (OpenSSL)
от 3.5 до 3.5.8 (OpenSSL)
7 (Red Hat JBoss Web Server)

Тип ПО

Прикладное ПО информационных систем
Операционная система
Микропрограммный код аппаратных компонентов компьютера
ПО программно-аппаратного средства
Сетевое средство
Программное средство защиты

Операционные системы и аппаратные платформы

Red Hat, Inc. Red Hat Enterprise Linux 9
Red Hat, Inc. Red Hat Enterprise Linux 10
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Canonical Ltd. Ubuntu 26.04 LTS

Уровень опасности уязвимости

Высокий уровень опасности (базовая оценка CVSS 2.0 составляет 7,8)
Высокий уровень опасности (базовая оценка CVSS 3.1 составляет 7,5)

Возможные меры по устранению уязвимости

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для OpenSSL:
https://openssl-library.org/news/secadv/20260825.txt
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-18798
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-18798
Для Ubuntu:
https://ubuntu.com/security/CVE-2026-18798

Статус уязвимости

Подтверждена производителем

Наличие эксплойта

Данные уточняются

Информация об устранении

Уязвимость устранена

Идентификаторы других систем описаний уязвимостей

EPSS

Процентиль: 73%
0.01481
Низкий

7.5 High

CVSS3

7.8 High

CVSS2

Связанные уязвимости

CVSS3: 7.5
ubuntu
25 дней назад

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 th...

CVSS3: 7.5
redhat
26 дней назад

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 t...

CVSS3: 7.5
nvd
25 дней назад

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 t

CVSS3: 7.5
debian
25 дней назад

Issue summary: QUIC server may double free QRX (QUIC record layer RX) ...

CVSS3: 7.5
github
25 дней назад

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() detect...

EPSS

Процентиль: 73%
0.01481
Низкий

7.5 High

CVSS3

7.8 High

CVSS2