Cyber Resilience

CVE-2026-60467

Open Redirect in Oracle Webcenter Content 12.2.1.4.0 … 14.1.2.0.0

Published
21 July 2026
Modified
28 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:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0030 22th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-60467 is a high-severity Open Redirect (CWE-601) vulnerability in Oracle Webcenter Content. 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 22th 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-4 (Information Flow Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Vulnerability in the WebCenter Content: Imaging product of Oracle Fusion Middleware (component: Core). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.0.0. Difficult to exploit vulnerability allows unauthenticated attacker with network access via HTTP to compromise WebCenter Content: Imaging. Successful…

more

attacks require human interaction from a person other than the attacker. Successful attacks of this vulnerability can result in takeover of WebCenter Content: Imaging. CVSS 3.1 Base Score 7.5 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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?

Vulnerability in public-facing Oracle WebCenter Imaging web app allows unauthenticated remote compromise over HTTP (with user interaction), directly enabling T1190.

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

CVEs Like This One

CVE-2026-46806Same product: Oracle Webcenter Content
CVE-2026-46789Same product: Oracle Webcenter Content
CVE-2026-60452Same product: Oracle Webcenter Content
CVE-2026-46791Same product: Oracle Webcenter Content
CVE-2026-46766Same product: Oracle Webcenter Content
CVE-2026-46784Same product: Oracle Webcenter Content
CVE-2026-60463Same product: Oracle Webcenter Content
CVE-2026-35286Same product: Oracle Webcenter Content
CVE-2026-60451Same product: Oracle Webcenter Content
CVE-2026-35316Same product: Oracle Webcenter Content

Affected Assets

oracle
webcenter content
12.2.1.4.0, 14.1.2.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SC-23 Session Authenticity
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CWE-601 by validating redirect URL parameters in HTTP requests to ensure they only target trusted internal domains before any redirection occurs.

prevent

Enforces information flow rules that restrict HTTP redirects to approved destinations, blocking the open redirect path used by the unauthenticated network attacker.

prevent

Protects session authenticity during HTTP interactions, reducing the ability of a successful open redirect to lead to full application takeover via stolen credentials or tokens.

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 input validation and untrusted-redirect controls that prevent CWE-601.

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.

mitigates

Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.

References