cve/2019/CVE-2019-19318.md
2024-06-18 02:51:15 +02:00

748 B

CVE-2019-19318

Description

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,

POC

Reference

Github

No PoCs found on GitHub currently.