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

exploitDog

redhat логотип

CVE-2026-86404

Опубликовано: 11 авг. 2026
Источник: redhat
CVSS3: 8.8
EPSS Низкий

Описание

EAP's Artemis deserialization configuration permits deserialization by default. ObjectMessage.getObject() uses ObjectInputStreamWithClassLoader, which implements allow-list/block-list filtering via its checkSecurity()/isTrustedType() method. However, by default both allow-list and block-list are empty. When the allow-list is empty (size == 0), isTrustedType() returns true for ALL classes. This means all classes are deserializable by default.

Меры по смягчению последствий

Configure a restrictive deserialization-allow-list on every pooled-connection-factory resource. For example, if your MDBs only expect to receive objects of type com.yourapp.OrderEvent, set the allow-list to "com.yourapp". This switches ObjectInputStreamWithClassLoader from "allow everything" to "deny by default, allow only listed classes." With this in place, even if an attacker injects a malicious ObjectMessage through any vector, the deserialization of gadget chain classes is blocked.

Затронутые пакеты

ПлатформаПакетСостояниеРекомендацияРелиз
Red Hat AMQ Broker 7artemis-serverNot affected
Red Hat build of Apache Camel 4 for Quarkus 3artemis-core-clientNot affected
Red Hat build of Apache Camel for Spring Boot 4artemis-jms-clientNot affected
Red Hat build of Apache Camel for Spring Boot 4artemis-serverNot affected
Red Hat build of Apache Camel for Spring Boot 4undertow-coreNot affected
Red Hat JBoss Enterprise Application Platform 7artemis-core-clientAffected
Red Hat JBoss Enterprise Application Platform 7artemis-jms-clientAffected
Red Hat JBoss Enterprise Application Platform 7artemis-serverAffected
Red Hat JBoss Enterprise Application Platform 7undertow-coreAffected
Red Hat JBoss Enterprise Application Platform 7wildfly-messaging-activemq-subsystemAffected

Показывать по

Дополнительная информация

Статус:

Important
Дефект:
CWE-502
https://bugzilla.redhat.com/show_bug.cgi?id=2477930artemis-server: artemis-jms-client: artemis-core-client: undertow-core: wildfly-messaging-activemq-subsystem: artemis messaging handlers in Red Hat EAP permit deserialization by default

EPSS

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

8.8 High

CVSS3

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

CVSS3: 8.8
nvd
9 дней назад

EAP's Artemis deserialization configuration permits deserialization by default. ObjectMessage.getObject() uses ObjectInputStreamWithClassLoader, which implements allow-list/block-list filtering via its checkSecurity()/isTrustedType() method. However, by default both allow-list and block-list are empty. When the allow-list is empty (size == 0), isTrustedType() returns true for ALL classes. This means all classes are deserializable by default.

CVSS3: 8.8
github
9 дней назад

EAP's Artemis deserialization configuration permits deserialization by default. ObjectMessage.getObject() uses ObjectInputStreamWithClassLoader, which implements allow-list/block-list filtering via its checkSecurity()/isTrustedType() method. However, by default both allow-list and block-list are empty. When the allow-list is empty (size == 0), isTrustedType() returns true for ALL classes. This means all classes are deserializable by default.

EPSS

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

8.8 High

CVSS3