CVE-2026-28505
HIGH EPSS 37.6%
Published Mar 30, 20263mo ago · Modified Jun 17, 20262w ago
7.5 CVSS 4.0
Published Mar 30, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
Description
Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Prior to version 2.17.0, the str_eval() function in notification_handler.py implements a sandboxed eval() for notification text templates. The sandbox attempts to restrict callable names by inspecting code.co_names of the compiled code object. However, co_names only contains names from the outer code object. When a lambda expression is used, it creates a nested code object whose attribute accesses are stored in code.co_consts, NOT in code.co_names. The sandbox never inspects nested code objects. This issue has been patched in version 2.17.0.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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 Attack Vector Network
Attack Complexity High
Privileges Required High
User Interaction None
Scope X
Threat Intelligence
EPSS Exploit Probability
37.6% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 2
CWE-94 Improper Control of Generation of Code (Code Injection) Injection
CWE-95
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| tautulli | tautulli | * | <2.17.0 |
References 2
- github.com https://github.com/Tautulli/Tautulli/releases/tag/v2.17.0
- github.com https://github.com/Tautulli/Tautulli/security/advisories/GHSA-m62j-gwm9-7p8m
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.