Cyber Resilience

CVE-2026-46796

Open Redirect in Oracle Webcenter Sites 12.2.1.4.0 … 14.1.2.0.0

Published
17 June 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 8.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0035 28th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-46796 is a high-severity Open Redirect (CWE-601) vulnerability in Oracle Webcenter Sites. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28th 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 SI-10 (Information Input Validation) and AC-4 (Information Flow Enforcement) — 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 WebCenter Sites product of Oracle Fusion Middleware (component: WebCenter Sites). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.0.0. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle WebCenter Sites.…

more

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

Public-facing web app vulnerability (CWE-601 open redirect) directly enables remote compromise/takeover via HTTP.

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

CVEs Like This One

CVE-2026-61140Same product: Oracle Webcenter Sites
CVE-2026-46798Same product: Oracle Webcenter Sites
CVE-2026-46797Same product: Oracle Webcenter Sites
CVE-2026-46799Same product: Oracle Webcenter Sites
CVE-2026-35296Same product: Oracle Webcenter Sites
CVE-2026-35293Same product: Oracle Webcenter Sites
CVE-2026-35295Same product: Oracle Webcenter Sites
CVE-2026-46800Same product: Oracle Webcenter Sites
CVE-2026-46809Same product: Oracle Webcenter Sites
CVE-2026-46801Same product: Oracle Webcenter Sites

Affected Assets

oracle
webcenter sites
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
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

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

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all HTTP redirect parameters against an allow-list, blocking the CWE-601 open redirect that leads to site takeover.

prevent

Enforces information-flow rules on outbound HTTP redirects, limiting untrusted destinations that an authenticated low-privileged user can be sent to.

detect

Monitors web traffic for anomalous redirect responses to external domains, enabling detection of attempted exploitation of the open-redirect flaw.

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