What is Oracle E-Business Suite?
Oracle E-Business Suite (EBS) is a comprehensive enterprise resource planning (ERP) platform used by thousands of organizations worldwide for financials, supply chain, human resources, procurement, and manufacturing. It is one of Oracle's most widely deployed on-premises enterprise products, often handling sensitive financial data, payroll, and business operations. EBS deployments are frequently exposed to the internet or accessible from partner networks for employee and supplier access.
Overview
CVE-2022-21587 is a critical missing authentication vulnerability (CWE-306) in Oracle E-Business Suite's Web Applications Desktop Integrator (Web ADI) component. An unauthenticated attacker with HTTP network access can exploit this flaw to compromise the Oracle EBS server — potentially gaining full system access. CVSS 9.8 (Critical). CISA confirmed active exploitation by adding it to the KEV catalog in February 2023, and the ransomwareUse: true flag in NVD data indicates this vulnerability was used in ransomware operations.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| Oracle E-Business Suite 12.2 | Versions through 12.2.11 | Apply October 2022 Critical Patch Update |
| Oracle E-Business Suite 12.1 | Versions through 12.1.3 | Apply October 2022 Critical Patch Update |
Technical Details
The vulnerability is a missing authentication for critical function (CWE-306) in the Web Applications Desktop Integrator (Web ADI) component of Oracle EBS. Web ADI provides Microsoft Office integration for EBS — allowing users to download, edit, and upload data using Excel or Word templates, which are then processed by EBS server-side components.
The flaw allows an unauthenticated attacker to invoke protected Web ADI functionality directly via HTTP without first establishing an authenticated EBS session. This could enable file upload or processing operations that result in server-side code execution.
Key characteristics:
- No authentication required: The vulnerable endpoint is reachable without valid EBS credentials
- Network-accessible: Targets the standard HTTPS port used for EBS web access
- High-value target: EBS systems contain financial records, PII, and business-critical data
- Ransomware use confirmed: Groups targeting enterprise ERP systems for financial extortion
Discovery
Disclosed through Oracle's October 2022 Critical Patch Update. Given Oracle's limited disclosure practices, technical details of the exact mechanism were not published.
Exploitation Context
Oracle EBS is a prime ransomware target because:
- It contains financial data, accounting systems, and procurement workflows — direct leverage for extortion
- Organizations running EBS often have complex upgrade dependencies, leading to slow patching
- EBS is frequently accessible from the internet for remote workers and suppliers
The ransomwareUse: true designation means threat actors — likely financially motivated criminal groups — actively exploited this vulnerability to compromise organizations before deploying ransomware payloads. The ~3.5 month gap between patch (October 2022) and KEV addition (February 2023) suggests active exploitation began relatively quickly after disclosure.
Remediation
- Apply Oracle October 2022 Critical Patch Update: This is the primary remediation. Oracle EBS patching requires coordination across Application and Database tiers.
- Apply all Oracle EBS patches promptly: Oracle CPU patches for EBS are critical — enable alerts for Oracle Security Alerts.
- Restrict network access: EBS should not be directly internet-accessible where possible; use a reverse proxy or WAF in front of the application.
- Review Web ADI access: Audit which users and IP addresses have access to Web ADI functionality and apply the principle of least privilege.
- Monitor for unauthorized data access: Post-exploitation in EBS often involves data exfiltration before ransomware deployment. Review audit logs for unusual bulk queries or downloads.
- Incident response: If unpatched exposure is suspected, assume compromise and initiate forensic investigation before ransomware detonation occurs.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2022-21587 |
| Vendor / Product | Oracle — E-Business Suite |
| NVD Published | 2022-10-18 |
| NVD Last Modified | 2025-10-27 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-306 find similar ↗ |
| CISA KEV Added | 2023-02-02 |
| CISA KEV Deadline | 2023-02-23 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2022-10-18 | Oracle Critical Patch Update published; CVE disclosed |
| 2023-02-02 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2023-02-23 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2022-21587 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Oracle Critical Patch Update Advisory — October 2022 | Vendor Advisory |