CVE-2026-46847 Overview
CVE-2026-46847 is a vulnerability in the Runtime Tools component of Oracle WebCenter Portal, part of Oracle Fusion Middleware. The flaw allows a low-privileged attacker with network access over HTTPS to compromise Oracle WebCenter Portal. Successful exploitation results in full takeover of the affected WebCenter Portal instance.
The vulnerability carries a scope change, meaning a successful attack can significantly impact products beyond WebCenter Portal itself. Oracle assigned a CVSS 3.1 Base Score of 9.9, reflecting high impacts to confidentiality, integrity, and availability. The CWE classification is [CWE-284] Improper Access Control.
Critical Impact
Authenticated remote attackers can take over Oracle WebCenter Portal and pivot to additional Fusion Middleware components through scope change.
Affected Products
- Oracle WebCenter Portal 12.2.1.4.0
- Oracle WebCenter Portal 14.1.2.0.0
- Oracle Fusion Middleware deployments embedding the Runtime Tools component
Discovery Timeline
- 2026-06-17 - CVE-2026-46847 published to the National Vulnerability Database
- 2026-06-17 - Oracle publishes Critical Security Patch Update advisory referencing this CVE
- 2026-06-18 - Last updated in NVD database
Technical Details for CVE-2026-46847
Vulnerability Analysis
The vulnerability resides in the Runtime Tools component of Oracle WebCenter Portal. An attacker authenticated with low privileges can send crafted HTTPS requests over the network to reach exposed Runtime Tools functionality. The component fails to properly enforce access controls, allowing the attacker to escalate privileges and seize control of the WebCenter Portal application.
Because the vulnerability produces a scope change, the compromised authority can affect resources managed by other components in the Fusion Middleware stack. Attackers who take over WebCenter Portal can read or modify portal content, hijack federated sessions, and use the portal as a pivot point into integrated backend systems such as content servers, identity stores, and database connections.
The attack requires no user interaction and operates at low complexity. Combined with the network attack vector, this profile suits opportunistic exploitation against internet-exposed portals.
Root Cause
The root cause is improper access control [CWE-284] within the Runtime Tools component. Authorization checks do not adequately restrict actions available to low-privileged authenticated users, enabling unauthorized operations that should be reserved for portal administrators.
Attack Vector
An attacker requires only a valid low-privileged account and network reachability to the WebCenter Portal HTTPS endpoint. The attacker issues crafted requests to Runtime Tools endpoints to invoke privileged operations. Because portals frequently allow self-registration or use shared service accounts, the privilege barrier is often minimal in production environments.
No verified public exploit code is available at the time of publication. Refer to the Oracle Critical Security Patch Update advisory for vendor-supplied technical details.
Detection Methods for CVE-2026-46847
Indicators of Compromise
- Unexpected HTTPS requests from low-privileged portal accounts to Runtime Tools URIs under the /webcenter/ path
- New or modified WebCenter Portal administrator roles, page templates, or service connections without a corresponding change ticket
- Outbound connections from the WebCenter Portal managed server to unfamiliar hosts following anomalous portal activity
- WebLogic Server audit log entries showing privilege changes or deployment actions initiated by non-administrative users
Detection Strategies
- Correlate WebCenter Portal access logs with identity provider authentication events to flag low-privileged accounts invoking administrative endpoints
- Inspect WebLogic Server AdminServer.log and managed server logs for unexpected Runtime Tools invocations
- Apply web application firewall rules that alert on requests to portal administration endpoints from accounts lacking the Administrator role
Monitoring Recommendations
- Forward Fusion Middleware audit logs to a centralized SIEM for behavioral analysis and long-term retention
- Baseline normal Runtime Tools usage and alert on deviations in request frequency, source, or parameters
- Monitor for new MBean operations, deployment changes, or data source modifications on the WebCenter Portal managed server
How to Mitigate CVE-2026-46847
Immediate Actions Required
- Apply the patches released in the Oracle June 2026 Critical Security Patch Update for WebCenter Portal 12.2.1.4.0 and 14.1.2.0.0
- Restrict network access to the WebCenter Portal HTTPS endpoints to trusted networks and VPN users until patches are applied
- Audit and reduce the number of low-privileged accounts with access to the portal, removing dormant or shared credentials
- Rotate credentials for service accounts and administrator users that interact with WebCenter Portal
Patch Information
Oracle addressed CVE-2026-46847 in the June 2026 Critical Patch Update. Administrators should download and apply the relevant patch bundles for Oracle WebCenter Portal 12.2.1.4.0 and 14.1.2.0.0 as documented in the Oracle Security Alert. Validate patch application by confirming the OPatch inventory reflects the June 2026 CPU identifiers and by restarting affected managed servers.
Workarounds
- Block external access to Runtime Tools URIs at the reverse proxy or web application firewall until patching is complete
- Disable or restrict self-registration so attackers cannot easily obtain a low-privileged account
- Enforce multi-factor authentication on all portal accounts to raise the cost of credential abuse
- Segment the WebCenter Portal managed server from sensitive backend systems to limit scope-change impact
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

