CWE-384Compound

Session Fixation

Incomplete in the CWE catalog · 179 CVEs mapped

179
CVEs mapped
6.5
Median CVSS
What it is

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.

Recent examples
none
CVE-2026-85238

CVE-2026-85238 - UNKNOWN Severity Vulnerability

MISP contains a session fixation vulnerability in the CustomAuth authentication (a custom configuration) flow. When a user was successfully authenticated through CustomAuth, MISP stored the authenticated user identity in the existing session without first rotating the session identifier. As a result, if an attacker can cause a victim to use a session identifier known to the attacker before authentication, that same session identifier remains valid after the victim successfully authenticates. The attacker could subsequently reuse the fixed session identifier to access the victim's authenticated MISP session, potentially gaining the privileges associated with the victim's account. The issue occurs because __customAuthentication() wrote the authenticated user into the existing CakePHP session while the call to Session->renew() had previously been disabled. The patch restores session identifier rotation when a new authentication occurs or when the authenticated user changes, while avoiding unnecessary session renewal on every request.

no explanation yet
0%
epss
7.3cvss
CVE-2026-84652

CVE-2026-84652 - HIGH Severity Vulnerability

In Jenkins 2.579 and earlier, LTS 2.568.2 and earlier, Jenkins does not rotate the session when a user is authenticated via the "remember me" cookie, allowing attackers able to serve content on the same site as Jenkins to set a known session cookie in the victim's browser, which after the victim authenticates via the "remember me" cookie, grants the attacker access to Jenkins as that user.

HIGHno explanation yet
0%
epss
9.9cvss
CVE-2026-18527

CVE-2026-18527 - CRITICAL Severity Vulnerability

IBM Administration Runtime Expert for i 1R1M0 IBM Application Runtime Expert (ARE) for i could allow a remote attacker to gain elevated privileges, caused by ARE GUI component processing. An unauthenticated attacker can exploit this vulnerability to execute actions under another user's authenticated profile gaining elevated privileges on the IBM i system.

CRITICALno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-384
Abstraction
Compound
Structure
Composite
Status
Incomplete
References (2)