Lucene search
+L

205 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.15 views

UBUNTU-CVE-2022-50211

In the Linux kernel, the following vulnerability has been resolved: md-raid10: fix KASAN warning There's a KASAN warning in raid10removedisk when running the lvm test lvconvert-raid-reshape.sh. We fix this warning by verifying that the value "number" is valid. BUG: KASAN: slab-out-of-bounds in...

7.1CVSS6AI score0.00213EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.13 views

kernel: md/raid10: fix null ptr dereference in raid10_size()

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10size In raid10run if raid10setqueuelimits succeed, the return value is set to zero, and if following procedures failed raid10run will return zero while mddev-private is still NULL,...

5.5CVSS6.8AI score0.00202EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/04/18 11:18 p.m.16 views

SUSE CVE-2025-40325

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS6.5AI score0.00235EPSS
SaveExploits0References16
OSV
OSV
added 2025/04/18 7:15 a.m.14 views

AZL-62773 CVE-2025-40325 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.2 views

DEBIAN-CVE-2025-40325

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS5AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.10 views

AZL-69731 CVE-2025-40325 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.12 views

UBUNTU-CVE-2025-40325

In the Linux kernel, the following vulnerability has been resolved: md/raid10: wait barrier before returning discard request with REQNOWAIT raid10handlediscard should wait barrier before returning a discard bio which has REQNOWAIT. And there is no need to print warning calltrace if a discard bio...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References22
OSV
OSV
added 2025/04/16 3:16 p.m.10 views

DEBIAN-CVE-2025-22125

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: don't ignore IO flags If blk-wbt is enabled by default, it's found that raid write performance is quite bad because all IO are throttled by wbt of underlying disks, due to flag REQIDLE is ignored. And turns out...

5.5CVSS5.3AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.11 views

UBUNTU-CVE-2025-22125

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: don't ignore IO flags If blk-wbt is enabled by default, it's found that raid write performance is quite bad because all IO are throttled by wbt of underlying disks, due to flag REQIDLE is ignored. And turns out...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits0References18
CNNVD
CNNVD
added 2025/04/16 12:00 a.m.8 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 raid1 and raid10 ignoring IO flags, which could lead to performance issues or priority reversal...

5.5CVSS6.7AI score0.00181EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/03/06 12:00 a.m.15 views

PT-2025-17286

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, specifically in the md/raid10 module. The issue involved the raid10 handle discard function not waiting for a barrier before...

5.5CVSS5.9AI score0.00235EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.5 views

SUSE CVE-2024-50109

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10size In raid10run if raid10setqueuelimits succeed, the return value is set to zero, and if following procedures failed raid10run will return zero while mddev-private is still NULL,...

5.5CVSS7.7AI score0.00202EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/05 6:15 p.m.10 views

UBUNTU-CVE-2024-50109

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null ptr dereference in raid10size In raid10run if raid10setqueuelimits succeed, the return value is set to zero, and if following procedures failed raid10run will return zero while mddev-private is still NULL,...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/11/05 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 originates in the md/raid10 module and could lead to a null pointer dereference error in the raid10size function...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/09/24 1:17 a.m.17 views

kernel: md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References5
Amazon
Amazon
added 2024/08/15 12:00 a.m.14 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: iouring: drop any code related to SCMRIGHTS CVE-2023-52656 In the Linux kernel, the following vulnerability has been resolved: md/raid10: prevent soft lockup while flush writes CVE-2023-53151 Integer Overflow or...

9.8CVSS6.8AI score0.00959EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.10 views

kernel: md: fix resync softlockup when bitmap size is less than array size

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References5
OSV
OSV
added 2024/07/05 7:15 a.m.5 views

DEBIAN-CVE-2024-39476

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d wait for itself to clear MDSBCHANGEPENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.6 views

SUSE CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

4.4CVSS7.5AI score0.00197EPSS
SaveExploits0References16
OSV
OSV
added 2024/06/19 2:15 p.m.11 views

DEBIAN-CVE-2024-38598

In the Linux kernel, the following vulnerability has been resolved: md: fix resync softlockup when bitmap size is less than array size Is is reported that for dm-raid10, lvextend + lvchange --syncaction will trigger following softlockup: kernel:watchdog: BUG: soft lockup - CPU3 stuck for 26s!...

5.5CVSS5.7AI score0.00197EPSS
SaveExploits0References1
Rows per page
Query Builder