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

exploitDog

fstec логотип

BDU:2024-06735

Опубликовано: 03 сент. 2024
Источник: fstec
CVSS3: 5.9
CVSS2: 5.4
EPSS Средний

Описание

Уязвимость библиотеки OpenSSL связана с прочтением неверного адреса в памяти при сравнении имен субъекта otherName сертификата X.509.

Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, вызвать отказ в обслуживании

Вендор

Red Hat, Inc.
Сообщество свободного программного обеспечения
ООО «Ред Софт»
Canonical Ltd.
OpenSSL Software Foundation
ООО «РусБИТех-Астра»
АО «РАСУ»

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

Red Hat Enterprise Linux
OpenShift Container Platform
Debian GNU/Linux
РЕД ОС
Ubuntu
OpenSSL
Astra Linux Special Edition
Red Hat OpenShift Container Platform
Red Hat Service Interconnect
ПАК КЦПС (DSC-01R)

Версия ПО

8 (Red Hat Enterprise Linux)
4 (OpenShift Container Platform)
12 (Debian GNU/Linux)
7.3 (РЕД ОС)
22.04 LTS (Ubuntu)
9 (Red Hat Enterprise Linux)
24.04 LTS (Ubuntu)
от 3.0 до 3.0.15 (OpenSSL)
от 3.1 до 3.1.7 (OpenSSL)
от 3.2 до 3.2.3 (OpenSSL)
от 3.3 до 3.3.2 (OpenSSL)
1.8 (Astra Linux Special Edition)
4.16 (Red Hat OpenShift Container Platform)
4.17 (Red Hat OpenShift Container Platform)
1 for RHEL 9 (Red Hat Service Interconnect)
13 (Debian GNU/Linux)
25.10 (Ubuntu)
8.0 (РЕД ОС)
1.8.4 (ПАК КЦПС (DSC-01R))
26.04 LTS (Ubuntu)
1.4 for RHEL 9 (Red Hat Service Interconnect)

Тип ПО

Операционная система
Прикладное ПО информационных систем
Программное средство защиты
Средство АСУ ТП

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

Red Hat, Inc. Red Hat Enterprise Linux 8
Сообщество свободного программного обеспечения Debian GNU/Linux 12
ООО «Ред Софт» РЕД ОС 7.3
Canonical Ltd. Ubuntu 22.04 LTS
Red Hat, Inc. Red Hat Enterprise Linux 9
Canonical Ltd. Ubuntu 24.04 LTS
ООО «РусБИТех-Астра» Astra Linux Special Edition 1.8
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Canonical Ltd. Ubuntu 25.10
ООО «Ред Софт» РЕД ОС 8.0
АО «РАСУ» ПАК КЦПС (DSC-01R) 1.8.4
Canonical Ltd. Ubuntu 26.04 LTS

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

Средний уровень опасности (базовая оценка CVSS 2.0 составляет 5,4)
Средний уровень опасности (базовая оценка CVSS 3.1 составляет 5,9)

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

Использование рекомендаций:
Для OpenSSL:
https://openssl-library.org/news/secadv/20240903.txt
https://github.com/openssl/openssl/commit/621f3729831b05ee828a3203eddb621d014ff2b2
https://github.com/openssl/openssl/commit/06d1dc3fa96a2ba5a3e22735a033012aadc9f0d6
https://github.com/openssl/openssl/commit/7dfcee2cd2a63b2c64b9b4b0850be64cb695b0a0
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2024-6119
https://deb.freexian.com/extended-lts/tracker/CVE-2024-6119
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/CVE-2024-6119
Для Ubuntu:
https://ubuntu.com/security/CVE-2024-6119
Компенсирующие меры:
- запуск приложения в изолированных окружениях с минимальными правами доступа;
- применение контейнеризации или других форм изоляции процессов;
- настройка белых списков доверенных сертификатов, исключив использование самоподписанных или недоверенных сертификатов, что может снизить риск использования уязвимых сертификатов в цепочке атак;
- использование средств обнаружения и предотвращения вторжений (IDS/IPS).
Для РедОС:
http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
Для ОС Astra Linux:
обновить пакет openssl до 3.4.0-2-astra6 или более высокой версии, используя рекомендации производителя: https://wiki.astralinux.ru/astra-linux-se18-bulletin-2025-0411SE18
Для Ред ОС: http://repo.red-soft.ru/redos/8.0/x86_64/updates/

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

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

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

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

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

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

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

EPSS

Процентиль: 99%
0.66582
Средний

5.9 Medium

CVSS3

5.4 Medium

CVSS2

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

CVSS3: 5.9
redos
около 1 месяца назад

Уязвимость edk2

CVSS3: 5.9
redos
больше 1 года назад

Уязвимость edk2-tools

CVSS3: 9.1
redos
почти 2 года назад

Множественные уязвимости openssl3

CVSS3: 7.5
ubuntu
около 2 лет назад

Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can a cause a denial of service. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an `otherName` subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program. Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address. TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected ident...

CVSS3: 5.9
redhat
около 2 лет назад

Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can a cause a denial of service. Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address when comparing the expected name with an `otherName` subject alternative name of an X.509 certificate. This may result in an exception that terminates the application program. Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address. TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected ident...

EPSS

Процентиль: 99%
0.66582
Средний

5.9 Medium

CVSS3

5.4 Medium

CVSS2