Bug 2368045 (CVE-2025-48075) - CVE-2025-48075 github.com/gofiber/fiber/v2: Panic on Negative Index in Fiber BodyParser
Summary: CVE-2025-48075 github.com/gofiber/fiber/v2: Panic on Negative Index in Fiber ...
Keywords:
Status: NEW
Alias: CVE-2025-48075
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2368060 2368061 2368062 2368063
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-22 18:01 UTC by OSIDB Bzimport
Modified: 2025-05-30 13:04 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-05-22 18:01:30 UTC
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.


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