CVE-2022-21366: Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component...
Vulnerability in the Oracle Java SE, Oracle GraalVM Enterprise Edition product of Oracle Java SE (component: ImageIO). Supported versions that are affected are Oracle Java SE: 11.0.13, 17.0.1; Oracle GraalVM Enterprise Edition: 20.3.4 and 21.3.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalVM Enterprise Edition. Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Oracle Java SE, Oracle GraalVM Enterprise Edition. Note: This vulnerability applies to Java deployments, typically in clients running sandboxed Java Web Start applications or sandboxed Java applets, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability can also be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. CVSS 3.1 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).
Security readout for executives and security teams
Plain-English summary
This is a medium-severity availability issue in Oracle Java SE and Oracle GraalVM Enterprise Edition. An unauthenticated remote attacker could trigger a partial denial of service in affected Java deployments, especially where untrusted code or untrusted data reaches ImageIO.
Executive priority
Prioritize remediation in internet-facing or user-upload workflows using Java image processing. This is not a data theft issue based on the sources, but it can affect service availability and should be handled through normal patch governance.
Technical view
CVE-2022-21366 affects the ImageIO component in Oracle Java SE 11.0.13 and 17.0.1, and GraalVM Enterprise Edition 20.3.4 and 21.3.0. It is classified as CWE-400 and has CVSS 3.1 score 5.3 with network, low-complexity, no-privilege, no-user-interaction characteristics.
Likely exposure
Exposure is most likely where affected Java runtimes process untrusted image data through ImageIO, or where legacy sandboxed Java Web Start/applets run internet-sourced code. Server-side web services feeding user-controlled data into ImageIO are specifically called out.
Exploitation context
The bundle does not show CISA KEV listing or cited active exploitation. Oracle describes the issue as easily exploitable over multiple protocols without authentication, but the documented impact is limited to partial denial of service.
Researcher notes
Do not generalize this to all Java applications. The strongest exposure evidence is untrusted code in sandboxed Java deployments or untrusted data reaching ImageIO APIs. Fixed-version details are not included in the supplied bundle beyond vendor advisory direction.
Mitigation direction
Apply Oracle Java SE or GraalVM updates from the January 2022 CPU guidance.
Use vendor or distribution advisories for NetApp, Debian, and Gentoo packaged environments.
Remove affected Java runtime versions from production where feasible.
Limit untrusted data paths into ImageIO-processing services.
Avoid relying on sandboxed Java Web Start or applet execution for untrusted code.
Validation and detection
Inventory Java SE and GraalVM versions across endpoints, servers, and containers.
Identify applications or services using ImageIO with user-controlled input.
Check Debian, Gentoo, NetApp, and Oracle advisory coverage for deployed packages.
Confirm affected versions are upgraded or otherwise removed from exposed workflows.
Monitor vulnerable services for resource exhaustion or partial availability failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-400: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-400 · source CWE mapping
Uncontrolled Resource Consumption
Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.