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-7445

CVE-2025-7445: Kubernetes Secrets Disclosure Vulnerability

CVE-2025-7445 is an information disclosure vulnerability in Kubernetes secrets-store-sync-controller that exposes service account tokens in logs. This article covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2025-7445 Overview

CVE-2025-7445 affects the Kubernetes secrets-store-sync-controller in versions before 0.0.2. The controller writes service account tokens into its log output, exposing sensitive authentication material to anyone with log read access. The flaw is categorized as Insertion of Sensitive Information into Log File [CWE-532]. An attacker with local access to logs can retrieve tokens and authenticate to the Kubernetes API as the impersonated service account. The vulnerability requires low privileges and no user interaction, and it impacts confidentiality without affecting integrity or availability.

Critical Impact

Service account tokens written to controller logs can be reused by anyone with log read access to authenticate to the Kubernetes API as the affected workload identity.

Affected Products

  • Kubernetes secrets-store-sync-controller versions prior to 0.0.2
  • Clusters using the Secrets Store CSI ecosystem with the sync controller deployed
  • Workloads relying on service account token projection through the controller

Discovery Timeline

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

Technical Details for CVE-2025-7445

Vulnerability Analysis

The secrets-store-sync-controller synchronizes external secrets into Kubernetes Secret objects. To authenticate to external providers on behalf of workloads, the controller requests projected service account tokens from the API server. In versions prior to 0.0.2, these token values appear in standard controller log output rather than being redacted. Pod logs are typically accessible to cluster operators, log aggregation pipelines, and any principal granted get or list on pods/log in the controller namespace. A local attacker with such access can harvest valid tokens. Because the leaked tokens are bound to workload service accounts, an attacker can reuse them against the Kubernetes API or external secret backends until the tokens expire.

Root Cause

The defect is an information exposure through log files [CWE-532]. The controller logs request or response data containing the token field without scrubbing. Sensitive credentials should be replaced with placeholder values before any structured or unstructured log output is emitted.

Attack Vector

The attack vector is local. An attacker with read access to controller pod logs, the node filesystem under /var/log/pods/, or downstream log storage retrieves the token string. The attacker then presents the token to kube-apiserver as a Bearer credential or uses it against the secrets backend the controller targets. No exploit code is required beyond standard kubectl logs or log query tooling.

Detection Methods for CVE-2025-7445

Indicators of Compromise

  • Controller log entries from secrets-store-sync-controller containing JSON Web Token (JWT) strings matching the pattern eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+
  • Kubernetes audit log entries showing API authentication using a service account token from an unexpected source IP or user agent
  • Access to pods/log for the controller namespace by accounts that do not normally consume those logs

Detection Strategies

  • Scan archived controller logs and SIEM indexes for JWT patterns and correlate matches with the issuing service account iss and sub claims
  • Enable Kubernetes audit logging at Metadata level or higher and alert on service account token use from outside expected pod CIDR ranges
  • Review RBAC bindings granting get/list on pods/log in namespaces hosting the sync controller

Monitoring Recommendations

  • Forward controller logs through a redaction layer that masks Bearer tokens and JWT structures before storage
  • Alert on log volume anomalies from secrets-store-sync-controller pods that may indicate token reissuance loops
  • Track service account token reviews via TokenReview API calls and flag tokens used outside their bound pod lifetime

How to Mitigate CVE-2025-7445

Immediate Actions Required

  • Upgrade the secrets-store-sync-controller deployment to version 0.0.2 or later
  • Rotate any service account tokens potentially exposed by prior controller log output
  • Purge historical log data containing leaked tokens from log aggregation systems and node storage
  • Restrict RBAC permissions on pods/log in the controller namespace to a minimum set of operators

Patch Information

The fix is included in secrets-store-sync-controller version 0.0.2. Refer to the Kubernetes Security Announcement and the upstream GitHub Issue Report for release details and remediation guidance.

Workarounds

  • Lower the controller log verbosity to suppress request and response payloads until the upgrade is applied
  • Apply a log-processing filter at the collector (Fluent Bit, Vector, Logstash) to strip JWT-shaped strings before persistence
  • Shorten projected service account token lifetimes via the expirationSeconds field to limit the window of token reuse
bash
# Configuration example: shorten projected token lifetime and reduce controller verbosity
kubectl -n secrets-store-sync-system set image \
  deployment/secrets-store-sync-controller \
  manager=registry.k8s.io/secrets-store-sync/controller:v0.0.2

kubectl -n secrets-store-sync-system patch deployment secrets-store-sync-controller \
  --type=json -p='[{"op":"replace","path":"/spec/template/spec/containers/0/args",\
  "value":["--v=2","--zap-log-level=info"]}]'

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechKubernetes

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Technical References
  • GitHub Issue Report

  • Kubernetes Security Announcement
  • Related CVEs
  • CVE-2026-27173: Kubernetes Executors Token Exposure Flaw

  • CVE-2025-9708: Kubernetes C# Client Certificate Flaw

  • CVE-2021-25736: Kubernetes Information Disclosure Flaw

  • CVE-2023-2878: Secrets Store CSI Driver Info Disclosure
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