A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-59363

CVE-2025-59363: OneLogin Information Disclosure Flaw

CVE-2025-59363 is an information disclosure vulnerability in One Identity OneLogin that exposes OIDC client secrets through the GET Apps API v2. This article covers the technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-59363 Overview

CVE-2025-59363 affects One Identity OneLogin versions prior to 2025.3.0. The flaw exposes Open ID Connect (OIDC) client secrets through the GET Apps API v2 endpoint. Client secrets should only be returned once, at the time an application is first created. Instead, authenticated callers can retrieve these secrets on subsequent API requests. The issue is classified under [CWE-669: Incorrect Resource Transfer Between Spheres]. An attacker with valid API credentials can harvest OIDC secrets for every configured application and impersonate those applications against the identity provider.

Critical Impact

Authenticated API access allows extraction of OIDC client secrets for all OneLogin-integrated applications, enabling downstream token forgery and federated identity abuse.

Affected Products

  • One Identity OneLogin versions before 2025.3.0
  • OneLogin Apps API v2 endpoints returning OIDC application configuration
  • Tenants with OIDC-integrated applications managed through the OneLogin platform

Discovery Timeline

  • 2025-09-14 - CVE-2025-59363 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-59363

Vulnerability Analysis

The vulnerability resides in the OneLogin Apps API v2 response handler. The GET /api/2/apps/{id} endpoint serializes application configuration data, including OIDC parameters, back to the caller. The serializer fails to strip the client_secret field from responses for existing applications. OIDC client secrets function as bearer credentials between an application and the identity provider. A leaked secret allows an attacker to mint valid tokens, impersonate the application, or complete confidential client authentication flows. The Apps API requires an API credential, so exploitation depends on prior authentication or token theft. However, OneLogin API tokens are commonly scoped broadly and stored in automation systems, which increases the realistic attack surface.

Root Cause

The root cause is improper resource scoping in the API response model. Sensitive fields intended for one-time exposure at creation time are returned on every read operation. This violates the principle that secrets should be write-only after initial generation. The CWE-669 classification reflects the transfer of a credential from a protected sphere (server-side secret store) to a less protected sphere (API response body) without enforcing the intended boundary.

Attack Vector

An attacker with a valid OneLogin API credential issues a GET request to the Apps API v2 endpoint for each application of interest. The response payload contains the OIDC client_secret value alongside non-sensitive metadata. The attacker collects these secrets and uses them against the OneLogin OIDC token endpoint to obtain access tokens as the impersonated application. No user interaction is required, and the action leaves only standard API access log entries. See the OneLogin Knowledge Base Article for vendor-provided technical context.

Detection Methods for CVE-2025-59363

Indicators of Compromise

  • Unusual volumes of GET /api/2/apps and GET /api/2/apps/{id} requests from a single API credential within a short window
  • API access from IP addresses or ASNs not previously associated with administrative automation
  • OIDC token requests using client_credentials or authorization_code grants from unexpected source addresses shortly after Apps API enumeration
  • API tokens performing read operations across applications they do not normally manage

Detection Strategies

  • Audit OneLogin API logs for sequential or bulk reads of application records, particularly those returning OIDC configuration
  • Correlate Apps API read events with subsequent OIDC token issuance to detect secret reuse patterns
  • Baseline normal API consumer behavior and alert on deviations in endpoint coverage or request rate
  • Treat any API credential capable of reading client_secret values as a Tier 0 asset and monitor accordingly

Monitoring Recommendations

  • Forward OneLogin event and API logs into a centralized analytics platform for retention and correlation
  • Enable alerting on USER_LOGGED_INTO_API and application read events from non-allowlisted source IPs
  • Track issuance of new API credentials and review their scopes against business need
  • Monitor downstream service providers for anomalous OIDC token activity tied to OneLogin-issued client IDs

How to Mitigate CVE-2025-59363

Immediate Actions Required

  • Upgrade OneLogin to version 2025.3.0 or later, which removes client_secret from Apps API v2 read responses
  • Rotate OIDC client secrets for every application configured in OneLogin prior to the upgrade
  • Review and revoke OneLogin API credentials with unnecessary Apps read scope
  • Audit OneLogin API access logs for the period preceding the patch to identify potential secret harvesting

Patch Information

One Identity addressed the issue in OneLogin 2025.3.0. The fix prevents the Apps API v2 from returning OIDC client secrets on subsequent reads, restoring the intended one-time disclosure at creation. Customers should consult the OneLogin Knowledge Base Article for upgrade guidance and version-specific notes.

Workarounds

  • Restrict OneLogin API credentials to the minimum scopes required and remove application read access where not essential
  • Allowlist source IP addresses for API consumers and block public internet access to the OneLogin API where possible
  • Pre-emptively rotate OIDC client secrets and update dependent applications to reduce the value of any previously leaked material
  • Enable mandatory multi-factor authentication on administrative accounts that can create or view API credentials
bash
# Example: rotate an OIDC client secret via the OneLogin API after upgrading to 2025.3.0
curl -X POST "https://<subdomain>.onelogin.com/api/2/apps/<app_id>/secret/rotate" \
  -H "Authorization: Bearer <admin_api_token>" \
  -H "Content-Type: application/json"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOne Identity Onelogin

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-669
  • Technical References
  • OneLogin Knowledge Base Article
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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