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 invalidateusersessions(user.id) after the database update. This is applied in both editusercore() and admineditusercore().
Version impacted >=3.3.0
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81826.json",
"cwe_ids": [
"CWE-384",
"CWE-613"
],
"cna_assigner": "CIRCL"
}