CVE-2026-44184 PUBLISHED

Cleanuparr: Reflective CORS combined with trusted-network auth allows cross-origin admin API reads

Assigner: GitHub_M
Reserved: 05.05.2026 Published: 12.05.2026 Updated: 12.05.2026

Cleanuparr is a tool for automating the cleanup of unwanted or blocked files in Sonarr, Radarr, and supported download clients like qBittorrent. Prior to 2.9.10, Cleanuparr's global CORS policy reflects every request Origin and combines it with AllowCredentials(). When DisableAuthForLocalAddresses is enabled, the API also authenticates requests purely by source IP via TrustedNetworkAuthenticationHandler. The combination lets any website that an admin (or any user on a trusted IP) visits read authenticated API responses cross-origin — including the admin's permanent API key. This vulnerability is fixed in 2.9.10.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVSS Score: 8

Product Status

Vendor Cleanuparr
Product Cleanuparr
Versions
  • Version < 2.9.10 is affected

References

Problem Types

  • CWE-346: Origin Validation Error CWE
  • CWE-942: Permissive Cross-domain Policy with Untrusted Domains CWE