Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-41118

CVE-2025-41118: Pyroscope Information Disclosure Flaw

CVE-2025-41118 is an information disclosure vulnerability in Pyroscope that exposes Tencent COS secret keys through the API. This article covers the security risk, affected versions, and mitigation strategies.

Published: April 17, 2026

CVE-2025-41118 Overview

CVE-2025-41118 is a critical information disclosure vulnerability affecting Pyroscope, an open-source continuous profiling database maintained by Grafana. When Pyroscope is configured to use Tencent Cloud Object Storage (COS) as its storage backend, an attacker with direct access to the Pyroscope API can extract the secret_key configuration value. This exposes sensitive cloud storage credentials that could be leveraged for unauthorized access to the underlying Tencent COS resources.

Critical Impact

Successful exploitation allows attackers to extract Tencent COS secret keys via the Pyroscope API, potentially enabling unauthorized access to cloud storage resources, data exfiltration, or further lateral movement within the cloud environment.

Affected Products

  • Pyroscope versions 1.15.x prior to 1.15.2
  • Pyroscope versions 1.16.x prior to 1.16.1
  • All versions of Pyroscope 1.17.x are patched (1.17.0 and above)

Discovery Timeline

  • 2026-04-15 - CVE CVE-2025-41118 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-41118

Vulnerability Analysis

This vulnerability represents a sensitive data exposure issue within Pyroscope's API handling when integrated with Tencent Cloud Object Storage. The flaw allows unauthenticated network-based attackers to retrieve the secret_key configuration parameter through the API without requiring any user interaction or special privileges.

The vulnerability exists in how Pyroscope exposes configuration data through its API endpoints. When Tencent COS is configured as the storage backend, the API inadvertently leaks the secret key credential, which is intended to remain confidential. This type of information disclosure can have cascading effects, as compromised cloud storage credentials may grant attackers access to sensitive profiling data, allow them to modify stored data, or serve as a pivot point for further attacks against the organization's cloud infrastructure.

The exposure requires direct access to the Pyroscope API, emphasizing the importance of proper network segmentation and access controls for database services.

Root Cause

The root cause of CVE-2025-41118 lies in improper handling of sensitive configuration data within Pyroscope's API response generation. The application fails to adequately filter or redact the Tencent COS secret_key from API responses, resulting in credential exposure. This represents a failure in secure configuration management practices, where sensitive authentication credentials should never be exposed through application interfaces.

Attack Vector

The attack vector is network-based, requiring the attacker to have direct access to the Pyroscope API endpoint. The exploitation flow involves:

  1. Attacker identifies a Pyroscope instance configured with Tencent COS storage backend
  2. Attacker sends crafted requests to the Pyroscope API
  3. The API response includes the sensitive secret_key configuration value
  4. Attacker extracts the Tencent COS credentials for unauthorized use

No authentication is required, and the attack can be executed without any user interaction. Organizations exposing Pyroscope APIs to the public internet are at heightened risk. For detailed technical information, refer to the Grafana Security Advisory.

Detection Methods for CVE-2025-41118

Indicators of Compromise

  • Unexpected or anomalous API requests to Pyroscope endpoints, particularly those querying configuration data
  • Unusual access patterns to Tencent COS resources using credentials associated with Pyroscope
  • Authentication events from unfamiliar IP addresses or locations against Tencent COS buckets
  • Audit logs showing configuration endpoint access from external or unauthorized sources

Detection Strategies

  • Monitor Pyroscope API access logs for reconnaissance patterns or high-volume configuration queries
  • Implement alerting on Tencent COS API calls from unexpected geographic locations or IP ranges
  • Deploy network-based detection for unusual traffic patterns to Pyroscope instances
  • Review cloud provider audit logs for credential usage anomalies tied to Pyroscope service accounts

Monitoring Recommendations

  • Enable comprehensive logging on all Pyroscope API endpoints and retain logs for forensic analysis
  • Configure Tencent COS bucket access logging to track credential usage patterns
  • Implement real-time alerting for configuration endpoint access attempts
  • Establish baseline API traffic patterns to detect anomalous behavior

How to Mitigate CVE-2025-41118

Immediate Actions Required

  • Upgrade Pyroscope to patched versions: 1.15.2 or above for 1.15.x, 1.16.1 or above for 1.16.x, or any 1.17.x version
  • Restrict network access to Pyroscope APIs to trusted internal systems only
  • Rotate Tencent COS credentials immediately if exposure is suspected
  • Audit Tencent COS access logs for any unauthorized activity during the exposure window

Patch Information

Grafana has released patched versions addressing this vulnerability:

  • Version 1.15.2 and above for the 1.15.x branch
  • Version 1.16.1 and above for the 1.16.x branch
  • Version 1.17.0 and above for the 1.17.x branch (all versions patched)

Users should upgrade to the appropriate patched version for their deployment branch. See the Grafana Security Advisory for official guidance and download links.

Workarounds

  • Implement network segmentation to ensure Pyroscope APIs are not exposed to the public internet
  • Deploy a reverse proxy or API gateway with authentication in front of Pyroscope instances
  • Use firewall rules to restrict API access to trusted IP ranges only
  • Consider switching to an alternative storage backend until patching can be completed
bash
# Example: Restrict Pyroscope API access using iptables
# Allow only trusted internal network (adjust CIDR as needed)
iptables -A INPUT -p tcp --dport 4040 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 4040 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPyroscope

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Grafana Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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