CVE-2022-49501
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49501 affects the Linux kernel's usbnet driver, specifically related to the order of operations during USB Ethernet adapter disconnection. The vulnerability was discovered in the handling of network device unregistration and unbinding operations (Kernel Git).

Technical details

The vulnerability stems from an incorrect fix attempt that changed the order of operations in the usbnet_disconnect function. Originally, the driver would first call unregister_netdev() followed by the unbind operation, mirroring the probe sequence. A previous commit (2c9d6c2b871d) reversed this order in an attempt to fix a use-after-free issue, but this created asymmetrical binding and unbinding operations (Kernel Git).

Impact

The incorrect operation order caused PHY (Physical Layer) devices to be stopped multiple times during device disconnection, as the PHY would be disconnected and stopped in the unbind operation and then stopped again during network device unregistration. This required additional complexity in the stop operation to handle already disconnected devices (Kernel Git).

Mitigation and workarounds

The issue was resolved by reverting the problematic commit and restoring the original operation order where unregister_netdev() is called before the unbind operation. This fix allows for unconditional PHY stopping in the stop operation and maintains symmetrical binding and unbinding sequences (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • bpftool
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • linux-azure-nvidia-6.14
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • linux-oracle-6.14
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-devel
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-debug-devel
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management