Cyber Resilience

CVE-2026-26069

Critical

Published: 12 February 2026

Published
12 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 9.1 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
EPSS Score 0.0029 21.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-26069 is a critical-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Thecfu Scraparr. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-22 (Publicly Accessible Content) and SC-7 (Boundary Protection).

Deeper analysis

CVE-2026-26069 is an information disclosure vulnerability in Scraparr, a Prometheus exporter for components of the *arr Suite, affecting versions from 3.0.0-beta up to but not including 3.0.2. When the Readarr integration is enabled without an alias configured, the exporter exposes the configured Readarr API key directly as the value of the alias metric label in its Prometheus metrics. This issue, rated at CVSS 3.1 score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N) and linked to CWE-200, only impacts users who have enabled Readarr scraping and left the exporter's /metrics endpoint accessible to external or unauthorized parties.

An attacker can exploit this vulnerability by accessing the publicly exposed /metrics endpoint of the Scraparr exporter over the network with no authentication required. By scraping the metrics data, they can directly extract the Readarr API key from the alias label. If the associated Readarr instance is also externally accessible, possession of this key enables further unauthorized API access to Readarr, potentially allowing data exfiltration, configuration changes, or other administrative actions depending on the key's permissions.

The vulnerability is addressed in Scraparr version 3.0.2, as detailed in the project's security advisory (GHSA-hx24-222f-w5cj), release notes, and the fixing commit (194116bb8fb0b6ea26421b3e7a7b326973f56cd0). Security practitioners should upgrade to 3.0.2 or later, ensure /metrics endpoints are not publicly exposed, configure aliases for integrations, and review access controls for Readarr instances.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Scraparr is a Prometheus Exporter for various components of the *arr Suite. From 3.0.0-beta to before 3.0.2, when the Readarr integration was enabled, the exporter exposed the configured Readarr API key as the alias metric label value. Users were affected…

more

only if all of the following conditions are met, Readarr scraping feature was enabled and no alias configured, the exporter’s /metrics endpoint was accessible to external or unauthorized users, and the Readarr instance is externally accessible. If the /metrics endpoint was publicly accessible, the Readarr API key could have been disclosed via exported metrics data. This vulnerability is fixed in 3.0.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1528 Steal Application Access Token Credential Access
Adversaries can steal application access tokens as a means of acquiring credentials to access remote systems and resources.
Why these techniques?

Vulnerability exposes Readarr API key via unauthenticated access to public /metrics endpoint (T1190), directly enabling credential access via insecure exposure (T1552) and theft of application access token (T1528) for subsequent Readarr abuse.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-62188Shared CWE-200
CVE-2026-32609Shared CWE-200
CVE-2025-68438Shared CWE-200
CVE-2026-25146Shared CWE-200
CVE-2024-56902Shared CWE-200
CVE-2024-48125Shared CWE-200
CVE-2025-55190Shared CWE-200
CVE-2025-26001Shared CWE-200
CVE-2026-4020Shared CWE-200
CVE-2024-26477Shared CWE-200

Affected Assets

thecfu
scraparr
3.0.0 — 3.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the vulnerability by identifying, reporting, and applying the patch in Scraparr 3.0.2 that prevents exposure of the Readarr API key in metrics labels.

prevent

Prevents exploitation by monitoring and controlling access to the vulnerable /metrics endpoint at system boundaries, ensuring it is not accessible to external or unauthorized users.

prevent

Requires review of publicly accessible content such as Prometheus metrics to identify and remediate exposure of sensitive information like the Readarr API key before distribution.

References