CVE-2022-21277: 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
CVE-2022-21277 is a Java ImageIO vulnerability that can let an unauthenticated network attacker cause a partial denial of service. The disclosed impact is availability loss, not data theft or code execution. It matters most where affected Java or GraalVM versions process untrusted content through ImageIO or rely on the Java sandbox.
Executive priority
Treat as a standard patch-cycle Java availability issue unless a critical service processes untrusted ImageIO input at scale. Prioritize internet-facing services and shared runtimes because disruption may affect dependent applications, but the cited impact is partial denial of service only.
Technical view
Oracle describes an easily exploitable CWE-400 issue in ImageIO affecting Java SE 11.0.13, 17.0.1 and GraalVM Enterprise Edition 20.3.4, 21.3.0. The CVSS 3.1 score is 5.3 with network access, low complexity, no privileges, no user interaction, and low availability impact only.
Likely exposure
Exposure is likely in systems running the named Java SE or GraalVM EE versions, especially services that pass untrusted data to ImageIO APIs. Legacy sandboxed Java Web Start or applet-style deployments that load internet-sourced code are also called out by Oracle.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Oracle states exploitation is unauthenticated over multiple protocols and can occur through APIs in the affected component, including web services supplying data to ImageIO.
Researcher notes
The key analytical boundary is impact: sources support availability degradation, not confidentiality, integrity, or remote code execution. Validate data-flow exposure to ImageIO before escalating severity. Evidence is incomplete for exact fixed builds in this bundle beyond vendor advisory references.
Mitigation direction
Apply Oracle January 2022 CPU updates or downstream vendor Java security packages.
Update affected Debian, Gentoo, NetApp, or other vendor-managed Java distributions per advisories.
Inventory Java SE 11.0.13, 17.0.1 and GraalVM EE 20.3.4, 21.3.0.
Reduce untrusted input paths into ImageIO APIs until patched.
Review vendor guidance for product-specific remediation and support status.
Validation and detection
Confirm deployed Java and GraalVM versions across servers, containers, build images, and endpoints.
Identify applications using ImageIO to process network-supplied or user-supplied data.
Check whether Java Web Start or applet-style sandboxed workflows still exist.
Verify vendor package versions match fixed advisory levels after updates.
Monitor availability errors in Java services handling image or media inputs.
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.