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
    • 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-22246

CVE-2025-22246: Cloud Foundry UAA Information Disclosure

CVE-2025-22246 is an information disclosure vulnerability in Cloud Foundry UAA that exposes private keys in logs, affecting versions v77.21.0 to v7.31.0. This article covers technical details, affected versions, and mitigation.

Updated: May 11, 2026

CVE-2025-22246 Overview

CVE-2025-22246 is an information disclosure vulnerability affecting Cloud Foundry User Account and Authentication (UAA) release versions from v77.21.0 through v7.31.0. The flaw causes a private key to be written into application log output. Attackers with access to log files or log aggregation systems can recover the cryptographic material and use it to impersonate trusted services or decrypt sensitive data. The issue is categorized under CWE-532: Insertion of Sensitive Information into Log File.

Critical Impact

Exposure of a UAA private key in logs allows attackers reading those logs to compromise authentication trust boundaries across Cloud Foundry deployments.

Affected Products

  • Cloud Foundry uaa_release versions v77.21.0 through v7.31.0
  • Cloud Foundry cf-deployment distributions bundling the affected UAA release
  • Any platform integration relying on the exposed UAA signing key

Discovery Timeline

  • 2025-05-13 - CVE-2025-22246 published to the National Vulnerability Database
  • 2025-07-11 - Last updated in NVD database

Technical Details for CVE-2025-22246

Vulnerability Analysis

The vulnerability stems from Cloud Foundry UAA writing a private key value to log output during normal operation. UAA is the identity management service responsible for issuing OAuth2 tokens and managing authentication across Cloud Foundry deployments. When sensitive cryptographic material reaches log streams, it is typically replicated to centralized logging backends, file-based log rotation archives, and operator dashboards.

This information disclosure issue carries a confidentiality impact without affecting integrity or availability directly. However, the leaked key material can be used in follow-on attacks against authentication flows. Anyone with read access to UAA logs, including operators, downstream log shippers, or attackers who breach a log aggregator, can extract the key.

The vulnerability requires no authentication and no user interaction to exploit once log access is obtained. The Exploit Prediction Scoring System currently rates exploitation likelihood as low, and no public proof-of-concept exists.

Root Cause

The root cause is improper handling of sensitive material during log statement construction within the UAA codebase. A code path responsible for processing or initializing key material serializes the private key object into a log message rather than redacting it. This is a classic [CWE-532] pattern where developers log object state for debugging without filtering credentials.

Attack Vector

An attacker exploits the issue by gaining read access to UAA log output. Common access paths include compromised log aggregation infrastructure, misconfigured log forwarders, unauthorized access to platform operator tooling, or insider access. Once the private key is recovered, the attacker can forge tokens or impersonate the UAA service to relying parties. The vulnerability does not require code execution on the UAA host itself, making it remotely exploitable wherever logs are accessible.

No verified exploit code is publicly available. Refer to the Cloud Foundry security advisory for vendor-provided technical context.

Detection Methods for CVE-2025-22246

Indicators of Compromise

  • Presence of PEM-formatted strings such as -----BEGIN PRIVATE KEY----- or -----BEGIN RSA PRIVATE KEY----- inside UAA log files or aggregated log indices
  • Unexpected token issuance or signing activity from UAA that does not correlate with legitimate client requests
  • Access patterns showing unusual reads of UAA log streams from non-operator accounts or service principals

Detection Strategies

  • Run regex-based searches across log archives, SIEM indices, and backup snapshots for private key headers and base64 key blob patterns
  • Audit log aggregation pipelines (Loggregator, syslog drains, third-party SaaS log platforms) for retained UAA records that may contain the leaked material
  • Correlate UAA token issuance events with the identity of the requesting client to identify forged or anomalous tokens

Monitoring Recommendations

  • Enable continuous secret scanning on log storage buckets and SIEM data lakes to flag cryptographic material at ingest
  • Monitor UAA versions deployed across foundations and alert on any instance still running a vulnerable uaa_release build
  • Track access to log indices that historically contained UAA records and require approval for export operations

How to Mitigate CVE-2025-22246

Immediate Actions Required

  • Upgrade UAA to a fixed release as identified in the Cloud Foundry advisory and redeploy affected foundations using an updated cf-deployment manifest
  • Rotate the exposed UAA signing key and any keys with material that may have been written to logs, then re-issue dependent certificates and tokens
  • Purge historical log data containing the leaked key from primary logging systems, backups, and downstream SaaS log platforms

Patch Information

Cloud Foundry has published guidance and a fixed release line through the official advisory. Operators should consult the Cloud Foundry blog post for CVE-2025-22246 to identify the specific patched uaa_release version and align cf-deployment to a compatible revision. Apply the upgrade through standard BOSH deployment procedures and validate that UAA starts cleanly with the rotated keys.

Workarounds

  • Restrict read access to UAA log streams and log aggregation backends to a minimal set of operators until the upgrade is applied
  • Configure log filtering or redaction rules at the log forwarder layer to strip PEM-formatted key blocks before they reach durable storage
  • Reduce log retention for UAA components and disable verbose or debug logging levels that may surface additional sensitive state

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCloudfoundry

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • Cloud Foundry Blog Post
  • Related CVEs
  • CVE-2026-22726: Cloudfoundry Cf-deployment SSRF Vulnerability

  • CVE-2026-22723: Cloudfoundry UAA Auth Bypass Vulnerability
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