IT

Tracker / CVE-2022-49729

CVE-2022-49729

Medium 5.5

In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred Similar to the handling of play_deferred in commit 19cfe912c37b ("Bluetooth: btusb: Fix memory leak in play_deferred"), we thought a patch might be needed here as well. Currently usb_submit_urb is called directly to submit deferred tx urbs after unanchor them. So the usb_giveback_urb_bh would failed to unref it in usb_unanchor_urb and cause memory leak. Put those urbs in tx_anchor to avoid the leak, and also fix the error handling.

Affected products and versions

linux linux_kernel
linux linux_kernel · … → 4.9.320
linux linux_kernel · 4.10 → 4.14.285
linux linux_kernel · 4.15 → 4.19.249
linux linux_kernel · 4.20 → 5.4.200
linux linux_kernel · 5.11 → 5.15.49
linux linux_kernel · 5.16 → 5.18.6
linux linux_kernel · 5.5 → 5.10.124

Analysis

This page is not indexable yet.Until it carries original analysis — what it actually exposes, how to check in two minutes whether a system was touched, what to do if it was — the page stays noindex. The database decides that, not the template.

References