CVE-2024-56720
UNKNOWN
Published 2024-12-29T11:29:58.345Z
Actions:
No CVSS data available
Description
In the Linux kernel, the following vulnerability has been resolved:
bpf, sockmap: Several fixes to bpf_msg_pop_data
Several fixes to bpf_msg_pop_data,
1. In sk_msg_shift_left, we should put_page
2. if (len == 0), return early is better
3. pop the entire sk_msg (last == msg->sg.size) should be supported
4. Fix for the value of variable "a"
5. In sk_msg_shift_left, after shifting, i has already pointed to the next
element. Addtional sk_msg_iter_var_next may result in BUG.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
Affected Versions:
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
7246d8ed4dcce23f7509949a77be15fa9f0e3d28
References
Published: 2024-12-29T11:29:58.345Z
Last Modified: 2025-05-04T10:03:18.659Z
Copied to clipboard!