CVE-2026-30246

medium

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.

References

https://github.com/gofiber/fiber/security/advisories/GHSA-35hp-hqmv-8qg8

https://github.com/gofiber/fiber/blob/main/middleware/cache/config.go#L90-L92

https://github.com/gofiber/fiber/blob/main/middleware/cache/cache_test.go#L599-L621

Details

Source: Mitre, NVD

Published: 2026-05-05

Updated: 2026-05-12

Risk Information

CVSS v2

Base Score: 6.4

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:N

Severity: Medium

CVSS v3

Base Score: 6.5

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Severity: Medium

EPSS

EPSS: 0.00027