CVE-2026-46772: Oracle ADF Privilege Escalation & Data Access Vulnerability
Oracle's Application Development Framework (ADF), a core component of Fusion Middleware, contains a privilege-escalation vulnerability affecting versions 12.2.1.4.0 and 14.1.2.0.0. An attacker with high-level administrative access and direct infrastructure access could exploit insufficient privilege controls to read sensitive application data or modify certain records. The attack is not trivial—it requires both elevated credentials and specific configuration conditions—but poses meaningful risk to organizations running vulnerable ADF instances, particularly those handling sensitive business data through ADF-based applications.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.7 MEDIUM · CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Vulnerability in the Oracle Application Development Framework (ADF) product of Oracle Fusion Middleware (component: ADF Faces). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.0.0. Difficult to exploit vulnerability allows high privileged attacker with logon to the infrastructure where Oracle Application Development Framework (ADF) executes to compromise Oracle Application Development Framework (ADF). Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle Application Development Framework (ADF) accessible data as well as unauthorized update, insert or delete access to some of Oracle Application Development Framework (ADF) accessible data. CVSS 3.1 Base Score 4.7 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-46772 is rooted in improper access control mechanisms (CWE-284) within the ADF Faces component. The vulnerability permits a high-privileged local attacker to circumvent intended authorization boundaries and gain unauthorized access to application data. The CVSS 3.1 vector (AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N) reflects a local attack surface, high complexity (suggesting specific conditions must align), high privilege requirement, and impacts to data confidentiality (read access to restricted data) and integrity (limited write/modify/delete capability). Availability is not impacted. The attack requires no user interaction, indicating the attacker can act autonomously once positioned.
Business impact
Organizations relying on Oracle ADF for mission-critical or data-sensitive applications face potential exposure of confidential information—financial records, customer data, intellectual property—stored or processed by those applications. Compliance implications arise if regulated data (PCI-DSS, HIPAA, GDPR) is compromised. The ability to modify data introduces data integrity and audit-trail concerns, complicating forensics and regulatory reporting. For organizations with mature IAM controls, the requirement for high-privilege access somewhat constrains blast radius; however, insider threats or compromised administrative accounts become a multiplier.
Affected systems
Oracle Application Development Framework versions 12.2.1.4.0 and 14.1.2.0.0 are confirmed vulnerable. Any Fusion Middleware installation or custom application built on ADF Faces in these versions presents exposure. Organizations running older maintenance releases or patched versions beyond those listed are not directly affected by this CVE. Check your ADF version in the application server or deployment logs; verify against Oracle's official product lifecycle documentation.
Exploitability
Exploitation is rated as difficult, not due to technical complexity of the attack itself, but due to prerequisite conditions. An attacker must already possess high-privilege infrastructure access (e.g., system administrator, DBA, application server administrator credentials) and sufficient knowledge of the ADF environment to craft or execute the unauthorized access. This is not a remote, unauthenticated vulnerability; it requires initial compromise or insider access. Public exploit code has not been reported, and no active exploitation is cataloged in the Known Exploited Vulnerabilities database. Organizations with strong credential hygiene and infrastructure isolation are less exposed.
Remediation
Apply vendor-supplied security patches from Oracle for your respective ADF version as soon as they become available. Consult Oracle's official advisory and patch release notes to identify the correct patch identifier and installation procedure for your environment. Interim measures include restricting administrative access to ADF infrastructure to trusted personnel only, enforcing multi-factor authentication (MFA) for high-privilege accounts, and monitoring privileged access logs for anomalous data queries or modifications. Segment ADF applications from untrusted networks to reduce lateral movement risk.
Patch guidance
Verify the available patch release for your specific ADF version (12.2.1.4.0 or 14.1.2.0.0) by consulting Oracle's security advisories and patch portal. Oracle typically releases patches through its Critical Patch Update (CPU) cycle or as interim patches (one-off patches) for urgent issues. Plan patching in a maintenance window, and thoroughly test in a pre-production environment to confirm application stability before production deployment. Monitor Oracle's advisory pages for patch release dates and download instructions.
Detection guidance
Monitor application server and database access logs for unusual queries or data-modification operations initiated by high-privilege accounts with no corresponding business justification. Enable detailed auditing on ADF application sessions and privilege escalation events if available through your application server configuration. Search logs for suspicious authentication events or token abuse by privileged users. Network-level monitoring for unexpected local data exfiltration from ADF infrastructure can also help. Implement alerting on any access to sensitive data fields by accounts outside their normal operational scope.
Why prioritize this
Although rated MEDIUM (4.7 CVSS), this vulnerability merits prompt attention for organizations running vulnerable ADF versions. The requirement for high-privilege access somewhat limits its attack surface compared to remote exploits, but insider threats and compromised administrative credentials remain realistic scenarios. The confidentiality and integrity impacts—unauthorized read and write access to application data—create compliance and business continuity risks. Prioritize patching if your organization processes regulated or highly sensitive data through ADF applications, or if your administrative access controls are not robustly segmented.
Risk score, explained
The CVSS 3.1 score of 4.7 (MEDIUM) reflects a localized attack vector (AV:L) requiring high privilege (PR:H) and substantial complexity (AC:H) to exploit, yet delivering high confidentiality impact (C:H) and limited integrity impact (I:L). The score appropriately discounts the threat because most organizations maintain reasonable privilege boundaries and credential controls that make such an attack impractical without insider involvement or prior system compromise. However, for organizations with weaker IAM posture or higher-value data assets, the *actual* business risk may exceed the numeric score; contextualize this CVSS within your own risk appetite and data sensitivity.
Frequently asked questions
Do we need to patch immediately if we're running ADF 12.2.1.4.0 or 14.1.2.0.0?
Not necessarily immediately, but do plan patching within your next maintenance cycle. Since the attack requires high-privilege infrastructure access and is not remotely exploitable, organizations with strong access controls and credential hygiene face lower immediate risk. However, if your ADF applications process sensitive or regulated data, or if your administrative access controls are not tightly segmented, prioritize sooner rather than later.
Can this vulnerability be exploited remotely?
No. The CVSS vector indicates a local attack vector (AV:L). An attacker must already be present on or have shell access to the infrastructure where ADF runs. This is not a network-exploitable vulnerability, and it cannot be triggered by a remote user without initial compromise of system credentials or infrastructure access.
Is this vulnerability publicly exploited?
No confirmed public exploitation has been reported. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no widespread active attacks at this time. However, this does not guarantee future exploitation risk; prepare patches proactively.
What data is at risk if this vulnerability is exploited?
Any data accessible to the ADF application running on the compromised infrastructure is at risk. This can include business records, customer information, financial data, and other application state stored in the underlying database or in-memory caches. The exact scope depends on your ADF application's data model and the database privileges granted to the application user.
This analysis is provided for informational purposes only and is not a substitute for vendor advisories or professional security assessment. SEC.co makes no warranty regarding the accuracy, completeness, or timeliness of this information. Organizations must verify all technical details, patch availability, and affected product versions directly against Oracle's official security advisories and release notes. Patch testing should occur in non-production environments before deployment to production systems. Consult with your vendor support teams and internal security teams to assess risk within your specific environment and develop an appropriate remediation strategy. CVE details, CVSS scores, and patch information may be updated by Oracle or NIST; refer to authoritative sources for the most current information. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-46768MEDIUMOracle VM VirtualBox Denial-of-Service Vulnerability in VMSVGA Device
- CVE-2026-46770MEDIUMOracle ADF Security Framework Access Control Flaw
- CVE-2026-46771MEDIUMOracle ADF Access Control Vulnerability – Patch & Remediation Guide
- CVE-2026-46810MEDIUMOracle Identity Manager Unauthenticated Access Control Vulnerability
- CVE-2026-46812MEDIUMOracle Access Manager Authentication Bypass & Data Access Vulnerability
- CVE-2026-46825MEDIUMOracle VM VirtualBox VMSVGA Access Control Vulnerability
- CVE-2026-46842MEDIUMOracle REST Data Services Unauthenticated Data Modification Vulnerability
- CVE-2026-46871MEDIUMMySQL Shell Unauthorized Data Access via Access Control Bypass