CVE-2019-19447
Vulnerability Summary
Timeline
Description
In the Linux kernel 5.0.21, mounting a crafted ext4 filesystem image, performing some operations, and unmounting can lead to a use-after-free in ext4_put_super in fs/ext4/super.c, related to dump_orphan_list in fs/ext4/super.c.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- v2.0•MEDIUM•Score: 6.8AV:N/AC:M/Au:N/C:P/I:P/A:P
EPSS Trends
Current EPSS score: 1.69%• Percentile: 83%
Techniques & Countermeasures
- CWE-416•Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Affected Systems
- linux•linux_kernel
≥ 2.6.12, < 3.16.82 | ≥ 3.17, < 4.4.208 | ≥ 4.5.0, < 4.9.208 | ≥ 4.10, < 4.14.159 | ≥ 4.15, < 4.19.90 | ≥ 4.20, < 5.3.17 | ≥ 5.4, < 5.4.4
- netapp•active_iq_unified_manager
na
- netapp•cloud_backup
na
- netapp•data_availability_services
na
- netapp•hci_baseboard_management_controller
h610s
- netapp•solidfire_baseboard_management_controller_firmware
na
- netapp•steelstore_cloud_integrated_storage
na
References (6)
- https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19447
- https://security.netapp.com/advisory/ntap-20200103-0001/
- https://lists.debian.org/debian-lts-announce/2020/03/msg00001.html
- http://lists.opensuse.org/opensuse-security-announce/2020-03/msg00021.html
- https://lists.debian.org/debian-lts-announce/2020/06/msg00011.html
- https://lists.debian.org/debian-lts-announce/2020/06/msg00013.html