First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init The reference counting issue happens in several error handling paths on a refcounted object "nc->dmac". In these paths, the function simply returns the error code, forgetting to balance the reference count of "nc->dmac", increased earlier by dma_request_channel(), which may cause refcount leaks. Fix it by decrementing the refcount of specific object in those error paths.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.12<4.14.276 | |
Linux Kernel | >=4.15<4.19.238 | |
Linux Kernel | >=4.20<5.4.189 | |
Linux Kernel | >=5.5<5.10.110 | |
Linux Kernel | >=5.11<5.15.33 | |
Linux Kernel | >=5.16<5.16.19 | |
Linux Kernel | >=5.17<5.17.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49212 is categorized as a medium severity vulnerability due to its reference counting issue that can lead to potential resource leaks.
To fix CVE-2022-49212, you should update to the latest version of the Linux kernel where the vulnerability has been addressed.
CVE-2022-49212 affects various versions of the Linux kernel prior to the fix implemented in later updates.
The potential impacts of CVE-2022-49212 include resource leaks that could lead to degraded system performance or crashes.
CVE-2022-49212 is not considered remotely exploitable as it primarily affects local privilege escalation through device interactions.