Security Advisory

CVE-2026-86404

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-09-07 11:35:04
Last updated 2026-09-07 13:53:34
Assigner redhat
CVSS score 8.8
State PUBLISHED

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.