Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Adjacent-only reach (AV:A) and no authentication needed (PR:N); exclusive availability impact (A:H) from JVM crash with no confidentiality or integrity consequence.
Primary rating from Vendor (ibm).
CVSS VectorNVD
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
1DescriptionNVD
IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 could allow an adjacent attacker to cause a denial of service due to improper validation in the XDF decoder. The application processes deeply nested Protocol Buffers messages and attacker-controlled length prefixes without sufficient bounds checking, which may allow an attacker on the same network to trigger a StackOverflowError or OutOfMemoryError, resulting in a crash of the WebSphere Application Server JVM.
AnalysisAI
Denial of service in IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 allows adjacent unauthenticated attackers to crash the WebSphere Application Server JVM by sending malformed XDF-encoded Protocol Buffers messages to the data grid. The XDF decoder fails to enforce bounds on recursive protobuf message nesting depth and attacker-supplied length prefixes, triggering either a StackOverflowError or OutOfMemoryError that takes down the JVM process. No public exploit has been identified at time of analysis, and IBM has released a patch via their support advisory.
Technical ContextAI
IBM WebSphere Extreme Scale is an enterprise in-memory data grid (eXtreme Scale) product that uses an XDF (eXtreme Data Format) serialization layer built on Protocol Buffers (protobuf) for encoding and transmitting data between grid nodes. CWE-400 (Uncontrolled Resource Consumption) describes the root cause: the XDF decoder neither caps the recursion depth when parsing nested protobuf message structures nor validates attacker-controlled length prefix values against available resources before allocation. Deeply nested messages exhaust the JVM call stack (StackOverflowError), while inflated length prefixes drive unbounded heap allocation (OutOfMemoryError). Both conditions terminate the WebSphere Application Server JVM. The CPE string cpe:2.3:a:ibm:websphere_extreme_scale:*:*:*:*:*:*:*:* confirms the entire 8.6.1.x family is in scope per IBM.
RemediationAI
Apply the vendor-released patch per the IBM support advisory at https://www.ibm.com/support/pages/node/7278346. A patch is confirmed available from IBM, but no exact fixed version number is specified in the available data; consult the advisory directly to determine the target upgrade version before deploying. As compensating controls prior to patching: enforce strict network segmentation so that only trusted grid nodes and authorized clients can reach WebSphere Extreme Scale listener ports, exploiting the AV:A attack vector requirement to eliminate untrusted adjacency. Additionally, JVM tuning measures such as reducing the thread stack size (-Xss flag) may lower StackOverflowError susceptibility, but will not address OutOfMemoryError conditions from length prefix abuse and may introduce application stability trade-offs. Deep packet inspection to filter anomalous protobuf payloads is technically feasible but operationally complex and not recommended as a primary control.
More in Websphere Extreme Scale
View allCRLF injection vulnerability in IBM WebSphere eXtreme Scale 7.1.0 before 7.1.0.3, 7.1.1 before 7.1.1.1, 8.5 before 8.5.0
Arbitrary constructor invocation (leading to code execution) in IBM WebSphere eXtreme Scale 8.6.1.0 through 8.6.1.6 lets
Remote code execution in IBM WebSphere eXtreme Scale 8.6.1.0-8.6.1.6 arises because three bundled ObjectInputStream subc
The monitoring console in IBM WebSphere eXtreme Scale 7.1.0, 7.1.1, 8.5.0, and 8.6.0 does not properly process logoff ac
Remote code execution in IBM WebSphere eXtreme Scale 8.6.1.0 through 8.6.1.6 arises from roughly 50 generated CORBA stub
IBM WebSphere eXtreme Scale 8.6 Admin Console could allow a remote attacker to hijack the clicking action of the victim.
Cross-site request forgery (CSRF) vulnerability in IBM WebSphere eXtreme Scale 7.1.0 before 7.1.0.3 and 7.1.1 before 7.1
IBM WebSphere eXtreme Scale 8.6 Admin API is vulnerable to cross-site scripting. Rated medium severity (CVSS 5.4), this
Unspecified vulnerability in IBM WebSphere eXtreme Scale 8.6 through 8.6.0.8 allows remote attackers to cause a denial o
IBM WebSphere eXtreme Scale 7.1.0 before 7.1.0.3 and 7.1.1 before 7.1.1.1 has an improper account-lockout setting, which
The monitoring console in IBM WebSphere eXtreme Scale 7.1.0, 7.1.1, 8.5.0, and 8.6.0 allows remote authenticated users t
IBM WebSphere eXtreme Scale 8.6 Admin Console is vulnerable to cross-site scripting. Rated medium severity (CVSS 4.8), t
Same weakness CWE-400 – Uncontrolled Resource Consumption
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40379
GHSA-qh26-gm6x-4qpg