logo

CVE-2023-52079 msgpackr

Package

Manager: npm
Name: msgpackr
Vulnerable Version: >=0 <1.10.1

Severity

Level: High

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

CVSS v4.0: 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

EPSS: 0.00336 pctl0.55849

Details

msgpackr's conversion of property names to strings can trigger infinite recursion ### Impact When decoding user supplied MessagePack messages, users can trigger stuck threads by crafting messages that keep the decoder stuck in a loop. ### Patches The fix is available in v1.10.1 ### Workarounds Exploits seem to require structured cloning, replacing the 0x70 extension with your own (that throws an error or does something other than recursive referencing) should mitigate the issue. ### References

Metadata

Created: 2023-12-28T21:16:20Z
Modified: 2024-01-10T18:34:21Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/12/GHSA-7hpj-7hhx-2fgx/GHSA-7hpj-7hhx-2fgx.json
CWE IDs: ["CWE-674"]
Alternative ID: GHSA-7hpj-7hhx-2fgx
Finding: F067
Auto approve: 1