CVE-2025-48075

HIGH EPSS 35.2%
Published May 22, 20251y ago · Modified Jun 17, 20262w ago
7.7 CVSS 4.0
High
Find Similar
Published May 22, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

Fiber is an Express-inspired web framework written in Go. Starting in version 2.52.6 and prior to version 2.52.7, `fiber.Ctx.BodyParser` can map flat data to nested slices using `key[idx]value` syntax, but when idx is negative, it causes a panic instead of returning an error stating it cannot process the data. Since this data is user-provided, this could lead to denial of service for anyone relying on this `fiber.Ctx.BodyParser` functionality. Version 2.52.7 fixes the issue.

CVSS Details

Base Score
7.7
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
35.2% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-129

Affected Products 1

VendorProductVersionRange
gofiberfiber*≥2.0.0  –  <2.52.7

References 2

  • github.com https://github.com/gofiber/fiber/commit/e115c08b8f059a4a031b492aa9eef0712411853d
    Patch
  • github.com https://github.com/gofiber/fiber/security/advisories/GHSA-hg3g-gphw-5hhm
    ExploitVendor Advisory

Remediation

  • github.com https://github.com/gofiber/fiber/commit/e115c08b8f059a4a031b492aa9eef0712411853d
    Patch