CVE-2026-81826
Received Received - Intake

Session Fixation in Flowintel After Password Change

Vulnerability report for CVE-2026-81826, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: CIRCL

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
flowintel flowintel From 3.3.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-613 According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization."
CWE-384 Authenticating a user, or otherwise establishing a new user session, without invalidating any existing session identifier gives an attacker the opportunity to steal authenticated sessions.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows authenticated sessions to remain active even after a user changes their password. Attackers with stolen session tokens can retain access until the session expires naturally, as the system fails to invalidate sessions post-password change.

Detection Guidance

To detect this vulnerability, monitor for active sessions that persist after password changes. Check logs for user sessions that remain valid despite password updates. Review authentication logs for unusual session activity tied to user accounts.

Impact Analysis

If an attacker gains access to a valid session token, they can maintain unauthorized access even after you change your password. This could lead to data breaches, unauthorized actions, or prolonged system compromise until the session expires.

Compliance Impact

This vulnerability may violate data protection requirements under GDPR and HIPAA, which mandate timely revocation of access upon credential changes. Failure to invalidate sessions could result in non-compliance, potential fines, and increased exposure to data breaches.

Mitigation Strategies

Apply the provided patch to invalidate user sessions on password changes. Update affected versions (>=3.3.0) to the patched version. Review and revoke any suspicious active sessions manually if the patch cannot be applied immediately.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81826. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart