CVE-2026-46806: Oracle WebCenter Content Open Redirect Vulnerability – CVSS 8.2
A flaw in Oracle WebCenter Content version 14.1.2.0.0 allows unauthenticated attackers to gain unauthorized access to sensitive data or modify content through the network. The vulnerability exploits trust in HTTPS connections and relies on tricking a user into clicking a malicious link or visiting a crafted page. While the vulnerability exists in WebCenter Content, successful exploitation can affect other connected Oracle systems. The attacker does not need valid credentials, but the attack requires user interaction—typically clicking a link sent via email or social engineering.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.2 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
- Weaknesses (CWE)
- CWE-601
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-17
NVD description (verbatim)
Vulnerability in the Oracle WebCenter Content product of Oracle Fusion Middleware (component: Content Server). The supported version that is affected is 14.1.2.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTPS to compromise Oracle WebCenter Content. Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle WebCenter Content, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle WebCenter Content accessible data as well as unauthorized update, insert or delete access to some of Oracle WebCenter Content accessible data. CVSS 3.1 Base Score 8.2 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-46806 is a URL redirection vulnerability (CWE-601, also known as Open Redirect) in Oracle WebCenter Content 14.1.2.0.0. The vulnerability stems from improper validation of redirect parameters in HTTPS endpoints, allowing an attacker to craft a URL that appears legitimate but redirects to an external, attacker-controlled site. The high CVSS score of 8.2 reflects the combination of network accessibility (AV:N), low attack complexity (AC:L), no authentication required (PR:N), the need for user interaction (UI:R), and a scope change (S:C) that extends impact beyond the directly vulnerable component. The primary impact is confidentiality loss (C:H), with some integrity compromise (I:L).
Business impact
Compromised WebCenter Content instances can expose confidential documents, contracts, intellectual property, and customer data to unauthorized parties. Because the vulnerability can affect downstream systems beyond WebCenter Content itself, a breach may extend to enterprise applications that trust or integrate with the content repository. Attackers can also modify or insert malicious content into the repository, potentially poisoning trusted documents or introducing malware-laden files that other users download. Organizations relying on WebCenter Content as a central document management system face reputational, compliance (GDPR, HIPAA, SOX), and operational risks.
Affected systems
Oracle WebCenter Content version 14.1.2.0.0 is explicitly affected. Organizations should verify their WebCenter Content deployment version immediately and check for any connected or dependent systems (including other Oracle Fusion Middleware products, custom integrations, and third-party applications that retrieve or reference WebCenter Content). The vulnerability affects unauthenticated users, so every instance exposed to a network—whether internal or external—is at risk if users can be socially engineered.
Exploitability
This vulnerability is easily exploitable because it requires no authentication, has low attack complexity, and relies on standard network access. However, successful attacks depend on user interaction—an employee must click a malicious link or visit a rigged webpage. Attackers typically craft convincing phishing emails that direct users to a WebCenter Content instance with a poisoned redirect URL. Once clicked, the user may be sent to a credential harvesting site, malware distribution point, or external content repository controlled by the attacker. The barrier to weaponization is low; no zero-day exploit kit is necessary, making widespread abuse a realistic concern.
Remediation
Patch Oracle WebCenter Content to a version that fixes CWE-601 validation—consult the official Oracle security advisory for the specific patched version applicable to your deployment. Until patching is complete, implement network controls to restrict WebCenter Content access to authorized users and networks, enforce multi-factor authentication where possible, and deploy email security and URL reputation filtering to block malicious links at the gateway. Consider implementing a Web Application Firewall (WAF) rule to detect and block suspicious redirect parameters in WebCenter Content requests.
Patch guidance
Contact Oracle Support or review the Oracle Security Advisory for CVE-2026-46806 to obtain the patched version for Oracle WebCenter Content. Test the patch in a non-production environment first to ensure compatibility with custom extensions and integrations. Coordinate with teams that depend on WebCenter Content to minimize downtime. After patching, verify that redirect functionality is restricted to allow-listed internal destinations only and that user sessions are cleared to force re-authentication.
Detection guidance
Monitor WebCenter Content logs for suspicious redirect parameters or unusual URL patterns in HTTP requests (look for encoded or obfuscated external URLs in query strings). Use a WAF or SIEM to alert on requests containing patterns like 'redirect=http' or similar parameter names pointing to non-approved domains. Check for spikes in failed authentication or credential submission attempts on landing pages following the CVE disclosure, as attackers may test redirect chains. Threat intelligence feeds and your email security solution should flag phishing campaigns leveraging this CVE.
Why prioritize this
A CVSS score of 8.2 (HIGH severity) combined with easy exploitability and the potential for scope change across the enterprise makes this a top-tier threat. Organizations must prioritize patching because the attack vector is network-based and unauthenticated, and the impact includes complete loss of confidentiality for sensitive documents. The reliance on user interaction does not materially reduce risk in a real-world context where phishing and social engineering remain highly effective. Any WebCenter Content instance exposed to users or the internet should be treated as critical.
Risk score, explained
The CVSS 3.1 base score of 8.2 reflects: network accessibility (AV:N) and no authentication requirement (PR:N), which makes the attack broadly feasible; low attack complexity (AC:L), meaning the attacker needs no special knowledge or tools; a scope change (S:C) indicating that exploitation affects more than just the vulnerable component; high confidentiality impact (C:H), allowing full disclosure of data; and limited but real integrity impact (I:L). The main limiting factor is the requirement for user interaction (UI:R), which prevents fully automated, massive-scale exploitation but remains a weak control in practice. No availability impact (A:N) prevents a higher rating, but confidentiality and integrity breaches are sufficient for critical enterprise risk.
Frequently asked questions
How can we tell if we are running the affected version of Oracle WebCenter Content?
Check the version string in the WebCenter Content administration console or logs. The affected version is explicitly 14.1.2.0.0. Run queries against the Oracle inventory or use Oracle Enterprise Manager to audit deployed versions. If you are on a version prior to 14.1.2 or a later release, you may still be affected—consult the Oracle advisory to confirm your version's patch status.
Is this vulnerability being actively exploited in the wild?
As of the publication date, CVE-2026-46806 is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, which suggests no confirmed weaponized exploitation has been publicly disclosed. However, open redirect flaws are well-understood attack primitives, and phishing campaigns leveraging redirect functionality are common. Organizations should assume that exploitation may begin shortly after public disclosure and remediation details become available.
Can we mitigate this without patching, and if so, for how long?
Temporary mitigations include network segmentation to limit WebCenter Content access, disabling external redirect functionality if business requirements permit, and enforcing strict URL validation rules at the WAF or reverse proxy level. However, these are short-term measures and do not eliminate the underlying vulnerability. Patching is the only permanent fix, and all mitigations should be considered interim until patching is complete.
Will this vulnerability affect our other Oracle Fusion Middleware products?
The vulnerability is specific to WebCenter Content, but because of the scope change (S:C in the CVSS vector), successful exploitation may allow attackers to pivot to other Fusion Middleware components or applications that trust WebCenter Content or share authentication mechanisms. Review your architecture for trust boundaries and ensure that WebCenter Content is not a privileged access point to other systems.
This analysis is provided for informational purposes and based on publicly available vulnerability data. SEC.co does not warrant the completeness or accuracy of vendor advisories or patch information; verify all patch versions and compatibility against official Oracle documentation and your specific deployment. CVSS scores are baseline metrics and do not account for your organization's unique risk context, asset sensitivity, or threat landscape. Consult with Oracle Support and your security team to develop a comprehensive remediation strategy. No exploit code or weaponized proof-of-concept is included; refer to responsible disclosure channels and your incident response procedures if exploitation is suspected. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-35258HIGHOracle WebLogic Server Console Open Redirect Vulnerability – Analysis & Patch Guidance
- CVE-2026-35259HIGHOracle WebLogic Server Console RCE – CVSS 8.8 Analysis & Patch Guidance
- CVE-2026-35302HIGHOracle WebLogic Server Console Vulnerability (CVSS 8.3)
- CVE-2026-46796HIGHOracle WebCenter Sites Open Redirect Vulnerability (CVSS 8.0)
- CVE-2026-40961HIGHApache Airflow Open Redirect Vulnerability (CVSS 7.2)
- CVE-2026-10856MEDIUMMISP Dashboard URL Validation Bypass – Phishing Risk
- CVE-2026-10861MEDIUMMISP Open Redirect Vulnerability in Post-Login Flow
- CVE-2026-11477MEDIUMhsweb OAuth2 Open Redirect Vulnerability – Patch Guide