Fiber is a web framework for Go. In github.com/gofiber/fiber/v3 versions through 3.1.0, the default key generator in the cache middleware uses only the request path and does not include the query string. As a result, requests for the same path with different query parameters can share a cache key and receive the wrong cached response. This can cause response mix-up for query-dependent endpoints and may expose data intended for a different request. This issue is fixed after version 3.1.0.
References
| Link | Resource |
|---|---|
| https://github.com/gofiber/fiber/blob/main/middleware/cache/cache_test.go#L599-L621 | Product |
| https://github.com/gofiber/fiber/blob/main/middleware/cache/config.go#L90-L92 | Product |
| https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8 | Exploit Vendor Advisory |
| https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8 | Exploit Vendor Advisory |
Configurations
History
12 May 2026, 13:44
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:gofiber:fiber:*:*:*:*:*:go:*:* | |
| First Time |
Gofiber fiber
Gofiber |
|
| References | () https://github.com/gofiber/fiber/blob/main/middleware/cache/cache_test.go#L599-L621 - Product | |
| References | () https://github.com/gofiber/fiber/blob/main/middleware/cache/config.go#L90-L92 - Product | |
| References | () https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8 - Exploit, Vendor Advisory |
05 May 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8 - |
05 May 2026, 13:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-05 13:16
Updated : 2026-05-12 13:44
NVD link : CVE-2026-30246
Mitre link : CVE-2026-30246
CVE.ORG link : CVE-2026-30246
JSON object : View
Products Affected
gofiber
- fiber
CWE
CWE-436
Interpretation Conflict
