A session fixation vulnerability in Bludit allows an attacker to bypass the server's authentication if they can trick an administrator or any other user into authorizing a session ID of their choosing.
Advisories
Source ID Title
EUVD EUVD EUVD-2024-21970 A session fixation vulnerability in Bludit allows an attacker to bypass the server's authentication if they can trick an administrator or any other user into authorizing a session ID of their choosing.
Fixes

Solution

See OWASP Session Management Cheatsheet: The session ID must be renewed or regenerated by the web application after any privilege level change within the associated user session. The most common scenario where the session ID regeneration is mandatory is during the authentication process, as the privilege level of the user changes from the unauthenticated (or anonymous) state to the authenticated state though in some cases still not yet the authorized state. Common scenarios to consider include; password changes, permission changes, or switching from a regular user role to an administrator role within the web application. For all sensitive pages of the web application, any previous session IDs must be ignored, only the current session ID must be assigned to every new request received for the protected resource, and the old or previous session ID must be destroyed.


Workaround

No workaround given by the vendor.

History

No history.

cve-icon MITRE

Status: PUBLISHED

Assigner: NCSC.ch

Published:

Updated: 2024-08-01T23:19:52.951Z

Reserved: 2024-01-25T14:02:00.526Z

Link: CVE-2024-24552

cve-icon Vulnrichment

Updated: 2024-06-24T14:03:37.240Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2024-06-24T07:15:14.903

Modified: 2024-11-21T08:59:24.080

Link: CVE-2024-24552

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

No data.