CVE-2024-14027
Last modified
CVE-2024-14027 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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)").
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.6.51, < 6.6.133 |
| Linux | Linux Kernel | >= 6.10.10, < 6.12.77 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-14027?
How severe is CVE-2024-14027?
How do I fix CVE-2024-14027?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-1402Mattermost fails to check if a custom emoji reaction exists …4.3
- CVE-2024-14020A weakness has been identified in carboneio carbone up to fb…5
- CVE-2024-14021LlamaIndex (run-llama/llama_index) versions up to and includ…7.8
- CVE-2024-14024An improper certificate validation vulnerability has been re…6.7
- CVE-2024-14025An SQL injection vulnerability has been reported to affect V…6.7
- CVE-2024-14026A command injection vulnerability has been reported to affec…7.8
- CVE-2024-14028Use after free vulnerability in Softing smartLink HW-DP or s…6.5
- CVE-2024-1403In OpenEdge Authentication Gateway and AdminServer prior to …9.8
- CVE-2024-14030Sereal::Decoder versions from 4.000 through 4.009_002 for Pe…8.1
- CVE-2024-14031Sereal::Encoder versions from 4.000 through 4.009_002 for Pe…8.1
- CVE-2024-14032Twitch Studio version 0.114.8 and prior contain a privilege …8.5
- CVE-2024-14033Hirschmann EagleSDV firmware prior to 05.4.02 contains a den…8.7
Are you affected by CVE-2024-14027?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
