CVE-2026-30246 — Fiber is a web framework for Go. In
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 sha
What This Means For You
- If your environment is affected by CWE-436, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-30246 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
1 rule · 6 SIEM formats1 detection rule auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-30246 - Fiber Cache Middleware Response Mix-up
title: CVE-2026-30246 - Fiber Cache Middleware Response Mix-up
id: scw-2026-05-05-ai-1
status: experimental
level: medium
description: |
This rule detects potential exploitation of CVE-2026-30246 in the Fiber web framework. The vulnerability arises when the cache middleware uses only the request path and not the query string for cache keys. This rule specifically looks for requests to the root path ('/') with query parameters, which could lead to response mix-ups if an attacker crafts requests to receive cached data intended for a different query string. This is a direct indicator of the cache poisoning vulnerability.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-30246/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri:
- '/'
cs-uri-query:
- '?param1=value1¶m2=value2'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-30246 | vulnerability | CVE-2026-30246 |
| CWE-436 | weakness | CWE-436 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 16:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.