CVE-2019-14842
CVSS V2 High 7.5
CVSS V3 Critical 9.8
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.
Overview
- CVE ID
- CVE-2019-14842
- Assigner
- secalert@redhat.com
- Vulnerability Status
- Analyzed
- Published Version
- 2019-11-26T16:15:11
- Last Modified Date
- 2022-11-30T21:52:27
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:redhat:libnbd:*:*:*:*:*:*:*:* | 1 | OR | 1.0.3 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 7.5
- Severity
- HIGH
- Exploitability Score
- 10
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 9.8
- Base Severity
- CRITICAL
- Exploitability Score
- 3.9
- Impact Score
- 5.9
References
Reference URL | Reference 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 |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-14842 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14842 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:31:15 | Added to TrackCVE | |||
2022-12-04 07:04:56 | 2019-11-26T16:15Z | 2019-11-26T16:15:11 | CVE Published Date | updated |
2022-12-04 07:04:56 | 2022-11-30T21:52:27 | CVE Modified Date | updated | |
2022-12-04 07:04:56 | Analyzed | Vulnerability Status | updated |