CVE-2026-27793: CWE-639: Authorization Bypass Through User-Controlled Key in seerr-team seerr
Seerr is an open-source media request and discovery manager for Jellyfin, Plex, and Emby. Prior to version 3.1.0, the `GET /api/v1/user/:id` endpoint returns the full settings object for any user, including Pushover, Pushbullet, and Telegram credentials, to any authenticated requester regardless of their privilege level. This vulnerability can be exploited alone or combined with the reported unauthenticated account creation vulnerability, CVE-2026-27707. When combined, the two vulnerabilities create a zero-prior-access chain that leaks third-party API credentials for all users, including administrators. Version 3.1.0 contains a fix for both this vulnerability and for CVE-2026-27707.
AI Analysis
Technical Summary
Seerr is an open-source media request and discovery manager that integrates with media servers like Jellyfin, Plex, and Emby. Prior to version 3.1.0, the API endpoint GET /api/v1/user/:id returns the complete settings object for any user specified by the ID parameter. Critically, this response includes sensitive third-party API credentials such as those for Pushover, Pushbullet, and Telegram. The vulnerability arises because the endpoint does not enforce proper authorization checks to ensure that the requesting user has the right to access another user's settings. Instead, any authenticated user can retrieve this information for any user ID. This is classified as CWE-639: Authorization Bypass Through User-Controlled Key. Furthermore, when combined with CVE-2026-27707, which allows unauthenticated attackers to create accounts, an attacker can gain authenticated access with a new account and then exploit this authorization bypass to retrieve credentials of all users, including administrators. These credentials could be abused to intercept notifications or perform further attacks. The vulnerability has a CVSS 3.1 base score of 6.5, reflecting high confidentiality impact but no impact on integrity or availability, and requires only low privileges and no user interaction. The issue was addressed in Seerr version 3.1.0 by implementing proper authorization checks and fixing the account creation flaw. No public exploits have been reported, but the vulnerability poses a significant risk to confidentiality if left unpatched.
Potential Impact
The primary impact of this vulnerability is the unauthorized disclosure of sensitive third-party API credentials belonging to all users of the affected Seerr instances. Attackers can leverage these credentials to intercept or manipulate notifications sent via Pushover, Pushbullet, and Telegram, potentially leading to further social engineering or lateral movement. The exposure of administrator credentials is particularly concerning as it could facilitate privilege escalation or compromise of administrative functions. Organizations relying on Seerr for media management risk data leakage and unauthorized access to integrated notification services. Although the vulnerability does not directly affect system integrity or availability, the confidentiality breach can undermine trust and lead to secondary attacks. The combined zero-prior-access exploit chain increases the risk by allowing unauthenticated attackers to gain initial access and then escalate privileges. This threat is especially relevant for organizations with multiple users and administrators using Seerr versions prior to 3.1.0, as well as those integrating with the affected third-party notification services.
Mitigation Recommendations
Organizations should immediately upgrade all Seerr deployments to version 3.1.0 or later, which contains fixes for both CVE-2026-27793 and CVE-2026-27707. Until upgrades are applied, restrict access to the Seerr API endpoints to trusted users and networks to reduce exposure. Conduct an audit of all user accounts and third-party API credentials stored within Seerr to identify potential compromise. Rotate all exposed Pushover, Pushbullet, and Telegram API keys and tokens to invalidate any leaked credentials. Implement network segmentation and monitoring to detect unusual access patterns or API calls indicative of exploitation attempts. Review and tighten authentication and authorization controls around user data access in custom integrations or deployments. Additionally, monitor official Seerr project communications for any further updates or patches. Employ logging and alerting on API access to detect unauthorized attempts to enumerate user data. Finally, educate users and administrators about the risks of credential exposure and encourage prompt reporting of suspicious activity.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Sweden, Norway, Japan, South Korea
CVE-2026-27793: CWE-639: Authorization Bypass Through User-Controlled Key in seerr-team seerr
Description
Seerr is an open-source media request and discovery manager for Jellyfin, Plex, and Emby. Prior to version 3.1.0, the `GET /api/v1/user/:id` endpoint returns the full settings object for any user, including Pushover, Pushbullet, and Telegram credentials, to any authenticated requester regardless of their privilege level. This vulnerability can be exploited alone or combined with the reported unauthenticated account creation vulnerability, CVE-2026-27707. When combined, the two vulnerabilities create a zero-prior-access chain that leaks third-party API credentials for all users, including administrators. Version 3.1.0 contains a fix for both this vulnerability and for CVE-2026-27707.
AI-Powered Analysis
Technical Analysis
Seerr is an open-source media request and discovery manager that integrates with media servers like Jellyfin, Plex, and Emby. Prior to version 3.1.0, the API endpoint GET /api/v1/user/:id returns the complete settings object for any user specified by the ID parameter. Critically, this response includes sensitive third-party API credentials such as those for Pushover, Pushbullet, and Telegram. The vulnerability arises because the endpoint does not enforce proper authorization checks to ensure that the requesting user has the right to access another user's settings. Instead, any authenticated user can retrieve this information for any user ID. This is classified as CWE-639: Authorization Bypass Through User-Controlled Key. Furthermore, when combined with CVE-2026-27707, which allows unauthenticated attackers to create accounts, an attacker can gain authenticated access with a new account and then exploit this authorization bypass to retrieve credentials of all users, including administrators. These credentials could be abused to intercept notifications or perform further attacks. The vulnerability has a CVSS 3.1 base score of 6.5, reflecting high confidentiality impact but no impact on integrity or availability, and requires only low privileges and no user interaction. The issue was addressed in Seerr version 3.1.0 by implementing proper authorization checks and fixing the account creation flaw. No public exploits have been reported, but the vulnerability poses a significant risk to confidentiality if left unpatched.
Potential Impact
The primary impact of this vulnerability is the unauthorized disclosure of sensitive third-party API credentials belonging to all users of the affected Seerr instances. Attackers can leverage these credentials to intercept or manipulate notifications sent via Pushover, Pushbullet, and Telegram, potentially leading to further social engineering or lateral movement. The exposure of administrator credentials is particularly concerning as it could facilitate privilege escalation or compromise of administrative functions. Organizations relying on Seerr for media management risk data leakage and unauthorized access to integrated notification services. Although the vulnerability does not directly affect system integrity or availability, the confidentiality breach can undermine trust and lead to secondary attacks. The combined zero-prior-access exploit chain increases the risk by allowing unauthenticated attackers to gain initial access and then escalate privileges. This threat is especially relevant for organizations with multiple users and administrators using Seerr versions prior to 3.1.0, as well as those integrating with the affected third-party notification services.
Mitigation Recommendations
Organizations should immediately upgrade all Seerr deployments to version 3.1.0 or later, which contains fixes for both CVE-2026-27793 and CVE-2026-27707. Until upgrades are applied, restrict access to the Seerr API endpoints to trusted users and networks to reduce exposure. Conduct an audit of all user accounts and third-party API credentials stored within Seerr to identify potential compromise. Rotate all exposed Pushover, Pushbullet, and Telegram API keys and tokens to invalidate any leaked credentials. Implement network segmentation and monitoring to detect unusual access patterns or API calls indicative of exploitation attempts. Review and tighten authentication and authorization controls around user data access in custom integrations or deployments. Additionally, monitor official Seerr project communications for any further updates or patches. Employ logging and alerting on API access to detect unauthorized attempts to enumerate user data. Finally, educate users and administrators about the risks of credential exposure and encourage prompt reporting of suspicious activity.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-24T02:31:33.265Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a1f6db32ffcdb8a26bc2dd
Added to database: 2/27/2026, 7:56:11 PM
Last enriched: 2/27/2026, 8:13:11 PM
Last updated: 2/28/2026, 6:21:25 AM
Views: 16
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2024-29741: Elevation of privilege in Google Android
HighCVE-2026-28426: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in statamic cms
HighCVE-2025-11252: CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') in Signum Technology Promotion and Training Inc. windesk.fm
CriticalCVE-2026-2647
UnknownCVE-2026-28425: CWE-94: Improper Control of Generation of Code ('Code Injection') in statamic cms
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.