CVE 6.5 MEDIUM

github.com/gofiber/fiber/v3 cache middleware can mix responses across query parameters_CVE-2026-30246

6.5 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

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.

Basic Information

ID CVE-2026-30246
Source GitHub_M
Published May 5, 2026 at 12:40

Affected Product

Vendor gofiber
Product fiber
Version >= v3.0.0-beta.2, < 3.1.0
Affected Versions gofiber fiber >= v3.0.0-beta.2, < 3.1.0

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.