Bug 2491620 (CVE-2026-15567) - CVE-2026-15567 wildfly: wildfly-iiop: wildfly-jacorb: Wildfly: Pre-auth denial of service on the IIOP listener
Summary: CVE-2026-15567 wildfly: wildfly-iiop: wildfly-jacorb: Wildfly: Pre-auth denia...
Keywords:
Status: NEW
Alias: CVE-2026-15567
Product: Security Response
Classification: Other
Component: vulnerability-draft
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-23 03:08 UTC by OSIDB Bzimport
Modified: 2026-08-11 05:56 UTC (History)
33 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-23 03:08:14 UTC
JBoss EAP's IIOP (Internet Inter-ORB Protocol) subsystem processes security tokens from CORBA clients as part of the CSIv2 (Common Secure Interoperability version 2) handshake. This processing happens before any authentication — triggered by a portable interceptor (SASTargetInterceptor) that fires on every single incoming IIOP request.
 
Two methods in CSIv2Util.java read a length field directly from the attacker-controlled network packet and immediately allocate a Java byte array of that size — with zero bounds checking:


  A single unauthenticated GIOP packet with a crafted length field can cause:
  - OutOfMemoryError — the JVM attempts a ~2 GB heap allocation and crashes
  - NegativeArraySizeException — integer overflow in the length field kills the worker thread
  - Both outcomes are repeatable — the attacker can sustain the DoS by sending packets in a loop


Note You need to log in before you can comment on or make changes to this bug.