8.9 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): Low (L)
- User Interaction (UI): Required (R)
- Scope (S): Changed (C)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): Low (L)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): Low (L)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Changed (C)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): Low (L)
Activity log
- Created suggestion
Tautulli has stored XSS in logFile via guest-controlled log_js_errors input
Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose `log_js_errors` to any authenticated user, including guest users when guest access is enabled. The endpoint writes attacker-controlled strings directly into the main application log. The administrator-only `logFile` view then reads that log file and embeds it into an HTML response without escaping. This creates a stored cross-site scripting condition where a low-privilege guest can inject HTML or JavaScript into the log file and have it execute in an administrator's browser when the log viewer is opened. Version 2.17.1 patches the issue.
References
-
https://github.com/Tautulli/Tautulli/security/advisories/GHSA-f4j7-pjwc-4jrr x_refsource_CONFIRMexploit
-
https://github.com/Tautulli/Tautulli/releases/tag/v2.17.1 x_refsource_MISC
Affected products
- ==< 2.17.1
Matching in nixpkgs
pkgs.tautulli
Python based monitoring and tracking tool for Plex Media Server
pkgs.python313Packages.pytautulli
Python module to get information from Tautulli
Package maintainers
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>
-
@rhoriguchi Ryan Horiguchi <ryan.horiguchi@gmail.com>