CVE-2026-86404

high Apache
CVSS v3 Base Score
8.8
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Characteristics
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Confidentiality
High
Integrity
High
Availability
High
Published: September 7, 2026 (3 days ago)
Last Modified: September 7, 2026
Vendor: Apache
Source: MITRE

Description

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.

CWE

CWE-502

Affected Products

Red Hat Red Hat AMQ Broker 7Red Hat Red Hat build of Apache Camel 4 for Quarkus 3Red Hat Red Hat build of Apache Camel for Spring Boot 4Red Hat Red Hat JBoss Enterprise Application Platform 7Red Hat Red Hat JBoss Enterprise Application Platform 8

References