发布时间: 2024年5月24日
修改时间: 2024年6月13日
In the Linux kernel, the following vulnerability has been resolved: cpumap: Zero-initialise xdp_rxq_info struct before running XDP program When running an XDP program that is attached to a cpumap entry, we don't initialise the xdp_rxq_info data structure being used in the xdp_buff that backs the XDP program invocation. Tobias noticed that this leads to random values being returned as the xdp_md->rx_queue_index value for XDP programs running in a cpumap. This means we're basically returning the contents of the uninitialised memory, which is bad. Fix this by zero-initialising the rxq data structure before running the XDP program.
NVD | openEuler | |
---|---|---|
CVSS评分 | 0.0 | |
Attack Vector | ||
Attack Complexity | ||
Privileges Required | ||
User Interaction | ||
Scope | ||
Confidentiality | ||
Integrity | ||
Availability |
公告名 | 概要 | 发布时间 |
---|---|---|
KylinSec-SA-2024-4953 | kernel security update | 2024年5月24日 |
产品 | 包 | 状态 |
---|---|---|
KY3.4-4A | kernel | Unaffected |
KY3.4-5A | kernel | Unaffected |
KY3.5.1 | kernel | Fixed |
KY3.5.2 | kernel | Fixed |
V6 | kernel | Unaffected |