CVE-2026-43985
HighCVSS 8.8Summary
Tautulli to narzędzie do monitorowania i śledzenia dla Plex Media Server, które w wersjach przed 2.17.1 naraża endpoint `configUpdate` na zmiany stanu bez wymogu `POST` oraz tokena anty-CSRF. Atakujący może wykorzystać tę lukę, aby zmienić dane logowania administratora.
Risk Assessment
Organizacja może stracić kontrolę nad interfejsem administracyjnym Tautulli, co prowadzi do potencjalnego przejęcia systemu przez nieautoryzowane osoby. To może skutkować wyciekiem danych lub innymi poważnymi incydentami bezpieczeństwa.
Recommendation
Zaleca się aktualizację Tautulli do wersji 2.17.1 lub nowszej, aby załatać tę lukę. Dodatkowo, warto rozważyć wprowadzenie dodatkowych zabezpieczeń, takich jak wymuszenie użycia tokenów CSRF.
Original NVD description (English source)
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.

