CyberRota Analysis
AI-GeneratedFlowintel versions 3.3.0 and above are vulnerable due to a failure to revoke existing authenticated sessions when a user changes their password, allowing attackers with valid session tokens to maintain access indefinitely. This critical vulnerability poses a significant risk, as it enables unauthorized users to exploit valid sessions even after a password change. Organizations using affected versions should prioritize immediate remediation to prevent potential unauthorized access and data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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