Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() nxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when nxp_nci_i2c_write() failed. However, even if the nxp_nci_i2c_write() run succeeds, the skb will not be freed in nxp_nci_i2c_write(). As the result, the skb will memleak. nxp_nci_send() should also free the skb when nxp_nci_i2c_write() succeeds.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.1, < 5.10.154 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/3cba1f061bfe23fece2841129ca2862cdec29d5cPatch
- https://git.kernel.org/stable/c/3ecf0f4227029b2c42e036b10ff6e5d09e20821ePatch
- https://git.kernel.org/stable/c/7bf1ed6aff0f70434bd0cdd45495e83f1dffb551Patch
- https://git.kernel.org/stable/c/9ae2c9a91ff068f4c3e392f47e8e26a1c9f85ebbPatch
FAQ
What is CVE-2022-49923?
CVE-2022-49923 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() nxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when nxp...
How severe is CVE-2022-49923?
CVE-2022-49923 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49923?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.