CVE-2019-14842

CRITICAL

libnbd < 1.0.3 - Remote Code Execution via Negative Chunk Offset in Structured Reply

Title source: llm
STIX 2.1

Description

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.

References (2)

Core 2
Core References
Issue Tracking, Third Party Advisory x_refsource_confirm
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14842
Patch, Third Party Advisory x_refsource_misc
https://www.redhat.com/archives/libguestfs/2019-October/msg00060.html

Scores

CVSS v3 9.8
EPSS 0.0185
EPSS Percentile 76.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-681
Status published
Products (1)
redhat/libnbd < 1.0.3
Published Nov 26, 2019
Tracked Since Feb 18, 2026