CVE-2025-37796

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37796
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-37796.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-37796
Downstream
Related
Published
2025-05-01T14:15:44Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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 at76deletedevice function (using ieee80211freehw). 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.

References

Affected packages