Skip to content

Session Middleware Token Injection Vulnerability

Critical severity GitHub Reviewed Published Jun 30, 2024 in gofiber/fiber • Updated Jul 5, 2024

Package

gomod github.com/gofiber/fiber (Go)

Affected versions

<= 2.52.4

Patched versions

2.52.5
gomod github.com/gofiber/fiber/v2 (Go)
<= 2.52.4
2.52.5
gomod github.com/gofiber/fiber/v2/middleware/session (Go)
<= 2.52.4
2.52.5

Description

A security vulnerability has been identified in the Fiber session middleware where a user can supply their own session_id value, leading to the creation of a session with that key.

Impact

The identified vulnerability is a session middleware issue in GoFiber versions 2 and above. This vulnerability allows users to supply their own session_id value, resulting in the creation of a session with that key. If a website relies on the mere presence of a session for security purposes, this can lead to significant security risks, including unauthorized access and session fixation attacks. All users utilizing GoFiber's session middleware in the affected versions are impacted.

Patches

The issue has been addressed in the latest patch. Users are strongly encouraged to upgrade to version 2.52.5 or higher to mitigate this vulnerability.

Workarounds

Users who are unable to upgrade immediately can apply the following workarounds to reduce the risk:

  1. Validate Session IDs: Implement additional validation to ensure session IDs are not supplied by the user and are securely generated by the server.
  2. Session Management: Regularly rotate session IDs and enforce strict session expiration policies.

References

For more information on session best practices:

Users are encouraged to review these references and take immediate action to secure their applications.

References

@ReneWerner87 ReneWerner87 published to gofiber/fiber Jun 30, 2024
Published by the National Vulnerability Database Jul 1, 2024
Published to the GitHub Advisory Database Jul 1, 2024
Reviewed Jul 1, 2024
Last updated Jul 5, 2024

Severity

Critical
10.0
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Weaknesses

CVE ID

CVE-2024-38513

GHSA ID

GHSA-98j2-3j3p-fw2v

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.