CVE-2026-30246
MEDIUM EPSS 16.3%
Published May 5, 20261mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published May 5, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability None
Threat Intelligence
EPSS Exploit Probability
16.3% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-436
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| gofiber | fiber | * | ≤3.1.0 |
References 3
- github.com https://github.com/gofiber/fiber/blob/main/middleware/cache/cache_test.go#L599-L621
- github.com https://github.com/gofiber/fiber/blob/main/middleware/cache/config.go#L90-L92
- github.com https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.