Bug 2451846 (CVE-2026-32285)

Summary: CVE-2026-32285 github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security DevOps Team <prodsec-dev>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: agarcial, alcohan, anjoseph, aoconnor, asegurap, dschmidt, eglynn, erezende, gparvin, jbalunas, jburrell, jcantril, jjoyce, jlanda, jprabhak, jschluet, jsherril, kaycoth, kshier, lhh, mburns, mgarciac, mwringe, pahickey, rhaigner, rojacob, simaishi, smcdonal, stcannon, teagle, wtam, yguenane
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A flaw was found in github.com/buger/jsonparser. The Delete function, when processing malformed JSON input, fails to properly validate offsets. This vulnerability can lead to a negative slice index and a runtime panic, allowing a remote attacker to cause a denial of service (DoS) by providing specially crafted JSON data.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2452365, 2452366, 2452367, 2452368, 2452369, 2452370, 2452371, 2452372, 2452373, 2452374, 2452375, 2452376, 2452377, 2452364, 2452378    
Bug Blocks:    

Description OSIDB Bzimport 2026-03-26 20:02:19 UTC
The Delete function fails to properly validate offsets when processing malformed JSON input. This can lead to a negative slice index and a runtime panic, allowing a denial of service attack.