Bug 2466737 (CVE-2026-30246) - CVE-2026-30246 github.com/gofiber/fiber/v3: github.com/gofiber/fiber/v3: Information disclosure due to incorrect cache key generation
Summary: CVE-2026-30246 github.com/gofiber/fiber/v3: github.com/gofiber/fiber/v3: Info...
Keywords:
Status: NEW
Alias: CVE-2026-30246
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2484673
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-05 13:01 UTC by OSIDB Bzimport
Modified: 2026-06-04 09:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-05 13:01:37 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.