CVE-2022-49922

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49922
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49922.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49922
Downstream
Related
Published
2025-05-01T15:16:17Z
Modified
2025-10-01T15:15:37Z
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 potential memory leak in nfcmrvli2cnci_send()

nfcmrvli2cncisend() will be called by nfcmrvlncisend(), and skb should be freed in nfcmrvli2cncisend(). However, nfcmrvlncisend() will only free skb when i2cmastersend() return >=0, which means skb will memleak when i2cmastersend() failed. Free skb no matter whether i2cmastersend() succeeds.

References

Affected packages