mirror of
https://github.com/0xMarcio/cve.git
synced 2026-03-05 14:31:03 +00:00
1.0 KiB
1.0 KiB
CVE-2014-3145
Description
The BPF_S_ANC_NLATTR_NEST extension implementation in the sk_run_filter function in net/core/filter.c in the Linux kernel through 3.14.3 uses the reverse order in a certain subtraction, which allows local users to cause a denial of service (over-read and system crash) via crafted BPF instructions. NOTE: the affected code was moved to the __skb_get_nlattr_nest function before the vulnerability was announced.
POC
Reference
- http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=05ab8f2647e4221cbdb3856dd7d32bd5407316b3
05ab8f2647
Github
No PoCs found on GitHub currently.