CVE-2026-83346 Overview
CVE-2026-83346 is a vulnerability in the Oracle Fusion Middleware Control product of Oracle Fusion Middleware, within the Framework component. Affected versions are 12.2.1.4.0 and 14.1.2.0.0. A low-privileged attacker with network access via HTTP can exploit the flaw, but successful exploitation requires interaction from a user other than the attacker. The vulnerability introduces a scope change, meaning attacks against Oracle Fusion Middleware Control may impact additional products. Successful exploitation can lead to unauthorized read, insert, update, or delete access to a subset of accessible data.
Critical Impact
Exploitation permits unauthorized modification and read access to Oracle Fusion Middleware Control data, with scope change extending impact to additional Oracle products.
Affected Products
- Oracle Fusion Middleware Control 12.2.1.4.0
- Oracle Fusion Middleware Control 14.1.2.0.0
- Oracle Fusion Middleware (Framework component)
Discovery Timeline
- 2026-09-15 - CVE-2026-83346 published to NVD
- 2026-09-16 - Last updated in NVD database
Technical Details for CVE-2026-83346
Vulnerability Analysis
The vulnerability resides in the Framework component of Oracle Fusion Middleware Control, the web-based administration interface for Fusion Middleware deployments. An authenticated attacker with limited privileges can leverage HTTP access to trigger the flaw when a separate user interacts with attacker-supplied content. The scope change indicator signals that the vulnerable component and the impacted component reside in different security authorities, so downstream Oracle products may inherit the impact.
The combination of required user interaction, low-privilege prerequisites, and cross-scope impact is consistent with a client-side injection pattern such as stored or reflected Cross-Site Scripting (XSS) in an administrative console. Confidentiality and integrity are partially affected, while availability is not impacted. Oracle addressed the issue in its September 2026 security alert cycle. Refer to the Oracle Security Alert CSPUSEP2026 for the authoritative advisory.
Root Cause
The root cause is not disclosed in Oracle's public advisory. The CVSS metrics and behavior point to insufficient output encoding or input validation within a Fusion Middleware Control administrative view that renders attacker-controlled content to a privileged user's browser session.
Attack Vector
An attacker requires network reachability to the Fusion Middleware Control HTTP interface and a valid low-privileged account. The attacker plants malicious content that is later rendered when a higher-context user, such as an administrator, interacts with the affected view. That interaction triggers actions in the victim's authenticated session and can pivot into other Oracle products because of the scope change.
No verified public proof-of-concept exploit code is available at the time of publication. See the Oracle Security Alert CSPUSEP2026 for vendor-provided technical context.
Detection Methods for CVE-2026-83346
Indicators of Compromise
- Unexpected HTTP POST or PUT requests to Fusion Middleware Control administrative endpoints originating from low-privileged accounts.
- Administrative console pages returning responses containing unescaped <script> tags or unusual event handler attributes.
- Session activity from privileged administrator accounts immediately following interaction with content submitted by lower-privileged users.
Detection Strategies
- Review Fusion Middleware Control access logs for parameter values containing script fragments, HTML entities, or encoded payloads.
- Correlate authentication events with subsequent privileged actions to identify session-riding behavior across scope boundaries.
- Deploy web application firewall rules that inspect requests to /em administrative paths for common XSS payload patterns.
Monitoring Recommendations
- Enable verbose auditing on Oracle Fusion Middleware Control and forward logs to a centralized analytics platform for retention and correlation.
- Alert on configuration changes, user creation, or role modifications performed shortly after low-privileged user submissions.
- Baseline normal administrator browsing patterns to surface anomalous cross-user interaction sequences.
How to Mitigate CVE-2026-83346
Immediate Actions Required
- Apply the security patches published in the Oracle Security Alert CSPUSEP2026 to all affected Fusion Middleware Control deployments.
- Inventory all Fusion Middleware installations running 12.2.1.4.0 and 14.1.2.0.0 and prioritize internet-exposed instances.
- Restrict administrative access to Fusion Middleware Control to trusted management networks only.
Patch Information
Oracle released fixes as part of the September 2026 CSPUSEP security alert cycle. Administrators must download and apply the patches through My Oracle Support following Oracle's standard patching procedures for Fusion Middleware. Verify patch application by checking the OPatch inventory after installation.
Workarounds
- Limit accounts with access to Fusion Middleware Control to the minimum required, reducing the pool of potential low-privileged attackers.
- Enforce Content Security Policy headers at a reverse proxy in front of Fusion Middleware Control to constrain script execution.
- Require administrators to use dedicated privileged access workstations when interacting with the console until patches are applied.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

