HOMEVULNERABILITIESCVE-2024-14027
NONE

CVE-2024-14027

Published: March 9, 2026· Updated: Mar 13, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:4.5th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

fs/xattr: missing fdput() in fremovexattr error path

In the Linux kernel, the fremovexattr() syscall calls fdget() to acquire a

file reference but returns early without calling fdput() when

strncpy_from_user() fails on the name argument. In multi-threaded processes

where fdget() takes the slow path, this permanently leaks one

file reference per call, pinning the struct file and associated kernel

objects in memory. An unprivileged local user can exploit this to cause

kernel memory exhaustion. The issue was inadvertently fixed by commit

a71874379ec8 ("xattr: switch to CLASS(fd)").

NVD Source

Technical Analysis

CVE-2024-14027 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2024-14027
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMar 9, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2024-14027 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.