
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49212 affects the Linux kernel, specifically in the mtd: rawnand: atmel driver component. The vulnerability was discovered in March 2022 and involves a reference counting issue in the atmelnandcontroller_init function. The issue occurs when the function fails to properly balance reference counts of the 'nc->dmac' object in certain error handling paths (Kernel Commit).
The vulnerability stems from improper reference counting in error handling paths. When dmarequestchannel() increases the reference count of 'nc->dmac', certain error paths simply return the error code without decrementing the reference count, potentially leading to reference count leaks. This occurs in the atmelnandcontroller_init function within the Linux kernel's NAND flash memory driver for Atmel controllers (Kernel Commit).
The vulnerability can result in reference count leaks in the system, which could potentially lead to resource management issues in the Linux kernel's memory handling for Atmel NAND controllers (AttackerKB).
The issue has been fixed by adding proper reference count balancing in the error handling paths. The fix involves decrementing the refcount of the 'nc->dmac' object in those error paths using dmareleasechannel(). The patch has been merged into the Linux kernel (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."