
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49373 affects the Linux kernel's watchdog component, specifically the ts4800wdt driver. The vulnerability was discovered in the ts4800wdtprobe function where a refcount leak occurs because ofparsephandle() returns a node pointer with refcount incremented, but the code was missing proper cleanup using ofnode_put() in certain error paths (Kernel Commit).
The vulnerability is a reference counting issue in the TS-4800 watchdog driver. The bug occurs because the ofparsephandle() function returns a node pointer with an incremented reference count, but the code path failed to properly decrement this count using ofnodeput() in error conditions. This creates a reference count leak in the ts4800wdtprobe function (Kernel Commit).
The reference count leak could potentially lead to memory resource exhaustion over time as references are not properly cleaned up. This primarily affects systems using the TS-4800 watchdog driver (NVD).
The issue has been fixed by adding proper cleanup calls using ofnodeput() in the error paths of the ts4800wdtprobe function. The fix was implemented in the Linux kernel through a patch that adds the missing ofnodeput() calls (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."