Cyber Resilience

CVE-2026-60370

Oracle Platform Security For Java 12.2.1.4.0 … 14.1.2.0.0

Published
22 July 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0020 10th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-60370 is a high-severity Improper Restriction of Rendered UI Layers or Frames (CWE-1021) vulnerability in Oracle Platform Security For Java. 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 10th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and CM-6 (Configuration Settings) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Vulnerability in the Oracle Platform Security for Java product of Oracle Fusion Middleware (component: Centralized Thirdparty Jars). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.0.0. Difficult to exploit vulnerability allows low privileged attacker with network access via HTTP to…

more

compromise Oracle Platform Security for Java. Successful attacks of this vulnerability can result in takeover of Oracle Platform Security for Java. CVSS 3.1 Base Score 7.5 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).

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 remote compromise of a public-facing web application (Oracle Platform Security for Java) over HTTP, matching T1190 Exploit Public-Facing Application.

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

CVEs Like This One

CVE-2026-60367Same product: Oracle Platform Security For Java
CVE-2026-60368Same product: Oracle Platform Security For Java
CVE-2026-60366Same product: Oracle Platform Security For Java
CVE-2026-60455Same product: Oracle Platform Security For Java
CVE-2026-60373Same product: Oracle Platform Security For Java
CVE-2026-60372Same product: Oracle Platform Security For Java
CVE-2026-61246Same product: Oracle Platform Security For Java
CVE-2026-60439Same product: Oracle Platform Security For Java
CVE-2026-60369Same product: Oracle Platform Security For Java
CVE-2026-60371Same product: Oracle Platform Security For Java

Affected Assets

oracle
platform security for java
12.2.1.4.0, 14.1.2.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-23 Session Authenticity
  • CM-6 Configuration Settings
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces access control decisions on HTTP requests to the Platform Security for Java component, blocking the low-privileged takeover path described in the CVE.

prevent

Protects session authenticity for web interactions, mitigating the UI-layer framing weakness (CWE-1021) that enables session or privilege takeover over HTTP.

prevent

Requires secure configuration settings (e.g., X-Frame-Options or CSP frame-ancestors headers) on the affected Oracle component to block clickjacking-style UI redress attacks.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require implementing frame-ancestors / X-Frame-Options controls that prevent this weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing frame protections, but does not itself implement the control.

degrades

Web filtering can block or sandbox untrusted frames, but does not enforce application-level frame-busting or CSP.

prevents

Application security requirements can mandate frame-ancestors / X-Frame-Options, directly addressing UI redressing risks.

prevents

Secure architecture principles include isolation of UI layers and proper use of browser security controls.

prevents

Secure coding practices directly require implementation of frame-busting headers or CSP frame-ancestors directives.

References