CVE-2026-46787: Oracle WebCenter Content CSRF Vulnerability – HIGH Severity
A vulnerability in Oracle WebCenter Content (version 14.1.2.0.0) allows an unauthenticated attacker to compromise the system and modify or delete critical data. The attack requires tricking a legitimate user into performing an action—the attacker cannot exploit it directly. Because the vulnerability can spread its impact to other connected systems, the overall risk is rated HIGH. An attacker with network access could potentially read, modify, or delete sensitive information stored in WebCenter Content or systems that rely on it.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.0 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
- Weaknesses (CWE)
- CWE-352
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-19
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. Difficult to exploit vulnerability allows unauthenticated attacker with network access via HTTP 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 creation, deletion or modification access to critical data or all Oracle WebCenter Content accessible data as well as unauthorized access to critical data or complete access to all Oracle WebCenter Content accessible data. CVSS 3.1 Base Score 8.0 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-46787 is a cross-site request forgery (CSRF) vulnerability in Oracle WebCenter Content's Content Server component. The flaw is unauthenticated network-accessible and leverages insufficient request validation (CWE-352). The attack chain requires user interaction (UI:R) and elevated complexity (AC:H), but succeeds in bypassing authentication entirely (PR:N). Once exploited, the vulnerability triggers a scope change, meaning the impact extends beyond WebCenter Content to dependent systems. The CVSS 3.1 vector reflects high confidentiality and integrity damage without availability impact.
Business impact
Unauthorized access and modification of content repositories poses significant operational and compliance risk. Organizations may face unauthorized data deletion, modification of critical documents, or exposure of sensitive information across their content management ecosystem. Downstream systems that consume or depend on WebCenter Content data are also at risk. Incident response, data recovery, audit trail reconstruction, and potential regulatory notification could follow successful exploitation. The requirement for user interaction somewhat limits blast radius but does not eliminate enterprise-wide risk in multi-user environments.
Affected systems
Oracle WebCenter Content version 14.1.2.0.0 is the confirmed affected version. Organizations running this specific release on any platform (Windows, Linux, or cloud) are exposed. The vulnerability's scope change indicates that connected systems—such as those integrating with WebCenter Content via APIs or consuming published content—may also be impacted. No information suggests earlier or later versions are affected, but organizations should verify their exact build number and consult Oracle's security advisory for the complete version matrix.
Exploitability
The vulnerability is rated 'Difficult to exploit' due to high attack complexity and mandatory user interaction. An attacker cannot independently trigger the flaw; instead, they must craft a malicious request and persuade a legitimate user (typically via phishing, social engineering, or a compromised website) to click a link or submit a form while authenticated to WebCenter Content. In high-trust environments or where users are conditioned to follow links from seemingly legitimate sources, the practical difficulty may be lower than the CVSS score suggests. The unauthenticated requirement (PR:N) is a significant weakness—no valid credentials are needed to prepare the attack.
Remediation
Apply the security patch released by Oracle for WebCenter Content 14.1.2.0.0. Verify the patch version against Oracle's official security advisory to ensure you deploy the correct build. Until patching is complete, implement compensating controls: restrict network access to WebCenter Content administration and authenticated areas via firewall rules or VPN, enforce strong multi-factor authentication for all user accounts, and educate users to avoid clicking suspicious links or performing unexpected actions while logged into the system. Review and strengthen CSRF token validation and request origin checking if your environment allows custom extensions.
Patch guidance
Obtain the patch from Oracle's Critical Patch Update (CPU) advisory corresponding to the publication date (June 2026). Download the patch bundle specific to your operating system and WebCenter Content deployment model (standalone, cluster, or cloud). Test the patch in a non-production environment that mirrors your production topology. Plan a maintenance window to apply patches sequentially across clustered nodes, and verify cache coherency and API connectivity post-deployment. Confirm the patched version number in the WebCenter Content administration interface. Do not delay patching given the high severity and network-accessible nature of this vulnerability.
Detection guidance
Monitor HTTP request logs for unusual CSRF patterns: repeated requests with the same user-agent but different source IPs, requests lacking expected referer headers, or requests originating from external domains targeting sensitive WebCenter Content endpoints (e.g., /cs/groups, /cs/users, /cs/documents with POST/DELETE methods). Review Content Server audit logs for unauthorized creation, modification, or deletion events, particularly those associated with service accounts or unusual times. Implement or tune web application firewall (WAF) rules to flag cross-origin requests to WebCenter Content without valid CSRF tokens. Correlate suspicious web logs with user behavior analytics to identify compromised sessions.
Why prioritize this
Although exploitability is rated 'Difficult,' the HIGH CVSS score of 8.0, network accessibility, unauthenticated attack vector, and scope change to dependent systems warrant immediate prioritization. The impact on confidentiality and integrity of enterprise content is severe and could trigger regulatory obligations or reputational damage. Many organizations rely on WebCenter Content for document governance, contracts, or intellectual property—successful exploitation could have compounding downstream effects. The June 2026 publication date and lack of KEV listing do not reduce urgency; early patching limits exposure before threat actors develop reliable exploitation methods.
Risk score, explained
The CVSS 3.1 Base Score of 8.0 (HIGH) reflects: Network Accessibility (AV:N), allowing remote attack; No Authentication Required (PR:N), removing a traditional barrier; Difficult Complexity (AC:H), requiring specific conditions or user interaction; Required User Interaction (UI:R), mandating social engineering or a trigger; Scope Change (S:C), enabling impact on other systems; High Confidentiality Impact (C:H) and High Integrity Impact (I:H), permitting unauthorized access and modification of critical data; and No Availability Impact (A:N). The high score is justified by the breadth of potential damage and ease of network-based delivery, despite the exploitation difficulty and user interaction requirement.
Frequently asked questions
Does this vulnerability affect WebCenter Content versions other than 14.1.2.0.0?
The official description confirms only version 14.1.2.0.0 as affected. However, you should consult Oracle's complete security advisory to determine if neighboring versions (e.g., 14.1.1, 14.1.3) are also vulnerable or patched. Verify your exact build number in the WebCenter Content administration interface and cross-reference it against Oracle's advisory.
Can this vulnerability be exploited without user interaction?
No. The CVSS vector explicitly requires user interaction (UI:R). An attacker must trick a legitimate, authenticated user into performing an action—typically by clicking a malicious link or submitting a form. The attacker cannot independently trigger the vulnerability; social engineering is a prerequisite.
What is the impact on systems that integrate with WebCenter Content?
The 'scope change' notation in the CVSS vector means that successful exploitation may compromise not only WebCenter Content but also any downstream systems that consume its APIs, rely on its content feeds, or trust its authentication tokens. Organizations should assess their integration architecture and consider isolating WebCenter Content until patching is complete.
Is there a workaround if we cannot patch immediately?
No complete workaround exists, but you can reduce risk by restricting network access to WebCenter Content via firewall rules, requiring multi-factor authentication, disabling unnecessary integrations, and enforcing user security awareness training. These measures mitigate but do not eliminate the vulnerability. Patching should remain the priority.
This analysis is provided for informational purposes and does not constitute professional legal, security, or compliance advice. CVSS scores, affected versions, patch details, and KEV status are sourced from official advisories and may be subject to updates. Organizations must independently verify vulnerability applicability to their infrastructure, test patches in non-production environments, and consult vendor security advisories before deploying changes. SEC.co makes no warranty regarding the accuracy or completeness of this information and disclaims liability for reliance on this analysis without independent verification. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-35266HIGHOracle REST Data Services Authentication & Data Integrity Vulnerability
- CVE-2026-46869MEDIUMMySQL Shell Data Exposure via CSRF (CVSS 6.5)
- CVE-2026-11265HIGHGoogle Chrome Autofill Cross-Origin Data Leak (CVSS 7.5)
- CVE-2026-43985HIGHCritical CSRF Vulnerability in Tautulli Admin Endpoint Allows Credential Hijacking
- CVE-2026-48612HIGHOAuth State Verification Flaw Enables Account Takeover
- CVE-2026-49396HIGHCross-Site Request Forgery in Nezha Monitoring – Exploitation, Patch, and Detection
- CVE-2026-6075HIGHMedia Library Assistant WordPress CSRF Vulnerability – Bulk Action Exploitation
- CVE-2026-6455HIGHWP Contact Form 7 DB Handler CSRF & SQL Injection Leads to Arbitrary File Deletion