Lucene search
+L

67 matches found

Cvelist
Cvelist
added 2025/12/30 12:23 p.m.30 views

CVE-2023-54294 md/raid10: fix memleak of md thread

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix memleak of md thread In raid10run, if setupconf succeed and raid10run failed before setting 'mddev-thread', then in the error path 'conf-thread' is not freed. Fix the problem by setting 'mddev-thread' right after...

0.00207EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:23 p.m.27 views

CVE-2023-54294

CVE-2023-54294 affects the Linux kernel raid10 subsystem. The root cause was a memleak of the md thread in raid10_run(): if setup_conf() succeeds but raid10_run() fails before mddev->thread is set, the error path could leak conf->thread. The fix sets mddev->thread immediately after setup...

6.2AI score0.00207EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/12/30 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to free conf-thread before setting mddev-thread, which could lead to a memory leak...

6.1AI score0.00207EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2025/12/25 3:44 p.m.9 views

CVE-2025-68368

In the Linux kernel, the following vulnerability has been resolved: md: init bioset in mddevinit IO operations may be needed before mdrun, such as updating metadata after writing sysfs. Without bioset, this triggers a NULL pointer dereference as below: BUG: kernel NULL pointer dereference, addres...

5.5CVSS5.7AI score0.0017EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.8 views

EUVD-2025-205086

In the Linux kernel, the following vulnerability has been resolved: md: init bioset in mddevinit IO operations may be needed before mdrun, such as updating metadata after writing sysfs. Without bioset, this triggers a NULL pointer dereference as below: BUG: kernel NULL pointer dereference, addres...

5.9AI score0.0017EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 11:16 a.m.10 views

CVE-2025-68368

In the Linux kernel, the following vulnerability has been resolved: md: init bioset in mddevinit IO operations may be needed before mdrun, such as updating metadata after writing sysfs. Without bioset, this triggers a NULL pointer dereference as below: BUG: kernel NULL pointer dereference, addres...

0.0017EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.7 views

PT-2025-52904

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the md subsystem, specifically in the mddev init function. The issue arises because IO operations might be required before md run, such as updatin...

6.4AI score0.0017EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/10 12:36 a.m.10 views

SUSE CVE-2023-53791

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/12/09 3:31 a.m.9 views

EUVD-2023-60115

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

6AI score0.00181EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2023-53791

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

0.00181EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.11 views

CVE-2023-53791

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

5.2AI score0.00181EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:00 a.m.8 views

CVE-2023-53791 md: fix warning for holder mismatch from export_rdev()

In the Linux kernel, the following vulnerability has been resolved: md: fix warning for holder mismatch from exportrdev Commit a1d767191096 "md: use mddev-external to select holder in exportrdev" fix the problem that 'claimrdev' is used for blkdevgetbydev while 'rdev' is used for blkdevput...

6.4AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/07 11:47 p.m.6 views

SUSE CVE-2023-53665

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

6.1CVSS6.5AI score0.00119EPSS
SaveExploits0References15
NVD
NVD
added 2025/10/07 4:15 p.m.15 views

CVE-2023-53665

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

5.5CVSS0.00119EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53665

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

5.5CVSS5.5AI score0.00119EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/07 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from dereferencing mddev after exportrdev, which could lead to the use of freed memory...

5.9AI score0.00119EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.7 views

EUVD-2025-11165

Malicious code in bioql PyPI...

7.6AI score0.00191EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/08/24 4:07 p.m.10 views

CVE-2025-38621

In the Linux kernel, the following vulnerability has been resolved: md: make rdevaddable usable for rcu mode Our testcase trigger panic: BUG: kernel NULL pointer dereference, address: 00000000000000e0 ... Oops: Oops: 0000 1 SMP NOPTI CPU: 2 UID: 0 PID: 85 Comm: kworker/2:1 Not tainted 6.16.0+ 94...

4.4CVSS5.1AI score0.00138EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/08/12 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-22126

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: md: fix mddev uaf while iterating allmddevs list While iterating allmddevs list from...

7.8CVSS6AI score0.00191EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.4 views

md: fix mddev uaf while iterating all_mddevs list

...

7.8CVSS6.6AI score0.00191EPSS
SaveExploits0
Rows per page
Query Builder