Security readout for executives and security teams
Plain-English summary
Oracle Identity Manager, the system many large organizations use to control employee logins and access, has a critical flaw that lets an attacker on the internet take it over without a password. CISA has confirmed this is being actively exploited, so any exposed Oracle Identity Manager instance should be treated as an immediate business risk.
Executive priority
Treat as a top-priority emergency patching event. Identity Manager controls who gets into critical business systems; takeover here can cascade into broader account, data, and operational compromise. Authorize out-of-cycle change windows to remediate immediately.
Technical view
An unauthenticated, network-reachable flaw in the REST WebServices component of Oracle Fusion Middleware Identity Manager (versions 12.2.1.4.0 and 14.1.2.1.0) allows full compromise over HTTP. Classified as CWE-306 (Missing Authentication for Critical Function) with CVSS 3.1 base score 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), successful exploitation results in takeover of Identity Manager.
Likely exposure
Any organization running Oracle Identity Manager 12.2.1.4.0 or 14.1.2.1.0 with HTTP-reachable REST endpoints, especially those exposed to the internet or to untrusted internal segments. Identity Manager is a high-value target because it brokers access to downstream applications.
Exploitation context
CISA added CVE-2025-61757 to the Known Exploited Vulnerabilities catalog, indicating confirmed in-the-wild exploitation. Oracle and SANS ISC have publicly described the issue. The flaw is rated easily exploitable, requires no authentication, no user interaction, and can be triggered remotely over HTTP.
Researcher notes
CWE-306 plus a 9.8 vector with no privileges or interaction strongly suggests an authentication bypass on a REST endpoint. SANS ISC diary 32506 and the Oracle October 2025 CPU are the primary public references; KEV listing supports active exploitation. No public exploit details are reproduced here. Confirm patched versions via Oracle's advisory matrix and validate that REST authentication enforcement is restored after upgrade.
Mitigation direction
- Apply the Oracle Critical Patch Update from October 2025 (cpuoct2025) for Identity Manager without delay.
- Restrict network access to Identity Manager REST WebServices endpoints to trusted management networks.
- Place Identity Manager behind a WAF or reverse proxy and block unauthenticated REST traffic at the edge.
- Treat any exposed instance as potentially compromised and engage incident response if patching is delayed.
- Rotate Identity Manager service credentials, integration secrets, and admin passwords after patching.
- Subscribe to Oracle Security Alerts to monitor follow-on advisories tied to this component.
Validation and detection
- Inventory all Oracle Identity Manager hosts and confirm running version against 12.2.1.4.0 and 14.1.2.1.0.
- Verify the October 2025 CPU patch is installed on each Identity Manager instance.
- Review external attack surface scans and asset data for HTTP exposure of Identity Manager REST endpoints.
- Audit web server, application, and proxy logs for anomalous unauthenticated requests to Identity Manager REST paths.
- Check CISA KEV catalog and Oracle advisory for updated guidance and indicators.
- Engage threat hunting and EDR review on Identity Manager hosts for signs of post-exploitation activity.
Public sources used
Michael Williams reviewed this cited source version on .
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2025-61757 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Critical
- CVSS
- 9.8 (3.1)
- Known Exploited
- Yes
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CISA KEV status
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
9.8CriticalVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- Oracle AdvisoryCVE reference · vendor-advisory
- https://isc.sans.edu/diary/rss/32506CVE reference · media-coverage
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2025-61757CVE reference · government-resource
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authentication for Critical Function
Missing Authentication for Critical Function represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
