CVE-2025-37796

In the Linux kernel, the following vulnerability has been resolved: wifi: at76c50x: fix use after free access in at76_disconnect The memory pointed to by priv is freed at the end of at76_delete_device function (using ieee80211_free_hw). But the code then accesses the udev field of the freed object to put the USB device. This may also lead to a memory leak of the usb device. Fix this by using udev from interface.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:3.17:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:3.17:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:3.17:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:3.17:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.15:rc2:*:*:*:*:*:*

History

No history.

Information

Published : 2025-05-01 14:15

Updated : 2025-11-03 20:18


NVD link : CVE-2025-37796

Mitre link : CVE-2025-37796

CVE.ORG link : CVE-2025-37796


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free