CVE-2019-19448
Vulnerability Summary
Timeline
Description
In the Linux kernel 5.0.21 and 5.3.11, mounting a crafted btrfs filesystem image, performing some operations, and then making a syncfs system call can lead to a use-after-free in try_merge_free_space in fs/btrfs/free-space-cache.c because the pointer to a left data structure can be the same as the pointer to a right data structure.
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: 0.78%• Percentile: 74%
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
- canonical•ubuntu_linux
14.04 | 16.04 | 18.04
- debian•debian_linux
9.0
- linux•linux_kernel
≥ 2.6.31, < 4.4.233 | ≥ 4.5.0, < 4.9.233 | ≥ 4.10, < 4.14.194 | ≥ 4.15, < 4.19.141 | ≥ 4.20, < 5.4.60 | ≥ 5.5.0, < 5.7.17 | ≥ 5.8, < 5.8.3
- netapp•a700s_firmware
na
- netapp•active_iq_unified_manager
na
- netapp•aff_8300_firmware
na
- netapp•aff_8700_firmware
na
- netapp•aff_a400_firmware
na
- netapp•cloud_backup
na
- netapp•data_availability_services
na
- netapp•fas_8300_firmware
na
- netapp•fas_8700_firmware
na
- netapp•fas_a400_firmware
na
- netapp•h610s_firmware
na
- netapp•hci_management_node
na
- netapp•solidfire
na
- netapp•solidfire_baseboard_management_controller_firmware
na
- netapp•steelstore_cloud_integrated_storage
na
References (6)
- https://github.com/bobfuzzer/CVE/tree/master/CVE-2019-19448
- https://security.netapp.com/advisory/ntap-20200103-0001/
- https://lists.debian.org/debian-lts-announce/2020/09/msg00025.html
- https://usn.ubuntu.com/4578-1/
- https://lists.debian.org/debian-lts-announce/2020/10/msg00032.html
- https://lists.debian.org/debian-lts-announce/2020/10/msg00034.html