icon

We found results for “

CVE-2025-66565

Good to know:

icon
icon

Date: December 9, 2025

Fiber Utils is a collection of common functions created for Fiber. In versions 2.0.0-rc.3 and below, when the system's cryptographic random number generator (crypto/rand) fails, both functions silently fall back to returning predictable UUID values, including the zero UUID "00000000-0000-0000-0000-000000000000". The vulnerability occurs through two related but distinct failure paths, both ultimately caused by crypto/rand.Read() failures, compromising the security of all Fiber applications using these functions for security-critical operations. This issue is fixed in version 2.0.0-rc.4.

Severity Score

Severity Score

Weakness Type (CWE)

Insufficient Entropy

CWE-331

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

CWE-338

Unchecked Return Value

CWE-252

Top Fix

icon

Upgrade Version

Upgrade to version github.com/gofiber/utils/v2 - v2.0.0-rc.4;github.com/gofiber/utils - v1.2.0;https://github.com/gofiber/utils.git - v2.0.0-rc.4

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): NONE
Scope (S): UNCHANGED
Confidentiality (C): HIGH
Integrity (I): HIGH
Availability (A): HIGH

Do you need more information?

Contact Us