A buffer overflow was discovered in libxml2 20904-GITv2.9.4-16-g0741801. The function xmlSnprintfElementContent in valid.c is supposed to recursively dump the element content definition into a char buffer 'buf' of size 'size'. The variable len is assigned strlen(buf). If the content->type is XML_ELEMENT_CONTENT_ELEMENT, then (i) the content->prefix is appended to buf (if it actually fits) whereupon (ii) content->name is written to the buffer. However, the check for whether the content->name actually fits also uses 'len' rather than the updated buffer length strlen(buf). This allows us to write about "size" many bytes beyond the allocated memory. This vulnerability causes programs that use libxml2, such as PHP, to crash.
総合評価: CVE-2017-9047 は悪用リスクが高い(75.8/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 3.19%、86 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 2.66% | 3.19% | +0.53% |
| 2 | 2026-04-09 | 2.89% | 2.66% | -0.23% |
| 3 | 2026-04-02 | — | 2.89% | — |
EPSS の全履歴 (全 56 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 7.5 | 3.0 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2017-9047 not yet assigned priority: Debian including 1 source packages (libxml2), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2017-9047 |
gentoo
|
normal | CVE-2017-9047: 1 GLSA(s) (201711-01), 1 atom(s) (dev-libs/libxml2); latest impact normal. | https://bugs.gentoo.org/buglist.cgi?quicksearch=CVE-2017-9047 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2017-9047 |
suse
|
medium | CVE-2017-9047 severity moderate: SUSE including 364 source package names (0.9.1:libxml2-2-2.9.4-39.2, 1.0.0:libxml2-2-2.9.4-39.2, …), 513 product×package rows across 102 product lines (Container caasp/v4/default-http-backend, Container caasp/v4/dnsmasq-nanny, … (102 product lines)): Fixed 310, Known Affected 157, Known Not Affected 46. | https://www.suse.com/security/cve/CVE-2017-9047/ |
ubuntu
|
medium | CVE-2017-9047 medium priority: Ubuntu including 1 source packages (libxml2), 5 status rows across 5 suites (trusty, upstream, xenial, yakkety, zesty): released 4, ignored 1. | https://ubuntu.com/security/CVE-2017-9047 |