GHSA-36hm-qxxp-pg3m · 深刻度: high · エコシステム: npm — Preact has JSON VNode Injection issue
Preact, a lightweight web development framework, JSON serialization protection to prevent Virtual DOM elements from being constructed from arbitrary JSON. A regression introduced in Preact 10.26.5 caused this protection to be softened. In applications where values from JSON payloads are assumed to be strings and passed unmodified to Preact as children, a specially-crafted JSON payload could be constructed that would be incorrectly treated as a valid VNode. When this chain of failures occurs it can result in HTML injection, which can allow arbitrary script execution if not mitigated by CSP or other means. Applications using affected Preact versions are vulnerable if they meet all of the following conditions: first, pass unmodified, unsanitized values from user-modifiable data sources (APIs, databases, local storage, etc.) directly into the render tree; second assume these values are strings but the data source could return actual JavaScript objects instead of JSON strings; and third, the data source either fails to perform type sanitization AND blindly stores/returns raw objects interchangeably with strings, OR is compromised (e.g., poisoned local storage, filesystem, or database). Versions 10.26.10, 10.27.3, and 10.28.2 patch the issue. The patch versions restore the previous strict equality checks that prevent JSON-parsed objects from being treated as valid VNodes. Other mitigations are available for those who cannot immediately upgrade. Validate input types, cast or validate network data, sanitize external data, and use Content Security Policy (CSP).
総合評価: CVE-2026-22028 は公開エクスプロイトあり(50/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.23%、13 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.23% | +0.17% |
| 2 | 2026-02-19 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-01-13 | — | 0.04% | — |
EPSS の全履歴 (全 4 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.2 | 4.0 | HIGH |
|
— | — | [email protected] |
| 6.1 | 3.1 | MEDIUM |
|
2.8 | 2.7 | [email protected] |
GHSA-36hm-qxxp-pg3m · 深刻度: high · エコシステム: npm — Preact has JSON VNode Injection issue
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2026-22028 unimportant priority: Debian including 1 source packages (node-preact), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2026-22028 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-22028 |
suse
|
high | CVE-2026-22028 severity important: SUSE including 5 source package names (spacewalk-base, spacewalk-base-minimal, spacewalk-base-minimal-config, spacewalk-html, spacewalk-web), 8 product×package rows across 2 product lines (SUSE Manager Proxy LTS 4.3, SUSE Manager Server LTS 4.3): Known Not Affected 8. | https://www.suse.com/security/cve/CVE-2026-22028/ |
ubuntu
|
medium | CVE-2026-22028 medium priority: Ubuntu including 1 source packages (node-preact), 7 status rows across 7 suites (bionic, focal, jammy, noble, plucky, questing, upstream): needs-triage 6, ignored 1. | https://ubuntu.com/security/CVE-2026-22028 |
| URL | タグ |
|---|---|
| https://github.com/preactjs/preact/security/advisories/GHSA-36hm-qxxp-pg3m | Exploit Mitigation Vendor Advisory |