Structured reply is a feature of the newstyle NBD protocol allowing the server to send a reply in chunks. A bounds check which was supposed to test for chunk offsets smaller than the beginning of the request did not work because of signed/unsigned confusion. If one of these chunks contains a negative offset then data under control of the server is written to memory before the read buffer supplied by the client. If the read buffer is located on the stack then this allows the stack return address from nbd_pread() to be trivially modified, allowing arbitrary code execution under the control of the server. If the buffer is located on the heap then other memory objects before the buffer can be overwritten, which again would usually lead to arbitrary code execution.
Conclusion & alert: CVE-2019-14842 is rated High Risk (67.5/100): CVSS Critical severity, with medium exploitation likelihood (EPSS 1.85%). Core evidence: EPSS rose +1.63% over the last day, indicating growing attacker interest. Mandatory action: High exploitation likelihood—assess exposure and prioritize remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
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 | 0.22% | 1.85% | +1.63% |
| 2 | 2025-11-21 | 0.80% | 0.22% | -0.58% |
| 3 | 2025-11-18 | — | 0.80% | — |
Full EPSS history (18 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 7.3 | 3.0 | HIGH |
|
3.9 | 3.4 | [email protected] |
| 7.5 | 2.0 | HIGH |
|
10.0 | 6.4 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2019-14842 not yet assigned priority: Debian including 1 source packages (libnbd), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2019-14842 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2019-14842 |
ubuntu
|
medium | CVE-2019-14842 medium priority: Ubuntu including 1 source packages (libnbd), 6 status rows across 6 suites (bionic, disco, eoan, trusty, upstream, xenial): DNE 5, released 1. | https://ubuntu.com/security/CVE-2019-14842 |
| URL | Tags |
|---|---|
| https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14842 | Issue Tracking Third Party Advisory |
| https://www.redhat.com/archives/libguestfs/2019-October/msg00060.html | Patch Third Party Advisory |