8.8 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): High (H)
Activity log
- Created suggestion
Taultulli has CSRF in /configUpdate via missing anti-CSRF and method restriction that allows admin credential takeover
Tautulli is a Python based monitoring and tracking tool for Plex Media Server. Versions prior to 2.17.1 expose `configUpdate` as a state-changing administrator endpoint, but the route does not enforce `POST` and does not use any anti-CSRF token. In the default form and JWT-based authentication mode, the administrator session cookie is issued with `SameSite=Lax`, which still permits top-level cross-site navigation requests. An attacker can exploit this by luring a logged-in administrator to a malicious page that submits a cross-site request to `/configUpdate` and overwrites the local administrator username and password. The attacker can then sign in directly with the chosen credentials and take over the Tautulli administrative interface. Version 2.17.1 patches the issue.
References
-
https://github.com/Tautulli/Tautulli/security/advisories/GHSA-v622-pmjj-gpx3 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>