CVE-2024-38513
published 2024-07-01CVE-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…
PriorityP355critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EPSS
0.69%
48.0th percentile
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.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| github.com | gofiber_fiber | >= 0 < 2.52.5 | 2.52.5 |
| github.com | gofiber_fiber_v2 | >= 0 < 2.52.5 | 2.52.5 |
| github.com | gofiber_fiber_v2_middleware_session | >= 0 < 2.52.5 | 2.52.5 |
| gofiber | fiber | < 2.52.5 | 2.52.5 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber
osv·2024-07-02
CVE-2024-38513 Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber
Session Middleware Token Injection Vulnerability in github.com/gofiber/fiber
OSV
Session Middleware Token Injection Vulnerability
osv·2024-07-01
CVE-2024-38513 [CRITICAL] Session Middleware Token Injection Vulnerability
Session Middleware Token Injection Vulnerability
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
GHSA
Session Middleware Token Injection Vulnerability
ghsa·2024-07-01
CVE-2024-38513 [CRITICAL] CWE-384 Session Middleware Token Injection Vulnerability
Session Middleware Token Injection Vulnerability
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
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2vhttps://github.com/gofiber/fiber/commit/66a881441b27322a331f1b526cf1eb6b3358a4d8https://github.com/gofiber/fiber/security/advisories/GHSA-98j2-3j3p-fw2v
2024-07-01
Published