CVE-2026-93049

Source
https://cve.org/CVERecord?id=CVE-2026-93049
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93049.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93049
Downstream
Published
2026-09-17T16:10:39Z
Modified
2026-09-19T03:47:26Z
Summary
mtd: mtdswap: Avoid freeing registered blktrans device twice
Details

In the Linux kernel, the following vulnerability has been resolved:

mtd: mtdswap: Avoid freeing registered blktrans device twice

In mtdswap_add_mtd(), debugfs setup failure after successful blktrans registration can free mbd_dev twice.

add_mtd_blktrans_dev() initializes the blktrans device reference and publishes the disk. Once that succeeds, del_mtd_blktrans_dev() tears the disk down and drops the blktrans reference; when that reference reaches zero, blktrans_dev_release() frees the mtd_blktrans_dev.

The debugfs failure path called del_mtd_blktrans_dev(mbd_dev), then fell through the common cleanup label and called kfree(mbd_dev) again. Clear the local pointer after deregistration so the common cleanup can still release the mtdswap state without freeing the blktrans object twice.

This issue was found by a static analysis checker and confirmed by manual source review.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93049.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
e8e3edb95ce6a146bc774b6cfad3553f4383edc8
Fixed
ecadb9137aeaa0615183f8d23eabea2b45c862f1
Fixed
eec130fc9ffbbd08a5d5432683122b79aca2a726
Fixed
d5086911d532b82ca070d944aa08ddde00baefe4
Fixed
0ce48c6ddea1a8e675a2eb0221b62a9950788f3c
Fixed
a82d93fcfdfd26af17049c34319dfdd079cd1901
Fixed
5c349c533e72af2313c3be0f80a24d7407fa4777
Fixed
37be7bc2c2d09c18e939da20224405864a0090b9
Fixed
779aa4c66a96bf43d2d62982ea1a9096a9128d87

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.14.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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