CVE-2025-30751
Published: 15 July 2025
Summary
CVE-2025-30751 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Oracle Database Server. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 48.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-6 (Least Privilege) and SC-7 (Boundary Protection).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly remediates the authorization flaw (CWE-863) in Oracle Database by applying patches from the July 2025 Critical Patch Update.
Enforces least privilege to restrict Create Session and Create Procedure privileges to only essential users, eliminating most potential low-privileged attackers.
Controls network access via Oracle Net to the database server, blocking unauthorized remote exploitation attempts.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote network exploitation of Oracle DB via Oracle Net by low-priv user directly maps to public-facing app exploitation and subsequent privilege escalation to full DB takeover.
NVD Description
Vulnerability in the Oracle Database component of Oracle Database Server. Supported versions that are affected are 19.27 and 23.4-23.8. Easily exploitable vulnerability allows low privileged attacker having Create Session, Create Procedure privilege with network access via Oracle Net to compromise…
more
Oracle Database. Successful attacks of this vulnerability can result in takeover of Oracle Database. CVSS 3.1 Base Score 8.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).
Deeper analysisAI
CVE-2025-30751 is a vulnerability in the Oracle Database component of Oracle Database Server. The supported versions affected are 19.27 and 23.4-23.8.
This easily exploitable vulnerability allows a low privileged attacker with Create Session and Create Procedure privileges, who has network access via Oracle Net, to compromise Oracle Database. Successful attacks can result in takeover of Oracle Database, with high impacts to confidentiality, integrity, and availability. The CVSS 3.1 base score is 8.8, with vector (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), and it is associated with CWE-863.
Mitigation details are provided in the Oracle Critical Patch Update for July 2025 advisory at https://www.oracle.com/security-alerts/cpujul2025.html.
Details
- CWE(s)