Impact
A session fixation flaw exists in the CustomAuth authentication path of MISP. When a user authenticates, the system writes the authenticated identity to the current session without rotating the session identifier. The vulnerability is classified as CWE‑384, meaning an attacker can reuse an existing session ID to impersonate another user after they authenticate. This could grant the attacker the victim’s privileges within MISP.
Affected Systems
The flaw affects the MISP platform, specifically the CustomAuth authentication configuration. No specific version range is listed, so any deployment using CustomAuth is potentially impacted until a patch is applied.
Risk and Exploitability
The CVSS score is 7.6, indicating a high risk to confidentiality, integrity, and availability. EPSS data is unavailable and the issue is not listed in the CISA KEV catalog. An attacker must cause a victim to use a known session ID prior to authentication – an action that is plausible via web session cookie manipulation or social engineering. Once authenticated, the attacker can reuse the fixed session ID to hijack the victim’s session and access data or perform actions with the victim’s permissions.
OpenCVE Enrichment