CVE-2026-44332 Details
Description
Fiber is an Express inspired web framework written in Go. Prior to 3.3.0, the default Authorizer function in the BasicAuth middleware in middleware/basicauth/config.go uses short-circuit evaluation that skips password hash comparison for non-existent usernames, enabling reliable remote username enumeration through response timing differences. This issue is fixed in version 3.3.0.
A vulnerability in the GoFiber web framework's BasicAuth middleware prior to version 3.3.0 allows for remote username enumeration. The default Authorizer function uses short-circuit evaluation, skipping password hash comparisons for non-existent usernames. This creates a timing discrepancy that can be exploited to determine valid usernames. The issue arises because, for valid usernames, the password verification process takes significantly longer than for invalid ones, enabling attackers to infer the existence of usernames based on response times.
Users can upgrade to GoFiber version 3.3.0 or later, where this vulnerability has been fixed. The updated version ensures that the Authorizer function always performs a dummy password verification for unknown usernames, eliminating the timing discrepancy that allowed for username enumeration.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/gofiber/fiber/commit/c7ac00edd19f9669b1aebbec6e229658baaa059e | [email protected] | Patch |
| https://github.com/gofiber/fiber/pull/4245 | [email protected] | Issue TrackingPatch |
| https://github.com/gofiber/fiber/releases/tag/v3.3.0 | [email protected] | Release Notes |
| https://github.com/gofiber/fiber/security/advisories/GHSA-g5vh-55hw-rxm8 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-203 | Observable Discrepancy | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| gofiber fiber | < 3.3.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 15, 2026 | Initial Analysis | [email protected] |
| Jul 9, 2026 | CVE Modified | CISA-ADP |
| Jul 8, 2026 | New CVE Received | [email protected] |