CVE-2026-35327: Oracle WebCenter Content Broken Access Control (CVSS 7.6)
Oracle WebCenter Content contains a flaw that allows an authenticated user with low-level permissions to gain unauthorized access to sensitive data or make unauthorized changes to documents and records through the web interface. The vulnerability requires the attacker to trick another user into performing an action (such as clicking a link or opening a file), but once successful, can expose critical business information or allow data manipulation. The issue affects two specific versions of the software and could also impact other Oracle systems that depend on WebCenter Content.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.6 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Vulnerability in the Oracle WebCenter Content product of Oracle Fusion Middleware (component: Content Server). 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 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 7.6 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/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-35327 is a privilege escalation and broken access control vulnerability (CWE-284) in Oracle WebCenter Content's Content Server component. The attack vector is network-based over HTTPS and exploits the application's insufficient authorization checks. A low-privileged authenticated user can craft a request that, when combined with user interaction from a higher-privileged target, bypasses access restrictions. The scope is marked as changed, meaning successful exploitation impacts not only WebCenter Content itself but potentially other connected Oracle Fusion Middleware components. The CVSS 3.1 vector reflects low attack complexity, network accessibility, and high confidentiality impact with low integrity risk.
Business impact
Unauthorized disclosure of business-critical content repositories represents the primary risk—WebCenter Content typically stores contracts, employee records, financial documents, and proprietary information. An attacker gaining elevated access could exfiltrate sensitive data, modify audit trails, or corrupt document versions. The requirement for user interaction may limit the attack surface, but phishing or social engineering can reliably trigger the necessary action. Organizations using WebCenter Content for compliance-sensitive repositories (healthcare, finance, legal) face particular exposure.
Affected systems
Oracle WebCenter Content versions 12.2.1.4.0 and 14.1.2.0.0 are confirmed affected. Verify your deployment against these specific patch levels. Other versions and Oracle Fusion Middleware components connected to affected WebCenter instances may also be at risk due to the scope-change nature of the vulnerability. Third-party applications integrating with WebCenter Content APIs should be assessed for indirect exposure.
Exploitability
The vulnerability is easily exploitable from a technical perspective (low attack complexity, network access, low privilege requirement). However, the UI:R (User Interaction Required) constraint meaningfully reduces real-world ease of exploitation—the attacker cannot unilaterally trigger the vulnerability and must socially engineer a legitimate user. Targeted phishing campaigns against WebCenter Content users make this feasible for motivated threat actors. Public exploit code availability has not been confirmed; organizations should monitor vendor advisories and threat intelligence feeds.
Remediation
Apply Oracle's security patch for CVE-2026-35327 immediately upon availability—verify the exact patch version from Oracle's Critical Patch Update (CPU) advisory matching your current WebCenter Content release. If patching cannot be immediately deployed, implement network segmentation to restrict WebCenter Content access to known legitimate users and consider temporarily disabling external HTTPS access for non-critical use cases. Review and strengthen access control policies to enforce least-privilege access to sensitive content repositories.
Patch guidance
Monitor Oracle's official security advisory for the CVE-2026-35327 remediation patch. Oracle typically releases patches via its quarterly Critical Patch Update program. Prioritize patching production environments running the affected versions (12.2.1.4.0 and 14.1.2.0.0) within 30 days. Test patches in a staging environment that mirrors your production configuration, including any custom content types or integrations, before deployment. Plan for potential downtime and coordinate with business owners of dependent applications.
Detection guidance
Monitor WebCenter Content audit logs for suspicious access patterns: low-privileged users accessing high-classification documents, bulk data exports by non-admin accounts, or modification of content without corresponding user action logs. Look for HTTPS requests with unusual parameters or crafted authentication tokens. Implement network detection for anomalous content server queries. Correlate WebCenter Content logs with email and endpoint logs to identify phishing campaigns targeting users with access to sensitive repositories. Consider deploying a Web Application Firewall (WAF) rule set specific to Oracle WebCenter to flag exploitation attempts.
Why prioritize this
CVE-2026-35327 merits immediate prioritization due to its HIGH CVSS score (7.6), high confidentiality impact, and the sensitivity of data typically stored in WebCenter Content. Although user interaction is required, it is a realistic attack prerequisite rather than a prohibitive barrier. The scope-change designation means remediation or containment must account for downstream systems. Organizations managing compliance-sensitive or financially material information in WebCenter should treat patching as urgent.
Risk score, explained
The CVSS 7.6 HIGH rating reflects the combination of easily exploitable network accessibility, low barrier to entry (low privilege requirement), and severe confidentiality loss. The high C (confidentiality) and low I (integrity) ratings indicate that data disclosure is the primary concern, though unauthorized modification is also possible. The scope change signals that the impact may extend beyond the vulnerable component itself, elevating business risk. User interaction is factored in the vector but does not prevent a motivated attacker from triggering the flaw via social engineering.
Frequently asked questions
Do we need to patch if we restrict WebCenter Content access to internal networks only?
Network segmentation reduces attack surface but does not eliminate the vulnerability. Insider threats, compromised internal accounts, or lateral movement from other breached systems could still exploit the flaw. Patching remains necessary regardless of network posture; segmentation should be treated as a compensating control, not a replacement for patching.
What is the difference between CWE-284 and a typical privilege escalation?
CWE-284 (Improper Access Control / Insufficient Authorization Checks) is the underlying flaw that enables this attack. The vulnerability allows a low-privileged user to access or modify content that should be restricted to higher-privileged roles. It is not a vertical privilege escalation in the operating-system sense, but rather a broken authorization check in the application logic.
Are older versions of WebCenter Content affected?
Oracle has confirmed that versions 12.2.1.4.0 and 14.1.2.0.0 are affected. It is possible that other versions are vulnerable; check Oracle's security advisory for the complete list of affected patches and remediation guidance specific to your deployment.
If we use WebCenter Content solely for non-sensitive document management, is the risk lower?
The vulnerability's impact depends on the actual data sensitivity in your instance. If your WebCenter Content repository contains no regulated or valuable data, the business risk is lower. However, assume that your instance contains some sensitive information—employee directories, financial records, or internal process documentation—and prioritize patching accordingly. Regular data classification reviews can inform more granular risk assessments.
This analysis is based on Oracle's public vulnerability disclosure and CVSS scoring. Specific patch version numbers, release dates, and full remediation steps must be verified against Oracle's official Critical Patch Update advisory and your vendor's documentation. The vulnerability details and affected versions are subject to change as Oracle provides additional guidance. No exploit code or weaponized proof-of-concept is included in this document. Organizations should conduct their own risk assessments based on their specific WebCenter Content configurations, data classification, and business context. This document does not constitute a substitute for professional security consulting or vendor guidance. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-35262HIGHOracle Data Integrator Authentication Bypass – Data Exposure Risk
- CVE-2026-35269HIGHOracle Identity Manager REST WebServices Authentication Bypass
- CVE-2026-35271HIGHOracle PeopleSoft WebLogic Unauthenticated Data Access Vulnerability (CVSS 8.7)
- CVE-2026-35275HIGHOracle VM VirtualBox Shared Folders Privilege Escalation Vulnerability (CVSS 7.5)
- CVE-2026-35277HIGHOracle REST Data Services Authorization Bypass
- CVE-2026-35311HIGHOracle WebLogic Server Remote Takeover via Low-Privilege Access Control Flaw
- CVE-2026-35314HIGHOracle Access Manager Authentication Bypass (CVSS 7.3)
- CVE-2026-35315HIGHOracle WebCenter Content Remote Takeover via Low-Privilege HTTP Access