Cyber Resilience

CVE-2026-13772

High

Published: 30 June 2026

Published
30 June 2026
Modified
03 July 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0028 20.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-13772 is a high-severity Unsafe Reflection (CWE-470) vulnerability in Ibm Websphere Extreme Scale. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

IBM WebSphere Extreme Scale 8.6.1.0 through 8.6.1.6 's Object Query Language engine resolves attacker-supplied class names via Class.forName() and invokes their constructors with no allow-list at three distinct sinks (SELECT NEW, enum literals, and reflection-based comparators); an authenticated remote attacker…

more

who can influence an application-built OQL query string can execute arbitrary constructors on the WAS JVM, and a SELECT DISTINCT variant using planted grid values fires the same gadget post-readObject in a manner that survives JEP-290 serialization filters across grid node boundaries

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct RCE via unauthenticated class loading + constructor invocation in a public-facing OQL engine of WebSphere Extreme Scale.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-34393Shared CWE-470
CVE-2026-23923Shared CWE-470
CVE-2026-25498Shared CWE-470
CVE-2026-46718Shared CWE-470
CVE-2025-68455Shared CWE-470
CVE-2026-34216Shared CWE-470
CVE-2025-63690Shared CWE-470
CVE-2025-53693Shared CWE-470
CVE-2024-4990Shared CWE-470
CVE-2026-33157Shared CWE-470

Affected Assets

ibm
websphere extreme scale
8.6.1.0 — 8.6.1.6

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-470

Externally controlled class or code selection can be resolved and invoked inside the chamber, surfacing unsafe reflection without system impact.

References