The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-61757

CVE-2025-61757: Oracle Identity Manager Auth Bypass Flaw

CVE-2025-61757 is an authentication bypass vulnerability in Oracle Identity Manager REST WebServices that enables complete system takeover. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-61757 Overview

CVE-2025-61757 is a critical authentication bypass vulnerability affecting the REST WebServices component of Oracle Identity Manager, a key product within the Oracle Fusion Middleware suite. This vulnerability allows unauthenticated attackers with network access via HTTP to completely compromise Oracle Identity Manager instances. Due to the missing authentication for critical functions (CWE-306), successful exploitation can result in a full takeover of the Identity Manager system, impacting confidentiality, integrity, and availability of managed identities and access controls.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. Unauthenticated remote attackers can achieve complete system takeover of Oracle Identity Manager, potentially compromising enterprise identity infrastructure and downstream access controls.

Affected Products

  • Oracle Identity Manager 12.2.1.4.0
  • Oracle Identity Manager 14.1.2.1.0
  • Oracle Fusion Middleware environments utilizing affected Identity Manager versions

Discovery Timeline

  • October 21, 2025 - CVE-2025-61757 published to NVD
  • November 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-61757

Vulnerability Analysis

This vulnerability stems from missing authentication enforcement in the REST WebServices component of Oracle Identity Manager. The flaw allows unauthenticated attackers to access sensitive REST API endpoints that should require proper authentication and authorization. Since Oracle Identity Manager serves as a centralized identity and access management solution for enterprises, compromising this system provides attackers with extensive access to user credentials, provisioning workflows, and administrative functions across the organization's identity infrastructure.

The easily exploitable nature of this vulnerability means attackers can leverage it without requiring any privileges, user interaction, or complex attack chains. The network-based attack vector via HTTP indicates the vulnerable REST endpoints are exposed to the network and can be targeted remotely.

Root Cause

The root cause of CVE-2025-61757 is classified under CWE-306 (Missing Authentication for Critical Function). The REST WebServices component fails to properly verify that requests to critical API endpoints originate from authenticated users. This architectural flaw allows malicious actors to bypass intended security controls and directly interact with sensitive functionality that manages enterprise identities, access policies, and user provisioning.

Attack Vector

The attack vector for CVE-2025-61757 is network-based, requiring only HTTP access to the vulnerable Oracle Identity Manager instance. An attacker positioned on the same network or with external access to exposed Identity Manager services can craft malicious HTTP requests targeting the vulnerable REST WebServices endpoints. The attack requires no authentication credentials, no user interaction, and can be executed with low complexity.

Successful exploitation allows attackers to perform unauthorized actions including:

  • Reading sensitive identity data and credentials
  • Modifying user accounts and access permissions
  • Creating backdoor administrative accounts
  • Disrupting identity management services
  • Pivoting to downstream systems that trust Identity Manager for authentication

Detection Methods for CVE-2025-61757

Indicators of Compromise

  • Unexpected HTTP requests to Oracle Identity Manager REST API endpoints from unauthorized sources or external IP addresses
  • Creation of new administrative or privileged user accounts without corresponding legitimate provisioning workflows
  • Anomalous API call patterns targeting identity management functions outside normal business hours
  • Authentication or authorization logs showing successful operations without preceding valid authentication events

Detection Strategies

  • Implement network-level monitoring for HTTP traffic to Oracle Identity Manager REST endpoints, alerting on requests that bypass authentication gateways
  • Deploy web application firewall (WAF) rules to detect and block unauthenticated access attempts to sensitive Identity Manager API paths
  • Enable comprehensive audit logging on Oracle Identity Manager and correlate logs with SIEM solutions to identify unauthorized administrative actions
  • Monitor for indicators of lateral movement from compromised identity infrastructure to downstream systems

Monitoring Recommendations

  • Review Oracle Identity Manager audit logs daily for suspicious provisioning or deprovisioning activities
  • Establish baseline API usage patterns and configure alerts for deviations that may indicate exploitation attempts
  • Monitor CISA KEV alerts and threat intelligence feeds for active exploitation campaigns targeting CVE-2025-61757
  • Validate integrity of Identity Manager configurations and administrative accounts regularly

How to Mitigate CVE-2025-61757

Immediate Actions Required

  • Apply the security patches provided in the Oracle Security Alert October 2025 immediately
  • If patching is not immediately possible, restrict network access to Oracle Identity Manager REST WebServices to trusted internal networks only
  • Audit all administrative accounts and access permissions within Oracle Identity Manager for unauthorized changes
  • Enable enhanced logging and monitoring on Identity Manager instances to detect exploitation attempts

Patch Information

Oracle has released security patches addressing CVE-2025-61757 as part of the October 2025 Critical Patch Update (CPU). Affected organizations should immediately apply the relevant patches for Oracle Identity Manager versions 12.2.1.4.0 and 14.1.2.1.0. The official security advisory is available at the Oracle Security Alerts page. Given active exploitation confirmed by CISA, patching should be treated as an emergency priority.

Workarounds

  • Implement network segmentation to restrict access to Oracle Identity Manager REST WebServices, allowing connections only from trusted management networks
  • Deploy a reverse proxy or web application firewall in front of Identity Manager to enforce authentication before requests reach the vulnerable component
  • Disable or restrict access to non-essential REST API endpoints until patches can be applied
  • Monitor the SANS Internet Storm Center for updated threat intelligence and exploitation indicators
bash
# Example: Restrict Identity Manager REST API access via iptables
# Allow only trusted management subnet to access REST endpoints
iptables -A INPUT -p tcp --dport 14000 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 14000 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOracle Identity Manager

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability84.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-306
  • Technical References
  • SANS Internet Storm Center Diary

  • CISA Known Exploits CVE-2025-61757
  • Vendor Resources
  • Oracle Security Alert October 2025
  • Related CVEs
  • CVE-2026-21992: Oracle Identity Manager Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English