CVE-2023-52079

msgpackr is a fast MessagePack NodeJS/JavaScript implementation. Prior to 1.10.1, when decoding user supplied MessagePack messages, users can trigger stuck threads by crafting messages that keep the decoder stuck in a loop. The fix is available in v1.10.1. 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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:kriszyp:msgpackr:*:*:*:*:*:node.js:*:*

History

04 Jan 2024, 19:24

Type Values Removed Values Added
CPE cpe:2.3:a:kriszyp:msgpackr:*:*:*:*:*:node.js:*:*
Summary
  • (es) msgpackr es una implementación rápida de MessagePack NodeJS/JavaScript. Antes de la versión 1.10.1, al decodificar mensajes MessagePack proporcionados por el usuario, los usuarios podían activar hilos atascados creando mensajes que mantuvieran el decodificador atascado en un bucle. La solución está disponible en v1.10.1. Las explotaciones parecen requerir una clonación estructurada; reemplazar la extensión 0x70 con la suya propia (que arroja un error o hace algo más que una referencia recursiva) debería mitigar el problema.
First Time Kriszyp
Kriszyp msgpackr
References () https://github.com/kriszyp/msgpackr/commit/18f44f8800e2261341cdf489d1ba1e35a0133602 - () https://github.com/kriszyp/msgpackr/commit/18f44f8800e2261341cdf489d1ba1e35a0133602 - Patch
References () https://github.com/kriszyp/msgpackr/security/advisories/GHSA-7hpj-7hhx-2fgx - () https://github.com/kriszyp/msgpackr/security/advisories/GHSA-7hpj-7hhx-2fgx - Vendor Advisory
CVSS v2 : unknown
v3 : 6.8
v2 : unknown
v3 : 6.5

28 Dec 2023, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2023-12-28 16:16

Updated : 2024-01-04 19:24


NVD link : CVE-2023-52079

Mitre link : CVE-2023-52079

CVE.ORG link : CVE-2023-52079


JSON object : View

Products Affected

kriszyp

  • msgpackr
CWE
CWE-674

Uncontrolled Recursion

CWE-754

Improper Check for Unusual or Exceptional Conditions