Lucene search
+L

67 matches found

SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.5 views

SUSE CVE-2023-53357

In the Linux kernel, the following vulnerability has been resolved: md/raid10: check slab-out-of-bounds in mdbitmapgetcounter If we write a large number to md/bitmapsetbits, mdbitmapcheckpage will return -EINVAL because 'page = bitmap-pages', but the return value was not checked immediately in...

4.4CVSS6.5AI score0.00195EPSS
SaveExploits0References18
SUSE Linux
SUSE Linux
added 2025/08/18 3:45 p.m.30 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 11 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-50211: md-raid10: fix KASAN warning bsc1245140. CVE-2023-53117: fs: prevent out-of-bounds array speculation when closing a file descriptor bsc1242780...

8.5CVSS8.3AI score0.00293EPSS
SaveExploits0References32
SUSE CVE
SUSE CVE
added 2025/06/19 3:38 a.m.6 views

SUSE 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...

6.7CVSS6AI score0.00211EPSS
SaveExploits0References18
OSV
OSV
added 2025/06/18 11:03 a.m.8 views

CVE-2022-50211 md-raid10: fix KASAN warning

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...

5.6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.14 views

CVE-2022-50211 md-raid10: fix KASAN warning

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...

0.00211EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.8 views

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.1CVSS5.2AI score0.00211EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2025/06/09 7:19 a.m.12 views

K000151753: Linux kernel vulnerability CVE-2024-38598

Security Advisory Description 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...

5.5CVSS5.6AI score0.00197EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/04/16 3:16 p.m.5 views

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.5AI score0.00181EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.41 views

CVE-2025-22125 md/raid1,raid10: don't ignore IO flags

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...

0.00181EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/03/04 12:00 a.m.10 views

PT-2025-16765

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/raid1 and raid10 components. The issue arises when blk-wbt is enabled by default, causing poor raid write...

5.5CVSS6AI score0.00181EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/01/08 1:42 a.m.11 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
CVE
CVE
added 2024/11/05 5:10 p.m.162 views

CVE-2024-50109

In the Linux kernel, the md/raid10 subsystem is affected by a null pointer dereference in raid10_size(). The root cause is that in raid10_run(), when raid10_set_queue_limits() succeeds, the function’s return value is overwritten to zero; if subsequent steps fail, raid10_run() may return zero whil...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.30 views

CVE-2024-50109 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,...

0.00202EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/06/20 2:56 p.m.28 views

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.5CVSS7.1AI score0.00197EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 1:45 p.m.31 views

CVE-2024-38598 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!...

0.00197EPSS
SaveExploits0References9
OSV
OSV
added 2024/06/19 1:45 p.m.13 views

CVE-2024-38598 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!...

6.2AI score
SaveExploits0References16
RedHat Linux
RedHat Linux
added 2024/05/22 10:03 a.m.13 views

kernel: Linux kernel: md/raid10 soft lockup due to unlimited plugged bio

A flaw was found in the Linux kernel's Multiple Device MD driver, specifically within the RAID10 implementation. This vulnerability allows a local user to trigger a soft lockup, leading to a Denial of Service DoS. The issue arises because the md/raid10 component lacks a limit on plugged bio block...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/05/09 10:04 a.m.13 views

kernel: md-raid10: fix KASAN warning

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.1CVSS6.2AI score0.00211EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/17 1:13 a.m.12 views

GSD-2022-1006272 md-raid10: fix KASAN warning

md-raid10: fix KASAN warning This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.291 by commit bcbdc26a44aba488d2f7122f2d66801bccb74733. For...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/17 1:03 a.m.18 views

GSD-2022-1006178 md-raid10: fix KASAN warning

md-raid10: fix KASAN warning This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.256 by commit 7a6ccc8fa192fd357c2d5d4c6ce67c834a179e23. For...

7.2AI score
SaveExploits0
Rows per page
Query Builder