Bug 2360274 (CVE-2025-22050) - CVE-2025-22050 kernel: usbnet:fix NPE during rx_complete
Summary: CVE-2025-22050 kernel: usbnet:fix NPE during rx_complete
Keywords:
Status: NEW
Alias: CVE-2025-22050
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-16 15:05 UTC by OSIDB Bzimport
Modified: 2025-04-17 09:29 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-16 15:05:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

usbnet:fix NPE during rx_complete

Missing usbnet_going_away Check in Critical Path.
The usb_submit_urb function lacks a usbnet_going_away
validation, whereas __usbnet_queue_skb includes this check.

This inconsistency creates a race condition where:
A URB request may succeed, but the corresponding SKB data
fails to be queued.

Subsequent processes:
(e.g., rx_complete → defer_bh → __skb_unlink(skb, list))
attempt to access skb->next, triggering a NULL pointer
dereference (Kernel Panic).

Comment 1 Avinash Hanwate 2025-04-17 07:53:22 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025041603-CVE-2025-22050-2aee@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.