9.8

CVE-2025-66565

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.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
GofiberUtils SwPlatformgo Version <= 1.2.0
GofiberUtils Version2.0.0 Updatebeta1 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta10 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta11 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta12 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta13 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta14 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta2 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta3 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta4 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta5 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta6 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta7 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta8 SwPlatformgo
GofiberUtils Version2.0.0 Updatebeta9 SwPlatformgo
GofiberUtils Version2.0.0 Updaterc1 SwPlatformgo
GofiberUtils Version2.0.0 Updaterc2 SwPlatformgo
GofiberUtils Version2.0.0 Updaterc3 SwPlatformgo
GofiberUtils Version2.0.0 Updaterc4 SwPlatformgo
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.07% 0.207
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 9.8 3.9 5.9
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
security-advisories@github.com 9.3 0 0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CWE-252 Unchecked Return Value

The product does not check the return value from a method or function, which can prevent it from detecting unexpected states and conditions.

CWE-331 Insufficient Entropy

The product uses an algorithm or scheme that produces insufficient entropy, leaving patterns or clusters of values that are more likely to occur than others.

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

The product uses a Pseudo-Random Number Generator (PRNG) in a security context, but the PRNG's algorithm is not cryptographically strong.