CVE-2026-60645 Overview
CVE-2026-60645 is a high-severity vulnerability in the Oracle WebCenter Content product of Oracle Fusion Middleware, specifically within the Web Content Management component. Affected versions include 12.2.1.4.0 and 14.1.2.0.0. The flaw allows a high-privileged attacker with network access via HTTP to compromise Oracle WebCenter Content. Successful exploitation results in a full takeover of the affected WebCenter Content deployment, impacting confidentiality, integrity, and availability.
Critical Impact
Successful exploitation leads to complete takeover of Oracle WebCenter Content, exposing managed enterprise content, workflows, and integrated business systems.
Affected Products
- Oracle WebCenter Content 12.2.1.4.0
- Oracle WebCenter Content 14.1.2.0.0
- Oracle Fusion Middleware — Web Content Management component
Discovery Timeline
- 2026-07-21 - Oracle publishes the July 2026 Critical Patch Update addressing the issue
- 2026-07-21 - CVE-2026-60645 published to the National Vulnerability Database (NVD)
- 2026-07-21 - Last updated in NVD database
Technical Details for CVE-2026-60645
Vulnerability Analysis
CVE-2026-60645 affects the Web Content Management component of Oracle WebCenter Content, a content management platform used to store, organize, and deliver enterprise content. The vulnerability is remotely reachable over HTTP and does not require user interaction. Exploitation requires the attacker to hold high privileges within the application, meaning the attacker must already possess an authenticated, privileged account.
Oracle categorizes the issue as easily exploitable once the privilege requirement is satisfied. A successful attack results in a full compromise of the WebCenter Content instance, including its confidentiality, integrity, and availability. Given WebCenter Content typically stores regulated documents and integrates with Oracle E-Business Suite and Fusion Applications, takeover can pivot into broader enterprise access.
The EPSS probability is 0.465% at the 37.7 percentile as of 2026-07-23, indicating no observed exploitation activity at publication.
Root Cause
Oracle has not published detailed root-cause information in the July 2026 Critical Patch Update advisory. The advisory attributes the flaw to the Web Content Management component of WebCenter Content and confirms that the impact scope is unchanged, indicating the vulnerability is contained within the WebCenter Content security authority.
Attack Vector
The attack vector is network-based over HTTP. An authenticated attacker holding a high-privilege role within WebCenter Content sends crafted requests to the Web Content Management component. Because attack complexity is low and no user interaction is required, an attacker with valid privileged credentials, or an account compromised through credential theft, session hijacking, or insider misuse, can reliably compromise the server.
No public proof-of-concept exploit code has been released. Technical details are limited to the Oracle Security Alert - July 2026.
Detection Methods for CVE-2026-60645
Indicators of Compromise
- Unexpected administrative or content-editing actions performed by privileged WebCenter Content accounts outside of normal business hours.
- HTTP requests from unusual source IPs targeting Web Content Management endpoints with elevated privilege sessions.
- New or modified content items, workflows, or component configurations that do not map to change-management records.
- Creation of new privileged user accounts or role assignments within WebCenter Content immediately following a privileged login.
Detection Strategies
- Correlate WebCenter Content audit logs with identity provider logs to flag privileged sessions originating from atypical geolocations or devices.
- Monitor Fusion Middleware access logs for anomalous POST activity against Web Content Management URIs by administrative accounts.
- Alert on privilege escalation events and role changes within Oracle WebCenter Content that occur outside approved change windows.
Monitoring Recommendations
- Enable verbose audit logging in WebCenter Content and forward logs to a centralized SIEM for retention and correlation.
- Baseline normal behavior for high-privilege WebCenter accounts and alert on deviations in request volume, endpoints accessed, or content mutation rates.
- Track outbound connections from the WebCenter Content host to identify post-exploitation command-and-control or data exfiltration attempts.
How to Mitigate CVE-2026-60645
Immediate Actions Required
- Apply the July 2026 Oracle Critical Patch Update to Oracle WebCenter Content 12.2.1.4.0 and 14.1.2.0.0 deployments without delay.
- Audit all high-privilege WebCenter Content accounts and revoke or downgrade any that are not strictly required for operations.
- Rotate credentials for administrative accounts and enforce multi-factor authentication on the identity provider fronting WebCenter Content.
- Restrict HTTP access to WebCenter Content administrative interfaces to trusted management networks using network ACLs or a reverse proxy.
Patch Information
Oracle addressed CVE-2026-60645 in the July 2026 Critical Patch Update. Administrators should download and apply the corresponding patches for Oracle WebCenter Content 12.2.1.4.0 and 14.1.2.0.0 as described in the Oracle Security Alert - July 2026. Oracle recommends applying Critical Patch Updates as soon as possible because unpatched systems have historically been targeted.
Workarounds
- Limit network reachability of WebCenter Content administrative endpoints to a bastion or management VLAN until patches are applied.
- Temporarily reduce the number of accounts holding administrative or content-management roles to shrink the exploitable population.
- Increase audit logging verbosity and monitor privileged sessions in near real time while patch deployment is planned.
# Example: restrict administrative access at the reverse proxy (illustrative)
# Allow only management subnet to reach WebCenter Content admin paths
location /cs/idcplg {
allow 10.10.20.0/24;
deny all;
proxy_pass http://webcenter-content-backend;
}
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

