mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
22 lines
1.2 KiB
Markdown
22 lines
1.2 KiB
Markdown
### [CVE-2024-50251](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50251)
|
|

|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In the Linux kernel, the following vulnerability has been resolved:netfilter: nft_payload: sanitize offset and length before calling skb_checksum()If access to offset + length is larger than the skbuff length, thenskb_checksum() triggers BUG_ON().skb_checksum() internally subtracts the length parameter while iteratingover skbuff, BUG_ON(len) at the end of it checks that the expectedlength to be included in the checksum calculation is fully consumed.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/slavin-ayu/CVE-2024-50251-PoC
|
|
|
|
#### Github
|
|
- https://github.com/nomi-sec/PoC-in-GitHub
|
|
- https://github.com/slavin-ayu/CVE-2024-50251-PoC
|
|
- https://github.com/w4zu/Debian_security
|
|
|