CVE-2026-46770: Oracle ADF Security Framework Access Control Flaw
Oracle Application Development Framework (ADF), a core component of Oracle Fusion Middleware, contains a security flaw that allows an attacker to access or modify sensitive data without authentication. The vulnerability affects versions 12.2.1.4.0 and 14.1.2.0.0. An attacker needs only network access and must trick a legitimate user into taking an action—such as clicking a malicious link—to trigger the vulnerability. Once successful, the attacker gains the ability to read or alter data within the ADF application, potentially affecting downstream systems that rely on it. This is not currently a known or active exploit in the wild, but it warrants prompt attention given the data-access implications.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.1 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/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: Security Framework). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Application Development Framework (ADF). Successful attacks require human interaction from a person other than the attacker and while the vulnerability is in Oracle Application Development Framework (ADF), attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Oracle Application Development Framework (ADF) accessible data as well as unauthorized read access to a subset of Oracle Application Development Framework (ADF) accessible data. CVSS 3.1 Base Score 6.1 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-46770 is a flaw in the Oracle ADF Security Framework that violates proper access controls (CWE-284: Improper Access Control). The vulnerability is network-accessible, requires no user privileges, and has a low attack complexity—meaning an attacker does not need to bypass special protections or specific conditions to exploit it. However, it does require user interaction (UI:R), as the attack vector depends on social engineering or phishing. The scope is changed (S:C), indicating that compromise of the ADF component can have knock-on security implications for other connected systems. Successful exploitation results in partial confidentiality loss (read access to a subset of ADF data) and partial integrity loss (unauthorized create, update, or delete of some accessible data). There is no availability impact.
Business impact
Organizations running affected ADF versions face potential data breaches and unauthorized data modification. Because ADF is often used to build enterprise portals, workflows, and front-end integrations in Oracle Fusion environments, a breach could expose customer information, financial records, or business-critical process data. The requirement for user interaction reduces mass-exploitation risk but increases the likelihood of targeted social engineering campaigns. Scope change means that compromised ADF instances may serve as a pivot point to adjacent systems or databases. For companies with strict compliance requirements (GDPR, HIPAA, SOX), unauthorized data access or modification can trigger notification obligations and regulatory penalties.
Affected systems
The vulnerability is confirmed in Oracle Application Development Framework versions 12.2.1.4.0 and 14.1.2.0.0. These versions are commonly embedded in Oracle Fusion Middleware deployments. Organizations should inventory their use of ADF across development, test, and production environments. Note that while the vulnerability is in ADF itself, the impact statement suggests that connected systems may also be at risk depending on how ADF is deployed and what data it can access. Verify the exact versions in your environment against the vendor advisory.
Exploitability
The attack is straightforward to execute once the attacker has persuaded a user to interact with a malicious payload. Network accessibility and low attack complexity mean there are no unusual barriers; an attacker does not need special privileges, special conditions, or deep knowledge of the target system. The user-interaction requirement (clicking a link, submitting a form, etc.) is the main friction point. This vulnerability is not yet listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, which suggests it is not currently being weaponized at scale. However, the ease of exploitation combined with the data-access impact makes it an attractive target for threat actors, especially those pursuing targeted espionage or data theft.
Remediation
Oracle has issued security patches for both affected versions. Organizations must identify which versions of ADF are in use and apply the appropriate patch from Oracle's security advisory. Patching should be prioritized for production and internet-facing systems. In addition to patching, consider temporary mitigations: restrict ADF application access by IP whitelist or VPN, enforce multi-factor authentication for ADF users, and conduct user awareness training to reduce the likelihood of social engineering success. After patching, validate that the security controls are in place and test ADF functionality to ensure no regression.
Patch guidance
Check the Oracle security advisory for CVE-2026-46770 to identify the correct patch version for your specific ADF deployment (12.2.1.4.0 or 14.1.2.0.0). Download and stage the patch in a test environment first. Apply during a scheduled maintenance window, as patching may require application restart. Verify that post-patch testing covers both functionality and security—confirm that the access control fix does not inadvertently break legitimate user workflows. Document the patch version applied and the date applied for compliance and audit purposes.
Detection guidance
Monitor ADF application logs for suspicious data-access patterns: queries or modifications by unauthorized users, bulk data exports outside normal business hours, or repeated failed authentication attempts followed by successful access. Network intrusion detection systems should flag unusual HTTP traffic to ADF endpoints, especially POST or PUT requests with large payloads. Endpoint detection and response (EDR) solutions can track processes spawned by the ADF application server that may indicate post-exploitation activity. Conduct a log review of systems that may have been accessed prior to patch deployment to identify any successful exploitation. Consider forensic analysis if you identify suspicious activity.
Why prioritize this
Although the CVSS score of 6.1 is in the medium range, this vulnerability merits prompt remediation due to its data-access implications, ease of exploitation, and cross-component scope impact. The requirement for user interaction lowers the attack surface compared to fully remote unauthenticated exploits, but this is offset by the prevalence of phishing and social engineering. Organizations using ADF in production should patch within 30 days; those in high-security or compliance-heavy sectors should accelerate to 14 days. Non-production systems can follow a standard patching cycle but should not be forgotten.
Risk score, explained
The CVSS 3.1 base score of 6.1 reflects a medium-severity vulnerability with network accessibility, no privilege requirement, and low attack complexity balanced against the user-interaction prerequisite and limited scope of data impact (partial confidentiality and integrity loss, no availability impact). The score appropriately captures a flaw that is realistic to exploit but not catastrophic. However, context matters: if your ADF instance handles sensitive personal data or financial records, the business risk is higher than the base score suggests. Conversely, if ADF is used only for internal workflow management with limited data sensitivity, the risk may be lower. Adjust your internal risk rating based on the sensitivity of data accessible through affected ADF instances.
Frequently asked questions
Do I need to patch immediately, or can this wait until the next maintenance window?
If you are running ADF 12.2.1.4.0 or 14.1.2.0.0 in production, schedule a patch within 30 days. For high-sensitivity environments (financial services, healthcare, government), accelerate to 14 days. Non-production systems can patch on a standard cycle, but do not defer indefinitely. In the meantime, apply compensating controls such as IP whitelist restrictions and MFA.
Is there a workaround if I cannot patch immediately?
There is no complete workaround for this access-control vulnerability. However, you can reduce exposure by restricting network access to ADF applications to trusted IP ranges or VPN-only, enforcing multi-factor authentication, monitoring for suspicious access patterns, and limiting the data accessible through the vulnerable ADF component. These are temporary measures only; patching is required for permanent remediation.
Will patching break my existing ADF applications or integrations?
Patching should not break functionality, as the fix addresses a security control rather than changing the application API. However, always test the patch in a non-production environment first, covering both normal user workflows and any custom integrations. Document your test results and have a rollback plan if needed.
How do I know if my ADF instance has been exploited?
Check your ADF application logs and database logs for anomalies: unauthorized data modifications, bulk exports, or data-access events by users outside their normal access patterns. Review web server logs for suspicious HTTP requests to ADF endpoints. If you suspect exploitation, preserve logs for forensic analysis and contact your incident response team. Tools like EDR solutions and SIEM systems can help identify post-exploitation activity.
This analysis is based on the official CVE record and Oracle security advisory as of the publication date. Organizations must verify their specific ADF versions and apply vendor-recommended patches. SEC.co does not host exploit code or weaponized proof-of-concept materials. Security decisions should be made in consultation with internal security teams and Oracle support. While CISA's KEV catalog is checked regularly, emerging threat intelligence may indicate active exploitation; consult threat intelligence feeds and your vendor for updates. This page is for informational purposes and does not constitute legal or compliance advice. 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-46771MEDIUMOracle ADF Access Control Vulnerability – Patch & Remediation Guide
- CVE-2026-46772MEDIUMOracle ADF Privilege Escalation & Data Access Vulnerability
- 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