Vulnerability Report: GO-2023-2116
- CVE-2023-45141, GHSA-mv73-f69x-444p
- Affects: github.com/gofiber/fiber/v2
- Published: Oct 24, 2023
- Modified: May 20, 2024
A cross-site request forgery vulnerability can allow an attacker to obtain tokens and forge malicious requests on behalf of a user. This can lead to unauthorized actions being taken on the user's behalf, potentially compromising the security and integrity of the application. The vulnerability is caused by improper validation and enforcement of CSRF tokens within the application. The CSRF token is validated against tokens in storage but was is not tied to the original requestor that generated it, allowing for token reuse.
For detailed information about this vulnerability, visit https://github.com/gofiber/fiber/security/advisories/GHSA-mv73-f69x-444p.
Affected Packages
-
PathGo VersionsSymbols
-
before v2.50.0
6 affected symbols
Aliases
References
- https://github.com/gofiber/fiber/security/advisories/GHSA-mv73-f69x-444p
- https://github.com/gofiber/fiber/commit/8c3916dbf4ad2ed427d02c6eb63ae8b2fa8f019a
- https://github.com/gofiber/fiber/commit/b50d91d58ecdff2a330bf07950244b6c4caf65b1
- https://vuln.go.dev/ID/GO-2023-2116.json
Feedback
See anything missing or incorrect?
Suggest an edit to this report.