CVE-2024-57082:
@rpldy/uploader prototype pollution
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.17625%
CWE
Published
2/6/2025
Updated
2/21/2025
KEV Status
No
Technology
JavaScript
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
@rpldy/uploader | npm | < 1.9.1 | 1.9.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper input sanitization in object manipulation utilities used by createUploader. The commit shows fixes in merge.js (added 'proto' filtering), isPlainObject.js (added prototype checks), and new prototype pollution tests. Since createUploader consumes user configuration through these utilities, all these functions were vulnerable entry points. The high confidence comes from explicit prototype pollution tests added in the commit and CWE-1321 alignment.