Описание
Weblate Doesn't Invalidate API Token on Password Change
Impact
When a user changes their password, browser sessions are correctly invalidated via cycle_session_keys(), but DRF API tokens (wlu_* prefix) stored in authtoken_token are not revoked.
Patches
Resources
Weblate thanks Sang Yu Jeon for reporting this via GitHub.
Ссылки
- https://github.com/WeblateOrg/weblate/security/advisories/GHSA-6j8j-4qp3-36p2
- https://nvd.nist.gov/vuln/detail/CVE-2026-41519
- https://github.com/WeblateOrg/weblate/pull/19057
- https://github.com/WeblateOrg/weblate/commit/649a2da81700542f95c0807b3c625fc3bb0eaf95
- https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.17.1
Пакеты
Наименование
weblate
pip
Затронутые версииВерсия исправления
< 5.17.1
5.17.1
Связанные уязвимости
CVSS3: 4.2
nvd
3 месяца назад
Weblate is a web based localization tool. Prior to version 5.17.1, when a user changes their password, browser sessions are correctly invalidated via "cycle_session_keys()", but DRF API tokens ("wlu_*" prefix) stored in "authtoken_token" are not revoked. This issue has been patched in version 5.17.1.
CVSS3: 4.2
debian
3 месяца назад
Weblate is a web based localization tool. Prior to version 5.17.1, whe ...