CVE-2024-57933

MEDIUM EPSS 10.0%
Published Jan 21, 20251y ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Jan 21, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

Description

In the Linux kernel, the following vulnerability has been resolved: gve: guard XSK operations on the existence of queues This patch predicates the enabling and disabling of XSK pools on the existence of queues. As it stands, if the interface is down, disabling or enabling XSK pools would result in a crash, as the RX queue pointer would be NULL. XSK pool registration will occur as part of the next interface up. Similarly, xsk_wakeup needs be guarded against queues disappearing while the function is executing, so a check against the GVE_PRIV_FLAGS_NAPI_ENABLED flag is added to synchronize with the disabling of the bit and the synchronize_net() in gve_turndown.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
10.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-476 NULL Pointer Dereference Memory Safety

Affected Products 7

VendorProductVersionRange
linuxlinux_kernel*≥6.4  –  <6.6.70
linuxlinux_kernel*≥6.7  –  <6.12.9
linuxlinux_kernel6.13any
linuxlinux_kernel6.13any
linuxlinux_kernel6.13any
linuxlinux_kernel6.13any
linuxlinux_kernel6.13any

References 3

  • git.kernel.org https://git.kernel.org/stable/c/40338d7987d810fcaa95c500b1068a52b08eec9b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/771d66f2bd8c4dba1286a9163ab982cecd825718
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8e8d7037c89437af12725f454e2eaf40e8166c0f
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/40338d7987d810fcaa95c500b1068a52b08eec9b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/771d66f2bd8c4dba1286a9163ab982cecd825718
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8e8d7037c89437af12725f454e2eaf40e8166c0f
    Patch