CVE-2024-38513

Fiber is an Express-inspired web framework written in Go A vulnerability present in versions prior to 2.52.5 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. The issue has been addressed in version 2.52.5. Users are strongly encouraged to upgrade to version 2.52.5 or higher to mitigate this vulnerability. Users who are unable to upgrade immediately can apply the following workarounds to reduce the risk: Either implement additional validation to ensure session IDs are not supplied by the user and are securely generated by the server, or regularly rotate session IDs and enforce strict session expiration policies.
Configurations

Configuration 1 (hide)

cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:*

History

02 Oct 2025, 13:55

Type Values Removed Values Added
First Time Gofiber
Gofiber fiber
References () https://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8 - () https://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8 - Patch
References () https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2v - () https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2v - Vendor Advisory
CPE cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:*

21 Nov 2024, 09:26

Type Values Removed Values Added
References () https://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8 - () https://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8 -
References () https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2v - () https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2v -

02 Jul 2024, 12:09

Type Values Removed Values Added
New CVE

Information

Published : 2024-07-01 19:15

Updated : 2025-10-02 13:55


NVD link : CVE-2024-38513

Mitre link : CVE-2024-38513

CVE.ORG link : CVE-2024-38513


JSON object : View

Products Affected

gofiber

  • fiber
CWE
CWE-384

Session Fixation