Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-60644

CVE-2026-60644: Oracle WebCenter Content RCE Vulnerability

CVE-2026-60644 is a critical remote code execution vulnerability in Oracle WebCenter Content affecting versions 12.2.1.4.0 and 14.1.2.0.0. This flaw allows unauthenticated attackers to take over systems remotely.

Published:

CVE-2026-60644 Overview

CVE-2026-60644 is a critical vulnerability in Oracle WebCenter Content, a component of Oracle Fusion Middleware. The flaw resides in the Web Content Management component and affects supported versions 12.2.1.4.0 and 14.1.2.0.0. An unauthenticated attacker with network access over HTTP can exploit this weakness to compromise Oracle WebCenter Content. Successful exploitation leads to full product takeover and, due to a scope change, can significantly impact additional connected products.

Critical Impact

Unauthenticated remote attackers can achieve complete takeover of Oracle WebCenter Content over HTTP, with cross-product impact due to scope change (CVSS 10.0).

Affected Products

  • Oracle WebCenter Content 12.2.1.4.0
  • Oracle WebCenter Content 14.1.2.0.0
  • Oracle Fusion Middleware deployments integrating the Web Content Management component

Discovery Timeline

Technical Details for CVE-2026-60644

Vulnerability Analysis

The vulnerability exists in the Web Content Management component of Oracle WebCenter Content. Oracle describes it as easily exploitable by an unauthenticated attacker with network access via HTTP. Exploitation requires no privileges and no user interaction, and the attack complexity is low. A successful attack results in confidentiality, integrity, and availability impacts across the WebCenter Content instance. The scope change indicator means the compromised WebCenter Content process can affect resources managed by other security authorities, extending the blast radius to additional Fusion Middleware products.

Root Cause

Oracle has not publicly disclosed the underlying defect class. The Oracle July 2026 Security Alert is the authoritative source and provides patch information without releasing exploit-level technical detail. Based on Oracle's description, the flaw allows an unauthenticated HTTP request to reach a code path that yields full takeover, consistent with authentication bypass or remote code execution defects historically observed in WebCenter Content and related Fusion Middleware components.

Attack Vector

The attack vector is network-based over HTTP. The attacker sends a crafted request to an exposed WebCenter Content endpoint. Because no authentication or user interaction is required, any internet-reachable or intranet-reachable WebCenter Content instance is at risk. The EPSS score is 0.358% (28th percentile) at the time of publication, but this metric can rise quickly once public proof-of-concept code emerges.

No verified public exploit code is available at this time. Refer to the Oracle July 2026 Security Alert for the vendor's technical guidance.

Detection Methods for CVE-2026-60644

Indicators of Compromise

  • Unexpected HTTP requests to WebCenter Content endpoints originating from unauthenticated sessions or unusual source IPs.
  • New administrative accounts, altered content management ACLs, or unexplained changes to server-side content templates.
  • Outbound connections from the WebCenter Content JVM to unknown external hosts, suggesting post-exploitation command and control.
  • Unexpected child processes spawned by the Oracle WebLogic or WebCenter Content service accounts.

Detection Strategies

  • Inspect WebCenter Content and front-end web server access logs for anomalous URI patterns, oversized parameters, or repeated probing of management endpoints.
  • Correlate authentication logs with request logs to identify successful actions that lack a preceding authenticated session.
  • Monitor file system changes in WebCenter Content deployment directories for unauthorized JSP, class, or configuration file writes.

Monitoring Recommendations

  • Enable verbose audit logging on Oracle WebCenter Content and forward logs to a centralized SIEM for real-time correlation.
  • Alert on process lineage anomalies where the WebCenter Content service account spawns shells, scripting interpreters, or network utilities.
  • Track egress traffic from Fusion Middleware hosts and flag connections to non-corporate destinations.

How to Mitigate CVE-2026-60644

Immediate Actions Required

  • Apply the fixes from the Oracle July 2026 Critical Patch Update to all affected WebCenter Content deployments.
  • Inventory every Oracle WebCenter Content 12.2.1.4.0 and 14.1.2.0.0 instance, including non-production and disaster recovery environments.
  • Restrict network exposure of WebCenter Content management endpoints to trusted administrative networks until patching completes.
  • Review recent access and audit logs for signs of pre-patch exploitation.

Patch Information

Oracle released patches for CVE-2026-60644 as part of the July 2026 Critical Patch Update. Administrators should download and apply the fixes documented in the Oracle July 2026 Security Alert using Oracle's standard Fusion Middleware patching procedures. Verify patch application against the post-patch version manifest provided by Oracle.

Workarounds

  • Place WebCenter Content behind a reverse proxy or web application firewall configured to block unauthenticated access to administrative and content management URIs.
  • Enforce network segmentation so WebCenter Content is unreachable from untrusted networks pending patch deployment.
  • Disable or remove any non-essential WebCenter Content services and integrations to reduce the attack surface.
bash
# Example: restrict inbound HTTP to WebCenter Content to a trusted admin subnet
# (adjust interface, port, and CIDR to match your environment)
iptables -A INPUT -p tcp --dport 16200 -s 10.10.20.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 16200 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.