LiveActive security incident?Get immediate response
CVE Record

CVE-2025-61757: Vulnerability in the Identity Manager product of Oracle Fusion Middleware (component: REST WebServices).

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 takeover of Identity Manager. CVSS 3.1 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

CriticalCVSS 9.8Known exploitedUpdated
Glexia's TakeHuman reviewedcritical

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.
Prepared
Reviewed
Confidence
high
Sources
5

Michael Williams reviewed this cited source version on .

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-61757Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Oracle CorporationIdentity Manager12.2.1.4.0, 14.1.2.1.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-306 · source CWE mapping

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.