CVE-2019-15794
CVSS V2 High 7.2
CVSS V3 Medium 6.7
Description
Overlayfs in the Linux kernel and shiftfs, a non-upstream patch to the Linux kernel included in the Ubuntu 5.0 and 5.3 kernel series, both replace vma->vm_file in their mmap handlers. On error the original value is not restored, and the reference is put for the file to which vm_file points. On upstream kernels this is not an issue, as no callers dereference vm_file following after call_mmap() returns an error. However, the aufs patchs change mmap_region() to replace the fput() using a local variable with vma_fput(), which will fput() vm_file, leading to a refcount underflow.
Overview
- CVE ID
- CVE-2019-15794
- Assigner
- security@ubuntu.com
- Vulnerability Status
- Analyzed
- Published Version
- 2020-04-24T00:15:11
- Last Modified Date
- 2020-05-26T15:18:52
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:o:linux:linux_kernel:5.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:o:linux:linux_kernel:5.3:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:* | 1 | OR | ||
cpe:2.3:o:canonical:ubuntu_linux:19.10:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:L/AC:L/Au:N/C:C/I:C/A:C
- Access Vector
- LOCAL
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- COMPLETE
- Integrity Impact
- COMPLETE
- Availability Impact
- COMPLETE
- Base Score
- 7.2
- Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 10
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- LOCAL
- Attack Compatibility
- LOW
- Privileges Required
- HIGH
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 6.7
- Base Severity
- MEDIUM
- Exploitability Score
- 0.8
- Impact Score
- 5.9
References
Reference URL | Reference Tags |
---|---|
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=270d16ae48a4dbf1c7e25e94cc3e38b4bea37635 | Mailing List Patch Third Party Advisory |
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/eoan/commit/?id=ef81780548d20a786cc77ed4203fca146fd81ce3 | Mailing List Patch Third Party Advisory |
https://usn.ubuntu.com/usn/usn-4208-1 | Third Party Advisory |
https://usn.ubuntu.com/usn/usn-4209-1 | Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-15794 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15794 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 17:30:35 | Added to TrackCVE | |||
2022-12-04 15:36:25 | 2020-04-24T00:15Z | 2020-04-24T00:15:11 | CVE Published Date | updated |
2022-12-04 15:36:25 | 2020-05-26T15:18:52 | CVE Modified Date | updated | |
2022-12-04 15:36:25 | Analyzed | Vulnerability Status | updated |