CVE-2026-86404

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

No configuration.

History

No history.

Information

Published : 2026-09-07 12:17

Updated : 2026-09-09 15:17


NVD link : CVE-2026-86404

Mitre link : CVE-2026-86404

CVE.ORG link : CVE-2026-86404


JSON object : View

Products Affected

No product.

CWE
CWE-502

Deserialization of Untrusted Data