CVE-2026-70990 Overview
CVE-2026-70990 is an information disclosure vulnerability in Oracle Commerce Guided Search and Oracle Commerce Experience Manager, specifically within the Content Acquisition System component. The affected version is 11.4.0. An unauthenticated attacker with network access via HTTP can exploit this vulnerability, though successful exploitation requires significant effort. The flaw carries a scope change, meaning attacks may impact additional products beyond Oracle Commerce itself. Successful exploitation leads to unauthorized access to critical data or complete access to all data accessible through Oracle Commerce Guided Search and Oracle Commerce Experience Manager.
Critical Impact
Unauthenticated network-based information disclosure ([CWE-200]) that can expose all data accessible to Oracle Commerce Guided Search and Experience Manager, with cross-product scope impact.
Affected Products
- Oracle Commerce Guided Search 11.4.0
- Oracle Commerce Experience Manager 11.4.0
- Content Acquisition System component
Discovery Timeline
- 2026-08-18 - CVE-2026-70990 published to NVD
- 2026-08-22 - Last updated in NVD database
- 2026-08-23 - EPSS score recorded at 0.318% (24.697 percentile)
Technical Details for CVE-2026-70990
Vulnerability Analysis
The vulnerability resides in the Content Acquisition System (CAS) component of Oracle Commerce Guided Search and Oracle Commerce Experience Manager. CAS handles the ingestion, transformation, and indexing of product catalog and content data feeding the commerce search platform. The flaw is classified as an information exposure weakness under [CWE-200]. Exploitation requires no authentication and no user interaction, but attack complexity is high, indicating that specific preconditions or timing must align for the attack to succeed. The scope change indicates that the compromised component can affect resources managed by a different security authority, which broadens the impact beyond the initially targeted service.
Root Cause
Oracle has not published detailed technical root cause information. Based on the CWE-200 classification, the defect involves the Content Acquisition System exposing sensitive data to actors who are not explicitly authorized to receive it. This typically results from missing access controls on data-handling endpoints, verbose responses that include internal state, or inadequate segmentation between administrative and public interfaces.
Attack Vector
An attacker interacts with the Content Acquisition System over HTTP without valid credentials. The attacker crafts requests targeting exposed CAS endpoints to retrieve data the component processes or references. Because the scope changes on exploitation, retrieved data can include information belonging to downstream products that share the commerce indexing pipeline. The vulnerability affects confidentiality only; integrity and availability remain unaffected according to the CVSS metrics.
No verified proof-of-concept code is publicly available. Refer to the Oracle Security Alert for vendor-supplied technical guidance.
Detection Methods for CVE-2026-70990
Indicators of Compromise
- Unexpected HTTP requests to Content Acquisition System endpoints from unauthenticated or external sources
- Anomalous response sizes from CAS services suggesting bulk data retrieval
- Access log entries referencing CAS administrative paths outside normal maintenance windows
Detection Strategies
- Inspect HTTP access logs for the CAS service and correlate request patterns against expected internal traffic sources
- Monitor for repeated probing of Oracle Commerce endpoints from a single source with high attack complexity signatures
- Baseline normal data volumes returned by CAS APIs and alert on deviations that suggest unauthorized enumeration
Monitoring Recommendations
- Forward Oracle Commerce and CAS logs to a centralized SIEM for correlation with network telemetry
- Enable web application firewall logging in front of Oracle Commerce to capture request payloads and source metadata
- Alert on any HTTP traffic to CAS endpoints originating from outside expected administrative networks
How to Mitigate CVE-2026-70990
Immediate Actions Required
- Apply the patch referenced in the Oracle Security Alert for Oracle Commerce 11.4.0
- Restrict network access to the Content Acquisition System so only trusted administrative networks can reach it
- Review Oracle Commerce audit logs for signs of prior unauthorized access to CAS endpoints
Patch Information
Oracle addresses this vulnerability in the August 2026 Critical Patch Update. Administrators should follow the vendor guidance in the Oracle Security Alert and apply the associated patches for Oracle Commerce Guided Search and Oracle Commerce Experience Manager version 11.4.0.
Workarounds
- Place the Content Acquisition System behind a reverse proxy or WAF that enforces authentication and IP allowlisting
- Segment the Oracle Commerce environment so CAS interfaces are not reachable from the public internet
- Disable or firewall any CAS endpoints not required for business operations until patches are applied
# Example: restrict CAS endpoint access at the network edge
iptables -A INPUT -p tcp --dport 8500 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8500 -j DROP
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

