CVE-2026-93215

Source
https://cve.org/CVERecord?id=CVE-2026-93215
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93215.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93215
Downstream
Published
2026-09-24T15:10:37Z
Modified
2026-09-25T03:48:53Z
Summary
cdx: Fix double free when sysfs file creation fails
Details

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.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93215.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
aeda33ab8160c7a2e24ba4f44492ad1e974ddc7d
Fixed
88f4cd42a04bdadd189d7f667a4c279f4e962ca6
Fixed
4cd24873ab9fdbd730604881a6e8087bc7b99336
Fixed
7e9451bf0bdba6daee1eaf4e7566612af6ca1c32
Fixed
6f4acc3a3c300e174e3f586b97b04ed8f5948c36

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93215.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93215.json"