CVE-2024-50088
HIGHDescription
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free in add_inode_ref() The add_inode_ref() function does not initialize the "name" struct when it is declared. If any of the following calls to "read_one_inode() returns NULL, dir = read_one_inode(root, parent_objectid); if (!dir) { ret = -ENOENT; goto out; } inode = read_one_inode(root, inode_objectid); if (!inode) { ret = -EIO; goto out; } then "name.name" would be freed on "out" before being initialized. out: ... kfree(name.name); This issue was reported by Coverity with CID 1526744.
How to fix
Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.
CVSS v3 Vector
Exploitability
Impact
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploit Intelligence
Low risk: more likely to be exploited than 12% of all known CVEs.
References
Related Vulnerabilities
Other CWE-824 vulnerabilities, ordered by exploit likelihood. View all
| CVE | Severity | CVSS | EPSS | Exploited | Fix |
|---|---|---|---|---|---|
| CVE-2018-9948 | Medium | 6.5 | 64% | - | - |
| CVE-2018-11803 | High | 7.5 | 58% | - | Fix |
| CVE-2022-21971 | High | 7.8 | 54% | KEV | Fix |
| CVE-2010-1818 | High | 9.3 | 43% | - | - |
| CVE-2015-1770 | High | 8.8 | 35% | KEV | - |
| CVE-2017-12561 | Critical | 9.8 | 31% | - | - |
Embed a live status badge for CVE-2024-50088
Markdown
[](https://tridentstack.com/cve/CVE-2024-50088)HTML
<a href="https://tridentstack.com/cve/CVE-2024-50088"><img src="https://tridentstack.com/cve/badge/CVE-2024-50088.svg" alt="CVE-2024-50088"></a>Find and fix vulnerabilities across your fleet
TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.
Start freeThis product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-03.