CVE-2026-35269: Oracle Identity Manager REST WebServices Authentication Bypass
A flaw in Oracle Identity Manager's REST web services layer allows an attacker on the network to make unauthorized changes to critical data without needing to log in. The vulnerability affects Identity Manager versions 12.2.1.4.0 and 14.1.2.1.0. An unauthenticated attacker with HTTP network access can create, delete, or modify identity data that the system manages, potentially compromising user accounts, access controls, and sensitive identity attributes across an organization.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-17
NVD description (verbatim)
Vulnerability in the Identity Manager product of Oracle Fusion Middleware (component: REST WebServices). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.1.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Identity Manager. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Identity Manager accessible data. CVSS 3.1 Base Score 7.5 (Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-35269 is an improper access control vulnerability (CWE-284) in the REST WebServices component of Oracle Identity Manager. The flaw resides in request validation or authentication enforcement within the REST API layer, permitting unauthenticated HTTP requests to execute data modification operations. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N) reflects network-exploitable attack surface, low complexity, no user interaction required, and high integrity impact. Confidentiality and availability are not directly impacted by this specific flaw.
Business impact
This vulnerability poses a direct threat to identity governance and access management operations. An attacker could perform unauthorized account provisioning, deprovisioning, or privilege escalation through data modification. Organizations relying on Identity Manager for employee lifecycle management, contractor access, or third-party entitlements face risk of unauthorized access grants, rogue administrator creation, or data corruption that could affect downstream systems consuming identity data. Remediation delays could enable persistent unauthorized access and complicate forensic investigation.
Affected systems
Oracle Identity Manager versions 12.2.1.4.0 and 14.1.2.1.0 are confirmed affected. Organizations running these versions in production should inventory all instances, including on-premises and cloud deployments. Version 14.1.2.1.0 is relatively recent, suggesting active deployments. Version 12.2.1.4.0 may be older but could still be in use in enterprise environments with slower patching cycles.
Exploitability
This vulnerability is easily exploitable. It requires only network access (no special positioning needed), HTTP protocol only, no authentication credentials, and no user interaction or social engineering. An attacker can discover instances via network scanning or reconnaissance and immediately attempt exploitation. The low complexity and lack of preconditions make this a high-priority attack vector for threat actors.
Remediation
Apply the security patch provided by Oracle for your specific Identity Manager version. Verify the patch details against the official Oracle Security Alert and test in a staging environment before production deployment. Ensure all instances—including development, test, and production environments—are patched, as attackers often target non-production systems for lateral movement.
Patch guidance
Consult the Oracle Security Alert issued on or around 2026-06-17 for the specific patch version and installation instructions for your Identity Manager release. Patches should be tested for compatibility with your environment before rollout. After patching, verify that REST WebServices authentication enforcement is active and that unauthenticated requests are properly rejected. Consider implementing compensating controls (network segmentation, API gateway authentication) if patching is delayed.
Detection guidance
Monitor REST API endpoints in Identity Manager for unauthenticated requests that succeed in modifying user accounts, roles, or entitlements. Log all HTTP requests to the REST WebServices component, including failures. Search historical logs for unauthenticated requests followed by account creation, modification, or deletion events. Implement network intrusion detection rules to flag unauthorized access attempts to Identity Manager REST endpoints. Review access control lists and recent privilege changes to identify potential unauthorized modifications dating back to when the system was deployed.
Why prioritize this
This vulnerability merits immediate prioritization due to its combination of easy exploitability, unauthenticated attack vector, and high-impact consequences. No credentials, complex setup, or user interaction are required. The integrity impact is severe—an attacker can corrupt or create identity data at scale. Identity Manager is often a critical trust boundary in enterprise security architecture; compromise here can enable privilege escalation, unauthorized access, and compliance violations. The lack of confidentiality or availability impact slightly reduces the CVSS score but does not diminish the operational risk.
Risk score, explained
CVSS 3.1 Base Score 7.5 (HIGH) reflects the attack vector (network-accessible), attack complexity (low), and lack of authentication requirements, combined with high integrity impact. The score does not account for organizational context—your risk may be higher if Identity Manager manages sensitive systems, highly privileged accounts, or regulated data. Environmental factors such as network exposure, monitoring capability, and compensating controls should be evaluated to determine organizational risk.
Frequently asked questions
Do I need to patch immediately if my Identity Manager is on an air-gapped network?
Yes. While air-gapping reduces external risk, insider threats and supply-chain compromises remain. Additionally, network boundaries change over time. Patching reduces overall risk and eliminates a high-severity vulnerability from your environment. Do not rely solely on network isolation as a compensating control.
Can I temporarily disable REST WebServices to mitigate this vulnerability?
Disabling REST WebServices entirely may not be practical if applications depend on it. Instead, restrict access to the REST API at the network layer (firewall/WAF) to trusted IP ranges, implement API gateway authentication, or apply rate limiting. These are temporary measures pending patching.
What data can an attacker modify if they exploit this vulnerability?
An attacker can modify any data accessible to Identity Manager's REST API—typically user accounts, group memberships, roles, entitlements, and identity attributes. The scope of impact depends on your system configuration and what downstream systems consume Identity Manager data.
Is there a workaround if patching is delayed?
No true workaround exists, but mitigations include: restricting HTTP/HTTPS access to Identity Manager REST endpoints via firewall rules, implementing a Web Application Firewall (WAF) in front of the REST API to require authentication, disabling the REST WebServices component if feasible, and enhancing logging and monitoring to detect exploitation attempts.
This analysis is provided for informational purposes to support vulnerability management and security decision-making. Verify all technical details against the official Oracle Security Alert and product documentation. CVSS scores are base scores and do not account for environmental or organizational context; adjust risk ratings based on your deployment, data sensitivity, and threat model. Patch version numbers and specific remediation steps must be confirmed against vendor advisories before implementation. SEC.co does not provide legal advice; consult your organization's legal and compliance teams regarding disclosure, reporting, and incident response obligations. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-35262HIGHOracle Data Integrator Authentication Bypass – Data Exposure Risk
- CVE-2026-35271HIGHOracle PeopleSoft WebLogic Unauthenticated Data Access Vulnerability (CVSS 8.7)
- CVE-2026-35275HIGHOracle VM VirtualBox Shared Folders Privilege Escalation Vulnerability (CVSS 7.5)
- CVE-2026-35277HIGHOracle REST Data Services Authorization Bypass
- CVE-2026-35311HIGHOracle WebLogic Server Remote Takeover via Low-Privilege Access Control Flaw
- CVE-2026-35314HIGHOracle Access Manager Authentication Bypass (CVSS 7.3)
- CVE-2026-35315HIGHOracle WebCenter Content Remote Takeover via Low-Privilege HTTP Access
- CVE-2026-35317HIGHOracle WebCenter Content Authentication Bypass Vulnerability