Use after free in Linux kernel - CVE-2019-19318
Published: November 28, 2019 / Updated: March 15, 2021
Linux kernel
Detailed vulnerability description
The vulnerability allows a local privileged user to perform a denial of service (DoS) attack.
In the Linux kernel 5.3.11, mounting a crafted btrfs image twice can cause an rwsem_down_write_slowpath use-after-free because (in rwsem_can_spin_on_owner in kernel/locking/rwsem.c) rwsem_owner_flags returns an already freed pointer,