6.5
CVE-2026-30246
- EPSS 0.25%
- Veröffentlicht 05.05.2026 13:16:28
- Zuletzt bearbeitet 12.05.2026 13:44:42
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
github.com/gofiber/fiber/v3 cache middleware can mix responses across query parameters
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.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.25% | 0.161 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| security-advisories@github.com | 6.5 | 3.9 | 2.5 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
CWE-436 Interpretation Conflict
Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.
https://github.com/gofiber/fiber/blob/main/middleware/cache/cache_test.go#L599-L621
https://github.com/gofiber/fiber/blob/main/middleware/cache/config.go#L90-L92
https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8