GHSA-7j2x-32w6-p43p · 深刻度: high · エコシステム: npm — SVG Dimension Capping Bypass via XML Comment Injection in @dicebear/converter ensureSize()
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.
総合評価: CVE-2026-33418 は中リスク(40.6/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.38%、29 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.38% | +0.36% |
| 2 | 2026-05-22 | 0.06% | 0.02% | -0.04% |
| 3 | 2026-03-30 | — | 0.06% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-7j2x-32w6-p43p · 深刻度: high · エコシステム: npm — SVG Dimension Capping Bypass via XML Comment Injection in @dicebear/converter ensureSize()
| URL | タグ |
|---|---|
| https://github.com/dicebear/dicebear/security/advisories/GHSA-7j2x-32w6-p43p | Mitigation Vendor Advisory |