CVE-2022-50304

Source
https://cve.org/CVERecord?id=CVE-2022-50304
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50304.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50304
Downstream
Related
Published
2025-09-15T14:45:59.614Z
Modified
2026-04-02T08:28:23.738594Z
Summary
mtd: core: fix possible resource leak in init_mtd()
Details

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

mtd: core: fix possible resource leak in init_mtd()

I got the error report while inject fault in init_mtd():

sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' Call Trace: <TASK> dumpstacklvl+0x67/0x83 sysfswarndup+0x60/0x70 sysfscreatedirns+0x109/0x120 kobjectaddinternal+0xce/0x2f0 kobjectadd+0x98/0x110 deviceadd+0x179/0xc00 devicecreategroupsvargs+0xf4/0x100 devicecreate+0x7b/0xb0 bdiregisterva.part.13+0x58/0x2d0 bdiregister+0x9b/0xb0 initmtd+0x62/0x171 [mtd] dooneinitcall+0x6c/0x3c0 doinitmodule+0x58/0x222 loadmodule+0x268e/0x27d0 _dosysfinitmodule+0xd5/0x140 dosyscall64+0x37/0x90 entrySYSCALL64afterhwframe+0x63/0xcd </TASK> kobjectaddinternal failed for mtd-0 with -EEXIST, don't try to register things with the same name in the same directory. Error registering mtd class or bdi: -17

If initmtdchar() fails in initmtd(), mtdbdi will not be unregistered, as a result, we can't load the mtd module again, to fix this by calling bdiunregister(mtdbdi) after outprocfs label.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50304.json",
    "cna_assigner": "Linux"
}
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
445caaa20c4d6da74f426464f90513b81157ad77
Fixed
78816504100cbd8e6836df9f58cc4fbb8b262f1c
Fixed
26c304a3f136009c5a2a04e2bf3ac6aa25aabcb4
Fixed
1aadf01e5076b9ab6bf294b9622335c651314895

Database specific

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