VYPR
Critical severity9.8NVD Advisory· Published Jun 25, 2024· Updated Aug 4, 2026

CVE-2024-39293

CVE-2024-39293

Description

In the Linux kernel, the following vulnerability has been resolved:

Revert "xsk: Support redirect to any socket bound to the same umem"

This reverts commit 2863d665ea41282379f108e4da6c8a2366ba66db.

This patch introduced a potential kernel crash when multiple napi instances redirect to the same AF_XDP socket. By removing the queue_index check, it is possible for multiple napi instances to access the Rx ring at the same time, which will result in a corrupted ring state which can lead to a crash when flushing the rings in __xsk_flush(). This can happen when the linked list of sockets to flush gets corrupted by concurrent accesses. A quick and small fix is not possible, so let us revert this for now.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

6
  • Linux/Kernel5 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 4 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=6.9,<6.9.5
    • cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
    • (no CPE)
    • (no CPE)range: 6.9
  • osv-coords
    Range: >= 6.9.0, < 6.9.5

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.