Untriaged
Activity log
- Created suggestion
Fiber insecurely fallsback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure
Fiber is an Express inspired web framework written in Go. Before 2.52.11, on Go versions prior to 1.24, the underlying crypto/rand implementation can return an error if secure randomness cannot be obtained. Because no error is returned by the Fiber v2 UUID functions, application code may unknowingly rely on predictable, repeated, or low-entropy identifiers in security-critical pathways. This is especially impactful because many Fiber v2 middleware components (session middleware, CSRF, rate limiting, request-ID generation, etc.) default to using utils.UUIDv4(). This vulnerability is fixed in 2.52.11.
References
-
https://github.com/gofiber/fiber/security/advisories/GHSA-68rr-p4fp-j59v x_refsource_CONFIRM
-
https://github.com/gofiber/fiber/releases/tag/v2.52.11 x_refsource_MISC
Affected products
fiber
- ==< 2.52.11
Matching in nixpkgs
pkgs.guile-fibers
Concurrent ML-like concurrency for Guile
pkgs.ocamlPackages.fiber
Structured concurrency library
pkgs.ocamlPackages_latest.fiber
Structured concurrency library
Package maintainers
-
@vyp vyp <elisp.vim@gmail.com>