CVE-2024-57932
Last modified
CVE-2024-57932 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: gve: guard XDP xmit NDO on existence of xdp queues In GVE, dedicated XDP queues only exist when an XDP program is installed and the interface is up. As such, the NDO XDP XMIT callback should return early if either of these conditions are false. In the case of no loaded XDP program, priv->num_xdp_queues=0 which can cause a divide-by-zero error, and in the case of interface down, num_xdp_queues remains untouched to persist XDP queue count for the next interface up, but the TX pointer itself would be NULL. The XDP xmit callback also needs to synchronize with a device transitioning from open to close. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: gve: guard XDP xmit NDO on existence of xdp queues In GVE, dedicated XDP queues only exist when an XDP program is installed and the interface is up. As such, the NDO XDP XMIT callback should return early if either of these conditions are false. In the case of no loaded XDP program, priv->num_xdp_queues=0 which can cause a divide-by-zero error, and in the case of interface down, num_xdp_queues remains untouched to persist XDP queue count for the next interface up, but the TX pointer itself would be NULL. The XDP xmit callback also needs to synchronize with a device transitioning from open to close. This synchronization will happen via the GVE_PRIV_FLAGS_NAPI_ENABLED bit along with a synchronize_net() call, which waits for any RCU critical sections at call-time to complete.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.4, < 6.6.70 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.9 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-57932?
How severe is CVE-2024-57932?
How do I fix CVE-2024-57932?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-57927In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57928In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-57929In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-5793The Houzez Theme - Functionality plugin for WordPress is vul…8.8
- CVE-2024-57930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57931In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57933In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57934In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-57935In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57936In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-57937Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-57938In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-57932?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
