Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-m2jr-93w5-4c48

Опубликовано: 27 авг. 2026
Источник: github
Github: Не прошло ревью
CVSS4: 9.1

Описание

Affected versions of Flowintel do not revoke existing authenticated sessions when a user’s password is changed.

This means that if an attacker already possesses a valid session—for example, from prior access or a stolen session token—the victim changing their password does not terminate that attacker’s access. The session remains usable until it expires naturally. The upstream commit describes this directly as:

“session keeps working until it expires.”

The fix detects password changes and explicitly invokes _invalidate_user_sessions(user.id) after the database update. This is applied in both edit_user_core() and admin_edit_user_core().

Version impacted >=3.3.0

Affected versions of Flowintel do not revoke existing authenticated sessions when a user’s password is changed.

This means that if an attacker already possesses a valid session—for example, from prior access or a stolen session token—the victim changing their password does not terminate that attacker’s access. The session remains usable until it expires naturally. The upstream commit describes this directly as:

“session keeps working until it expires.”

The fix detects password changes and explicitly invokes _invalidate_user_sessions(user.id) after the database update. This is applied in both edit_user_core() and admin_edit_user_core().

Version impacted >=3.3.0

EPSS

Процентиль: 26%
0.00329
Низкий

9.1 Critical

CVSS4

Дефекты

CWE-384

Связанные уязвимости

nvd
13 дней назад

Affected versions of Flowintel do not revoke existing authenticated sessions when a user’s password is changed. This means that if an attacker already possesses a valid session—for example, from prior access or a stolen session token—the victim changing their password does not terminate that attacker’s access. The session remains usable until it expires naturally. The upstream commit describes this directly as: “session keeps working until it expires.” The fix detects password changes and explicitly invokes _invalidate_user_sessions(user.id) after the database update. This is applied in both edit_user_core() and admin_edit_user_core(). Version impacted >=3.3.0

EPSS

Процентиль: 26%
0.00329
Низкий

9.1 Critical

CVSS4

Дефекты

CWE-384