CVE-2022-49729

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49729
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49729.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49729
Downstream
Related
Published
2025-02-26T07:01:48Z
Modified
2025-10-01T20:17:09Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

nfc: nfcmrvl: Fix memory leak in nfcmrvlplaydeferred

Similar to the handling of playdeferred in commit 19cfe912c37b ("Bluetooth: btusb: Fix memory leak in playdeferred"), we thought a patch might be needed here as well.

Currently usbsubmiturb is called directly to submit deferred tx urbs after unanchor them.

So the usbgivebackurbbh would failed to unref it in usbunanchor_urb and cause memory leak.

Put those urbs in tx_anchor to avoid the leak, and also fix the error handling.

References

Affected packages