CVE-2026-60788 Overview
CVE-2026-60788 is a high-severity vulnerability in the Oracle Sales Offline product of Oracle E-Business Suite, affecting the Internal Operations component. The flaw impacts supported versions 12.2.3 through 12.2.15. A low-privileged attacker with network access via HTTP can exploit the vulnerability to compromise Oracle Sales Offline. Successful exploitation enables unauthorized creation, deletion, or modification of critical data, full read access to all accessible data, and partial denial of service. Oracle disclosed the issue in its July 2026 Critical Patch Update.
Critical Impact
An authenticated remote attacker can read, modify, or delete all data accessible to Oracle Sales Offline and trigger a partial denial of service over HTTP.
Affected Products
- Oracle E-Business Suite – Oracle Sales Offline 12.2.3
- Oracle E-Business Suite – Oracle Sales Offline versions 12.2.4 through 12.2.14
- Oracle E-Business Suite – Oracle Sales Offline 12.2.15
Discovery Timeline
- 2026-07-21 - CVE-2026-60788 published to the National Vulnerability Database (NVD)
- 2026-07-21 - Last updated in NVD database
Technical Details for CVE-2026-60788
Vulnerability Analysis
The vulnerability resides in the Internal Operations component of Oracle Sales Offline, part of Oracle E-Business Suite. The flaw is remotely exploitable over HTTP and requires only low-level privileges. No user interaction is needed, and the attack complexity is low. Successful exploitation results in high confidentiality and integrity impact and partial availability impact within the affected application scope.
The Internal Operations component handles server-side processing for offline sales data synchronization. Because the vulnerability is easily exploitable by an authenticated user with any low-privilege account, attackers can leverage stolen or default credentials, self-service registrations, or lateral movement from a compromised low-tier account to reach a full data compromise.
Root Cause
Oracle has not released technical specifics for CVE-2026-60788. The impact pattern — full read and write access to all data accessible to the affected component combined with partial denial of service — is consistent with improper access control or input validation weaknesses in HTTP request handlers within Oracle Sales Offline. Confirmation requires the vendor advisory in the Oracle Critical Patch Update.
Attack Vector
The attacker authenticates to Oracle E-Business Suite with a low-privilege account and sends crafted HTTP requests to the Oracle Sales Offline endpoints exposed by the Internal Operations component. The scope remains unchanged, so the compromise is contained to Oracle Sales Offline data, but that includes all data the application processes.
No verified exploit code or public proof-of-concept is currently available. See the Oracle Security Alert - July 2026 for vendor guidance.
Detection Methods for CVE-2026-60788
Indicators of Compromise
- Unexpected HTTP POST or GET requests to Oracle Sales Offline Internal Operations endpoints from low-privileged E-Business Suite accounts.
- Unusual bulk read, update, or delete operations against Oracle Sales Offline tables outside normal business hours.
- Application server errors or latency spikes in Oracle Sales Offline consistent with partial denial-of-service conditions.
Detection Strategies
- Enable Oracle E-Business Suite audit logging on the Sales Offline schema and review privileged data operations initiated by low-tier accounts.
- Correlate web server access logs with database audit trails to identify HTTP-driven anomalous data access patterns.
- Baseline typical Sales Offline API usage per user role and alert on deviations in request volume, request paths, or response sizes.
Monitoring Recommendations
- Forward Oracle E-Business Suite application, middle-tier, and database logs to a centralized SIEM for cross-source correlation.
- Monitor authentication events for low-privileged accounts that suddenly access Sales Offline resources they have not historically used.
- Track the Oracle July 2026 CPU deployment status across all E-Business Suite environments and alert on unpatched instances.
How to Mitigate CVE-2026-60788
Immediate Actions Required
- Apply the Oracle July 2026 Critical Patch Update to all Oracle E-Business Suite deployments running versions 12.2.3 through 12.2.15.
- Inventory all Oracle Sales Offline instances and confirm patch status, prioritizing internet-exposed and business-critical environments.
- Rotate credentials for low-privileged Oracle E-Business Suite accounts and review recent authentication and data access activity for signs of abuse.
Patch Information
Oracle addressed CVE-2026-60788 in the Oracle Critical Patch Update Advisory - July 2026. Administrators should apply the patch bundle corresponding to their Oracle E-Business Suite 12.2.x release. No vendor-supplied workaround has been published; patching is the authoritative remediation.
Workarounds
- Restrict network access to Oracle Sales Offline endpoints using firewall rules, reverse proxy allowlists, or VPN-only access until patches are applied.
- Enforce least privilege on Oracle E-Business Suite user roles and disable inactive or unnecessary low-privilege accounts.
- Increase logging verbosity on the Sales Offline middle tier and database to shorten detection time if exploitation is attempted before patching completes.
# Example: restrict inbound HTTP access to Oracle E-Business Suite middle tier
# Replace 10.0.0.0/24 with your trusted management or application subnet
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

