CVE-2026-25882

Summary

Fiber is an Express inspired web framework written in Go. A denial of service vulnerability exists in Fiber v2 and v3 that allows remote attackers to crash the application by sending requests to routes with more than 30 parameters. The vulnerability results from missing validation during route registration combined with an unbounded array write during request matching. Version 2.52.12 patches the issue in the v2 branch and 3.1.0 patches the issue in the v3 branch.

Affected Software

VendorProductVersion RangeStatus
gofiberfiber>= 2.0.0, < 2.52.12affected
gofiberfiber>= 3.0.0, < 3.1.0affected

Weaknesses

  • CWE-129: CWE-129: Improper Validation of Array Index

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: yes
    • Technical Impact: partial

References