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-2026-26069

CVE-2026-26069: Scraparr Information Disclosure Flaw

CVE-2026-26069 is an information disclosure vulnerability in Scraparr that exposes Readarr API keys through metrics endpoints. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-26069 Overview

CVE-2026-26069 is an Information Exposure vulnerability affecting Scraparr, a Prometheus Exporter for various components of the *arr Suite. From version 3.0.0-beta to versions prior to 3.0.2, when the Readarr integration was enabled without a configured alias, the exporter exposed the configured Readarr API key as the alias metric label value. This sensitive data disclosure occurs through the publicly accessible /metrics endpoint, potentially allowing unauthorized users to obtain API credentials.

Critical Impact

Exposed Readarr API keys could allow attackers to gain unauthorized access to Readarr instances, potentially leading to data manipulation, configuration changes, or further lateral movement within connected systems.

Affected Products

  • Scraparr versions 3.0.0-beta through 3.0.1
  • Installations with Readarr scraping feature enabled without a configured alias
  • Deployments where the /metrics endpoint is accessible to external or unauthorized users

Discovery Timeline

  • February 12, 2026 - CVE-2026-26069 published to NVD
  • February 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26069

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw exists in Scraparr's Readarr integration module, where the application improperly handles API key values when no custom alias is configured for the Readarr connection. Instead of using a sanitized identifier, the exporter defaults to using the raw API key as the metric label value, which is then exposed through Prometheus metrics data.

The exposure requires a specific combination of conditions: the Readarr scraping feature must be enabled, no alias must be configured for the integration, and the /metrics endpoint must be accessible to unauthorized users. When these conditions are met, any party with access to the metrics endpoint can extract the Readarr API key from the exported data.

Root Cause

The root cause of this vulnerability stems from improper default handling of the alias configuration parameter. When users enable Readarr integration without specifying a custom alias, the application falls back to using the API key as the identifier in metric labels. This design oversight results in sensitive credential information being serialized into Prometheus metrics output, which is inherently designed for broad consumption by monitoring systems.

Attack Vector

The attack vector for CVE-2026-26069 is network-based and requires no authentication or user interaction. An attacker with network access to the Scraparr /metrics endpoint can passively observe the exported metrics data to extract the Readarr API key. The attack flow proceeds as follows:

  1. The attacker identifies a Scraparr instance with an exposed /metrics endpoint
  2. A simple HTTP GET request to the endpoint returns all exported metrics
  3. The attacker parses the metrics data to locate Readarr-related labels
  4. The API key is extracted from the alias label value
  5. With the API key, the attacker can authenticate to the associated Readarr instance

The vulnerability mechanism involves the metrics export functionality. When generating Prometheus-compatible metrics, the application constructs label key-value pairs that identify the data source. For technical details on the specific code changes addressing this issue, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-26069

Indicators of Compromise

  • Unusual access patterns to the /metrics endpoint from external IP addresses
  • API authentication attempts to Readarr instances from unauthorized sources
  • Unexpected configuration changes or data modifications in Readarr
  • Network traffic analysis showing metric scraping from non-monitoring infrastructure

Detection Strategies

  • Review web server access logs for requests to the /metrics endpoint from unauthorized sources
  • Audit Readarr API access logs for authentication from unexpected IP addresses or user agents
  • Implement network monitoring to detect external access attempts to monitoring endpoints
  • Check Scraparr configuration to verify whether an alias is configured for Readarr integration

Monitoring Recommendations

  • Deploy alerting for external access attempts to internal monitoring endpoints
  • Enable verbose logging on Readarr instances to track API key usage
  • Implement network segmentation monitoring between monitoring infrastructure and external networks
  • Regularly audit exposed endpoints and their authentication requirements

How to Mitigate CVE-2026-26069

Immediate Actions Required

  • Upgrade Scraparr to version 3.0.2 or later immediately
  • Rotate the Readarr API key if the /metrics endpoint was publicly accessible
  • Configure a custom alias for all Readarr integrations to prevent key exposure
  • Restrict network access to the /metrics endpoint to authorized monitoring systems only

Patch Information

The vulnerability is fixed in Scraparr version 3.0.2. The patch ensures that API keys are never used as metric label values, regardless of alias configuration. Users should upgrade to this version immediately using their preferred installation method. The fix can be verified by reviewing the commit update and downloading the patched release from the v3.0.2 release page.

Workarounds

  • Configure a custom alias for all Readarr integrations to prevent API key exposure in metrics
  • Implement network-level access controls to restrict /metrics endpoint access to internal monitoring systems only
  • Use a reverse proxy with authentication to protect the metrics endpoint from unauthorized access
  • Disable Readarr integration temporarily until the upgrade can be performed
bash
# Example: Restrict metrics endpoint access using firewall rules
# Allow only internal monitoring server (replace with your Prometheus IP)
iptables -A INPUT -p tcp --dport 9090 -s 10.0.0.100 -j ACCEPT
iptables -A INPUT -p tcp --dport 9090 -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/TechScraparr

  • SeverityCRITICAL

  • CVSS Score9.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Update

  • GitHub Release v3.0.2

  • GitHub Security Advisory GHSA-hx24-222f-w5cj
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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