CVE-2026-33418

DiceBear is an avatar library for designers and developers. Prior to version 9.4.2, the `ensureSize()` function in `@dicebear/converter` used a regex-based approach to rewrite SVG `width`/`height` attributes, capping them at 2048px to prevent denial of service. This size capping could be bypassed by crafting SVG input that causes the regex to match a non-functional occurrence of `<svg` before the actual SVG root element. When the SVG is subsequently rendered via `@resvg/resvg-js` on the Node.js code path, it renders at the attacker-specified dimensions, potentially causing out-of-memory crashes. In version 9.4.2, the regex-based approach has been replaced with XML-aware processing using `fast-xml-parser` to correctly identify and modify the SVG root element's attributes. Additionally, a `fitTo` constraint has been added to the `renderAsync` call as defense-in-depth, ensuring the rendered output is always bounded regardless of SVG content.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:dicebear:dicebear:*:*:*:*:*:*:*:*

History

17 Jun 2026, 10:37

Type Values Removed Values Added
Summary
  • (es) DiceBear es una biblioteca de avatares para diseñadores y desarrolladores. Antes de la versión 9.4.2, la función `ensureSize()` en `@dicebear/converter` utilizaba un enfoque basado en expresiones regulares para reescribir los atributos SVG `width`/`height`, limitándolos a 2048px para prevenir la denegación de servicio. Esta limitación de tamaño podía ser eludida creando una entrada SVG que causara que la expresión regular coincidiera con una ocurrencia no funcional de `

24 Mar 2026, 19:19

Type Values Removed Values Added
First Time Dicebear dicebear
Dicebear
CPE cpe:2.3:a:dicebear:dicebear:*:*:*:*:*:*:*:*
References () https://github.com/dicebear/dicebear/security/advisories/GHSA-7j2x-32w6-p43p - () https://github.com/dicebear/dicebear/security/advisories/GHSA-7j2x-32w6-p43p - Mitigation, Vendor Advisory

24 Mar 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-24 14:16

Updated : 2026-06-17 10:37


NVD link : CVE-2026-33418

Mitre link : CVE-2026-33418

CVE.ORG link : CVE-2026-33418


JSON object : View

Products Affected

dicebear

  • dicebear
CWE
CWE-185

Incorrect Regular Expression