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

exploitDog

fstec логотип

BDU:2026-11013

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

Описание

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

Вендор

Сообщество свободного программного обеспечения
Red Hat, Inc.
ООО «Ред Софт»
Siemens AG
OpenSSL Software Foundation

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

Debian GNU/Linux
Red Hat Enterprise Linux
Red Hat OpenShift Container Platform
Red Hat Discovery
РЕД ОС
Red Hat Update Infrastructure
Red Hat Insights proxy
Red Hat Hardened Images
SIMATIC CN 4100
Red Hat JBoss Core Services
OpenSSL
Red Hat JBoss Web Server

Версия ПО

12 (Debian GNU/Linux)
9 (Red Hat Enterprise Linux)
10 (Red Hat Enterprise Linux)
9.2 Update Services for SAP Solutions (Red Hat Enterprise Linux)
4.19 (Red Hat OpenShift Container Platform)
13 (Debian GNU/Linux)
2 (Red Hat Discovery)
9.6 Extended Update Support (Red Hat Enterprise Linux)
8.0 (РЕД ОС)
10.0 Extended Update Support (Red Hat Enterprise Linux)
5 (Red Hat Update Infrastructure)
1.5 (Red Hat Insights proxy)
- (Red Hat Hardened Images)
до 5.0 (SIMATIC CN 4100)
9.4 Update Services for SAP Solutions (Red Hat Enterprise Linux)
2.4.62.SP4 (Red Hat JBoss Core Services)
от 3.0 до 3.0.20 (OpenSSL)
от 3.3 до 3.3.7 (OpenSSL)
от 3.4 до 3.4.5 (OpenSSL)
от 3.5 до 3.5.6 (OpenSSL)
от 3.6 до 3.6.2 (OpenSSL)
6.2.2 (Red Hat JBoss Web Server)

Тип ПО

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

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

Сообщество свободного программного обеспечения Debian GNU/Linux 12
Red Hat, Inc. Red Hat Enterprise Linux 9
Red Hat, Inc. Red Hat Enterprise Linux 10
Red Hat, Inc. Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Red Hat, Inc. Red Hat Enterprise Linux 9.6 Extended Update Support
ООО «Ред Софт» РЕД ОС 8.0
Red Hat, Inc. Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat, Inc. Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для SIMATIC CN 4100:
https://cert-portal.siemens.com/productcert/html/ssa-032379.html
Для OpenSSL:
https://openssl-library.org/news/secadv/20260407.txt
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-31790
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-31790
Для Ред ОС:
http://repo.red-soft.ru/redos/8.0/x86_64/updates/

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

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

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

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

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

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

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

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2

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

CVSS3: 7.5
ubuntu
5 месяцев назад

Issue summary: Applications using RSASVE key encapsulation to establish a secret encryption key can send contents of an uninitialized memory buffer to a malicious peer. Impact summary: The uninitialized buffer might contain sensitive data from the previous execution of the application process which leads to sensitive data leakage to an attacker. RSA_public_encrypt() returns the number of bytes written on success and -1 on error. The affected code tests only whether the return value is non-zero. As a result, if RSA encryption fails, encapsulation can still return success to the caller, set the output lengths, and leave the caller to use the contents of the ciphertext buffer as if a valid KEM ciphertext had been produced. If applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an attacker-supplied invalid RSA public key without first validating that key, then this may cause stale or uninitialized contents of the caller-provided ciphertext buffer to be disclosed to the attacker i...

CVSS3: 5.9
redhat
5 месяцев назад

Issue summary: Applications using RSASVE key encapsulation to establish a secret encryption key can send contents of an uninitialized memory buffer to a malicious peer. Impact summary: The uninitialized buffer might contain sensitive data from the previous execution of the application process which leads to sensitive data leakage to an attacker. RSA_public_encrypt() returns the number of bytes written on success and -1 on error. The affected code tests only whether the return value is non-zero. As a result, if RSA encryption fails, encapsulation can still return success to the caller, set the output lengths, and leave the caller to use the contents of the ciphertext buffer as if a valid KEM ciphertext had been produced. If applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an attacker-supplied invalid RSA public key without first validating that key, then this may cause stale or uninitialized contents of the caller-provided ciphertext buffer to be disclosed to the attacker i...

CVSS3: 7.5
nvd
5 месяцев назад

Issue summary: Applications using RSASVE key encapsulation to establish a secret encryption key can send contents of an uninitialized memory buffer to a malicious peer. Impact summary: The uninitialized buffer might contain sensitive data from the previous execution of the application process which leads to sensitive data leakage to an attacker. RSA_public_encrypt() returns the number of bytes written on success and -1 on error. The affected code tests only whether the return value is non-zero. As a result, if RSA encryption fails, encapsulation can still return success to the caller, set the output lengths, and leave the caller to use the contents of the ciphertext buffer as if a valid KEM ciphertext had been produced. If applications use EVP_PKEY_encapsulate() with RSA/RSASVE on an attacker-supplied invalid RSA public key without first validating that key, then this may cause stale or uninitialized contents of the caller-provided ciphertext buffer to be disclosed to the attacker i

CVSS3: 6.5
msrc
5 месяцев назад

Incorrect Failure Handling in RSA KEM RSASVE Encapsulation

CVSS3: 7.5
debian
5 месяцев назад

Issue summary: Applications using RSASVE key encapsulation to establis ...

EPSS

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

7.5 High

CVSS3

7.8 High

CVSS2