CVE-2022-21294: 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: Libraries). Supported versions that are affected are Oracle Java SE: 7u321, 8u311, 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 Java availability issue. An unauthenticated network attacker could trigger a partial denial of service in affected Oracle Java SE or GraalVM Enterprise Edition deployments. The business risk is service disruption, not data theft or code execution, based on the provided sources.
Executive priority
Treat this as a routine but time-bound patching item. It is network exploitable and unauthenticated, but the documented impact is partial denial of service only, with no provided evidence of active exploitation or confidentiality impact.
Technical view
CVE-2022-21294 affects the Libraries component in Oracle Java SE 7u321, 8u311, 11.0.13, 17.0.1 and GraalVM EE 20.3.4, 21.3.0. CVSS 3.1 is 5.3: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L. CWE-770 indicates resource allocation without limits or throttling.
Likely exposure
Exposure is most likely where affected Java runtimes process untrusted code through sandboxed Java Web Start or applets, or where services pass attacker-controlled data into affected Libraries APIs. Downstream OpenJDK packaging advisories from Debian and Gentoo suggest related runtime update exposure.
Exploitation context
The provided data says the issue is easily exploitable over the network and needs no authentication or user interaction. It does not show CISA KEV listing or active exploitation. Impact is limited to partial availability loss in the affected Java environment.
Researcher notes
The key exposure question is not only installed Java version, but whether untrusted code or attacker-controlled data reaches affected Libraries APIs. Sources do not provide exploit mechanics, indicators of compromise, or exact fixed Oracle versions in the supplied bundle.
Mitigation direction
Apply Oracle January 2022 CPU guidance for affected Oracle Java and GraalVM versions.
Apply Debian, Gentoo, or other distribution OpenJDK security updates where applicable.
Check NetApp advisory if NetApp products embed or depend on affected Java components.
Reduce or remove sandboxed Java Web Start and applet use with untrusted code.
Review services that feed untrusted data into Java Libraries APIs.
Validation and detection
Inventory Java SE, JDK, JRE, OpenJDK, and GraalVM versions across servers and clients.
Flag Oracle Java SE 7u321, 8u311, 11.0.13, 17.0.1 as affected.
Flag GraalVM Enterprise Edition 20.3.4 and 21.3.0 as affected.
Confirm vendor security updates are installed from Oracle or relevant OS distributors.
Identify apps processing untrusted inputs through Java Libraries APIs.
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-770: 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-770 · source CWE mapping
Allocation of Resources Without Limits or Throttling
Allocation of Resources Without Limits or Throttling represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.