CVE-2026-30246

CVE-2026-30246 is a medium-severity vulnerability in Gofiber Fiber with a CVSS 3.x base score of 6.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-436.

Key facts

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.

Frequently asked questions

What is CVE-2026-30246?
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.
How severe is CVE-2026-30246?
CVE-2026-30246 has a CVSS 3.x base score of 6.5, rated medium severity. It is exploitable over network with low attack complexity, requires no privileges and no user interaction. Impact on confidentiality is low, integrity low, and availability none.
Is CVE-2026-30246 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (16th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2026-30246?
CVE-2026-30246 affects Gofiber Fiber. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2026-30246?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2026-30246 have an EU (EUVD) identifier?
Yes. CVE-2026-30246 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-27313.
When was CVE-2026-30246 published?
CVE-2026-30246 was published on 2026-05-05 and last updated on 2026-06-17.

References

Affected products (1)

More vulnerabilities in Gofiber Fiber

All CVEs affecting Gofiber Fiber →

Other CWE-436 vulnerabilities

Browse all CWE-436 vulnerabilities →