Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Quan Tian

#46458of 53,632
5.5Total CVSS
Vulnerabilities · 1
PT-2024-7843
5.5
2024-03-21
Linux · Linux Kernel · CVE-2024-27064
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue is related to a memory leak in the `nf tables updchain` function of the Linux kernel's netfilter component. When `nft netdev register hooks()` fails, the memory associated with `nft stats` is not freed, causing a memory leak. This can lead to a denial of service. The patch fixes the issue by moving `nft stats alloc()` down after `nft netdev register hooks()` succeeds. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.