CVE-2024-38989: Prototype pollution in izatop bunt
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.67182%
CWE
Published
8/12/2024
Updated
8/13/2024
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@bunt/app | npm | < 0.29.26 | 0.29.26 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the combination of parseFieldName processing proto keys and inject method modifying object prototypes. The patch converted these static methods to instance methods with a null-prototype base object (Object.create(null)) and added prototype pollution tests. The PoC demonstrates pollution through QueryString.inject, and the CWE-1321 classification confirms prototype pollution via uncontrolled property injection.