CVE-2026-64185
Last modified
CVE-2026-64185 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfs_update_group() is called for a named group and create_files() fails (e.g. -ENOMEM), internal_create_group() calls kernfs_remove(kn) on the group directory. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfs_update_group() is called for a named group and create_files() fails (e.g. -ENOMEM), internal_create_group() calls kernfs_remove(kn) on the group directory. In the update path, kn was obtained via kernfs_find_and_get() and refers to a directory that already existed before this call. Removing it silently destroys a sysfs group that the caller did not create. Only remove the directory if we created it ourselves. On update failure the directory remains as it is left empty by remove_files() inside create_files(), but can be repopulated by a retry.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.19, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.142 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.92 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.34 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.11 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64185?
How severe is CVE-2026-64185?
How do I fix CVE-2026-64185?
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 2026
- CVE-2026-6418An issue was discovered in the Shared Account Synchronizatio…4.9
- CVE-2026-64180In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64183In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64186In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64187In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64188In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64189In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6419The WishList Member plugin for WordPress is vulnerable to Pr…8.8
- CVE-2026-64190In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-64185?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
