CVE-2024-14027

MEDIUM

CVSS v3.1: 5.5 · EPSS: 0.0027 (19.2 percentile)

No user interactionMemory Leak

Source data as of:

At a glance

Severity
MEDIUM
CVSS
5.5 v3.1 · NVD
EPSS
0.0027 (19.2 percentile) · FIRST.org
CISA KEV
No
Type
Memory Leak · NVD CWE
Attack conditions (CVSS vector)
No user interaction · Source: NVD Vector
Affected vendors
linux
Published
2026-03-09 · Modified: 2026-06-26

CVSS / EPSS / KEV

CVSS v3.1 5.5 / 10 MEDIUM Source: NVD
EPSS 0.0027 19.2 percentile Source: FIRST.org
CISA KEV No Source: CISA

Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources

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)").

Record details

CVE ID
CVE-2024-14027
CVSS (v3.1)
5.5 (MEDIUM)
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Exploitability subscore
1.8
Impact subscore
3.6
EPSS
0.0027 (19.2 percentile) — 2026-06-27
CISA KEV
No
Weakness (CWE)
CWE-401
Affected vendors
linux
Affected configurations (CPE)
2
Published
2026-03-09
Modified
2026-06-26
Status
Analyzed

References

Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.