CVE-2026-70858 Overview
CVE-2026-70858 is a high-severity vulnerability in the Oracle WebCenter Content product of Oracle Fusion Middleware, specifically in the Content Server component. The flaw affects supported versions 12.2.1.4.0 and 14.1.2.0.0. An unauthenticated attacker with network access via HTTP can exploit the issue, though successful attacks require user interaction from a person other than the attacker. Because the vulnerability crosses a security scope boundary, exploitation may impact additional products beyond WebCenter Content. The weakness is categorized under [CWE-284: Improper Access Control].
Critical Impact
Successful exploitation allows unauthorized update, insert, or delete on a subset of WebCenter Content data, unauthorized read of a subset of data, and a partial denial of service against the Content Server.
Affected Products
- Oracle WebCenter Content 12.2.1.4.0
- Oracle WebCenter Content 14.1.2.0.0
- Oracle Fusion Middleware (Content Server component)
Discovery Timeline
- 2026-08-18 - CVE-2026-70858 published to NVD
- 2026-08-20 - Last updated in NVD database
Technical Details for CVE-2026-70858
Vulnerability Analysis
The vulnerability resides in the Content Server component of Oracle WebCenter Content. Oracle classifies the issue as easily exploitable over HTTP without authentication. The attack requires human interaction, consistent with client-triggered exploitation flows such as a victim clicking a crafted link or loading attacker-controlled content that then interacts with the Content Server.
The scope-change property in Oracle's advisory indicates that exploitation of the flaw in WebCenter Content can affect resources managed by components beyond the vulnerable server itself. Confidentiality, integrity, and availability are all impacted at a limited level, meaning attackers gain partial read, partial write, and partial denial-of-service capability against WebCenter Content data.
Root Cause
The underlying weakness is improper access control [CWE-284] within the Content Server. Access checks fail to sufficiently restrict actions initiated through HTTP requests that involve interaction from an authenticated or targeted user. Oracle has not publicly disclosed the specific request handler or endpoint at fault. Refer to the Oracle Security Alert for vendor-level detail.
Attack Vector
An unauthenticated remote attacker sends crafted HTTP requests to a WebCenter Content Server. The attacker must convince a separate user, typically an authenticated WebCenter user, to trigger the malicious action, for example by visiting a crafted URL. Once the interaction occurs, the improper access control allows the attacker's request to modify or read a subset of content and to degrade service availability. Because the vulnerability produces a scope change, downstream systems that trust WebCenter Content may also be affected.
No public proof-of-concept exploit code is currently available. The vulnerability mechanism is described in prose above; consult the vendor advisory for additional technical context.
Detection Methods for CVE-2026-70858
Indicators of Compromise
- Unexpected HTTP requests to WebCenter Content Server endpoints originating from external referrers or unusual user-agent strings.
- Unauthorized creation, modification, or deletion of documents and metadata within Content Server audit logs.
- Anomalous spikes in Content Server error responses or worker thread exhaustion consistent with partial denial of service.
Detection Strategies
- Correlate WebCenter Content access logs with authentication events to flag actions performed shortly after users clicked externally sourced links.
- Baseline normal HTTP request patterns to the Content Server and alert on deviations in endpoint usage, request volume, or parameter structure.
- Review integration touchpoints where WebCenter Content interacts with downstream Fusion Middleware components for signs of scope-crossing activity.
Monitoring Recommendations
- Enable and centralize Oracle WebCenter Content audit logs, including check-in, check-out, delete, and metadata update events.
- Forward web-tier access logs and WebLogic managed-server logs to a SIEM for correlation with identity events.
- Monitor egress traffic from WebCenter hosts for indicators of data exfiltration following suspicious HTTP activity.
How to Mitigate CVE-2026-70858
Immediate Actions Required
- Apply the fixes referenced in the Oracle Security Alert to all affected WebCenter Content deployments running 12.2.1.4.0 or 14.1.2.0.0.
- Inventory all Oracle Fusion Middleware instances and confirm patch level for the Content Server component.
- Restrict network exposure of WebCenter Content Server so that HTTP access is limited to trusted networks or authenticated reverse proxies.
Patch Information
Oracle addressed CVE-2026-70858 in its August 2026 security update cycle. Administrators should review the Oracle Security Alert advisory for the exact patch bundle applicable to their WebCenter Content release and apply it during the next available maintenance window.
Workarounds
- Place WebCenter Content behind a web application firewall configured to inspect and normalize HTTP requests to Content Server endpoints.
- Enforce strict referrer, origin, and CSRF token validation on WebCenter Content web tiers to reduce the impact of interaction-based exploitation.
- Provide user awareness guidance to WebCenter users to avoid clicking untrusted links that reference internal WebCenter URLs while authenticated.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

