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.
Conclusion & alert: CVE-2017-9047 is rated High Exploit Risk (75.8/100): CVSS High severity, with medium exploitation likelihood (EPSS 3.19%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 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% | — |
Full EPSS history (56 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 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 |