CVE-2026-93215
Last modified
CVE-2026-93215 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: cdx: Fix double free when sysfs file creation fails In cdx_create_res_attr(), if sysfs_create_bin_file() fails, the code frees res_attr but doesn't set cdx_dev->res_attr[num] to NULL. This leaves a dangling pointer in the array.
Description
In the Linux kernel, the following vulnerability has been resolved: cdx: Fix double free when sysfs file creation fails In cdx_create_res_attr(), if sysfs_create_bin_file() fails, the code frees res_attr but doesn't set cdx_dev->res_attr[num] to NULL. This leaves a dangling pointer in the array. Then cdx_destroy_res_attr() frees the already-freed memory. Fix the double free by initializing cdx_dev->res_attr[num] after sysfs_create_bin_file() completes.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= aeda33ab8160c7a2e24ba4f44492ad1e974ddc7d, < 88f4cd42a04bdadd189d7f667a4c279f4e962ca6; >= aeda33ab8160c7a2e24ba4f44492ad1e974ddc7d, < 4cd24873ab9fdbd730604881a6e8087bc7b99336; >= aeda33ab8160c7a2e24ba4f44492ad1e974ddc7d, < 7e9451bf0bdba6daee1eaf4e7566612af6ca1c32; >= aeda33ab8160c7a2e24ba4f44492ad1e974ddc7d, < 6f4acc3a3c300e174e3f586b97b04ed8f5948c36 |
| Linux | Linux | 6.8 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93215?
How severe is CVE-2026-93215?
How do I fix CVE-2026-93215?
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-9321Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93210In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93211In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93212In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93213In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93214In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93216In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93217In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9322IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSph…7.5
- CVE-2026-93220In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93215?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
