CVE-2026-43208
Awaiting Analysis Awaiting Analysis - Queue
Linux Kernel RPS Flow ID Handling Remote Code Execution

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: net: do not pass flow_id to set_rps_cpu() Blamed commit made the assumption that the RPS table for each receive queue would have the same size, and that it would not change. Compute flow_id in set_rps_cpu(), do not assume we can use the value computed by get_rps_cpu(). Otherwise we risk out-of-bound access and/or crashes.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel involves improper handling of the flow_id parameter in the set_rps_cpu() function. The original code assumed that the RPS (Receive Packet Steering) table for each receive queue would have the same size and remain unchanged. However, this assumption was incorrect. The vulnerability arises because the code used a flow_id value computed by get_rps_cpu() without recalculating it in set_rps_cpu(), which could lead to out-of-bound memory access or crashes.


How can this vulnerability impact me? :

This vulnerability can cause out-of-bound memory access or crashes in the Linux kernel's network stack. Such crashes can lead to denial of service conditions, potentially disrupting network communications or system stability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart