CVE Vulnerabilities

CVE-2019-7350

Session Fixation

Published: Feb 04, 2019 | Modified: Nov 21, 2024
CVSS 3.x
7.3
HIGH
Source:
NVD
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N
CVSS 2.x
4.9 MEDIUM
AV:N/AC:M/Au:S/C:P/I:P/A:N
RedHat/V2
RedHat/V3
Ubuntu
MEDIUM

Session fixation exists in ZoneMinder through 1.32.3, as an attacker can fixate his own session cookies to the next logged-in user, thereby hijacking the victims account. This occurs because a set of multiple cookies (between 3 and 5) is being generated when a user successfully logs in, and these sets overlap for successive logins.

Weakness

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.

Affected Software

Name Vendor Start Version End Version
Zoneminder Zoneminder * 1.32.3 (including)
Zoneminder Ubuntu cosmic *
Zoneminder Ubuntu devel *
Zoneminder Ubuntu disco *
Zoneminder Ubuntu eoan *
Zoneminder Ubuntu esm-apps/focal *
Zoneminder Ubuntu esm-apps/jammy *
Zoneminder Ubuntu esm-apps/noble *
Zoneminder Ubuntu esm-apps/xenial *
Zoneminder Ubuntu focal *
Zoneminder Ubuntu groovy *
Zoneminder Ubuntu hirsute *
Zoneminder Ubuntu impish *
Zoneminder Ubuntu jammy *
Zoneminder Ubuntu kinetic *
Zoneminder Ubuntu lunar *
Zoneminder Ubuntu mantic *
Zoneminder Ubuntu noble *
Zoneminder Ubuntu oracular *
Zoneminder Ubuntu plucky *
Zoneminder Ubuntu trusty *
Zoneminder Ubuntu upstream *
Zoneminder Ubuntu xenial *

Extended Description

Such a scenario is commonly observed when:

In the generic exploit of session fixation vulnerabilities, an attacker creates a new session on a web application and records the associated session identifier. The attacker then causes the victim to associate, and possibly authenticate, against the server using that session identifier, giving the attacker access to the user’s account through the active session.

Potential Mitigations

References