CVE 9.2 CRITICAL

Fiber insecurely fallsback in utils.UUIDv4() / utils.UUID() — predictable / zero‑UUID on crypto/rand failure_CVE-2025-66630

9.2 / 10
CRITICAL
CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

Description

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.

AI Analysis

Fiber v2 UUID functions may return predictable, repeated, or low-entropy identifiers due to insecure fallback on crypto/rand failure

Basic Information

ID CVE-2025-66630
Source GitHub_M
Published Feb 9, 2026 at 18:04

Affected Product

Vendor gofiber
Product fiber
Version < 2.52.11
Affected Versions gofiber fiber < 2.52.11

CWE Classification

AI Assessment

AI Score 9.2 / 10
AI Severity CRITICAL
Vendor gofiber
Product Fiber
Version < 2.52.11

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.