Lucene search
+L

1399 matches found

NVD
NVD
added 2025/09/18 2:15 p.m.12 views

CVE-2022-50381

In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempoolfree There's a crash in mempoolfree when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: superwritten calls atomicdecandtest&mddev-pendingwrites and...

5.5CVSS0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/18 2:15 p.m.10 views

UBUNTU-CVE-2022-50381

In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempoolfree There's a crash in mempoolfree when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: superwritten calls atomicdecandtest&mddev-pendingwrites and...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.13 views

CVE-2022-50381 md: fix a crash in mempool_free

In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempoolfree There's a crash in mempoolfree when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: superwritten calls atomicdecandtest&mddev-pendingwrites and...

5.9AI score0.0016EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.15 views

CVE-2022-50381 md: fix a crash in mempool_free

In the Linux kernel, the following vulnerability has been resolved: md: fix a crash in mempoolfree There's a crash in mempoolfree when running the lvm test shell/lvchange-rebuild-raid.sh. The reason for the crash is this: superwritten calls atomicdecandtest&mddev-pendingwrites and...

0.0016EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/18 1:33 p.m.57 views

CVE-2022-50381

CVE-2022-50381 targets the Linux kernel mempool_free crash observed during mdend/mempool usage in environments such as EulerOS and Unity Linux. The root cause is a race between wake-up of pending_writes and the subsequent free of bios (bio) in mempool_free, where bio_put could race with other act...

5.5CVSS6AI score0.0016EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.9 views

PT-2025-38419

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s md-bitmap driver where the return value of the md bitmap get counter function is not properly checked. If this function returns a NULL pointer, a null...

6AI score0.00156EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2025/09/18 12:00 a.m.58 views

Oracle Linux 7 : kernel (ELSA-2025-14987)

The remote Oracle Linux 7 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2025-14987 advisory. - kernel: media: uvcvideo: Fix double free in error path CVE-2024-57980 - kernel: HID: intel-ish-hid: Fix use-after-free issue in ishtphidremove CVE-2025-21928...

7.8CVSS6.8AI score0.0027EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.13 views

PT-2025-38329

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.0-rc3 Description A crash in the mempool free function within the Linux kernel's md Multiple Devices subsystem was resolved. The crash occurred during the execution of the lvm test...

6.4AI score0.0016EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/09/18 12:00 a.m.13 views

Oracle Linux 7 : kernel (ELSA-2025-14748)

The remote Oracle Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-14748 advisory. - kernel: media: uvcvideo: Fix double free in error path CVE-2024-57980 - kernel: HID: intel-ish-hid: Fix use-after-free issue in ishtphidremove...

7.8CVSS6.9AI score0.0027EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.6 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
NVD
NVD
added 2025/09/17 3:15 p.m.8 views

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

7.1CVSS0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/17 3:15 p.m.11 views

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

7.1CVSS5.7AI score0.00195EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.4 views

CVE-2023-53357 md/raid10: check slab-out-of-bounds in md_bitmap_get_counter

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

6.1AI score0.00195EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/17 2:56 p.m.50 views

CVE-2023-53357

CVE-2023-53357 affects the Linux kernel md/raid10 code. The slab-out-of-bounds occurs in md_bitmap_get_counter when a large value is written to md/bitmap_set_bits, causing -EINVAL if page >= bitmap->pages and the result isn’t checked promptly. The fix moves the page-boundary check into md_b...

7.1CVSS6.1AI score0.00195EPSS
SaveExploits0References8Affected Software1
Oracle linux
Oracle linux
added 2025/09/17 12:00 a.m.23 views

kernel security update

3.10.0-1160.119.1.0.11.el7.OL7 - kernel: media: uvcvideo: Fix double free in error path CVE-2024-57980 - kernel: HID: intel-ish-hid: Fix use-after-free issue in ishtphidremove CVE-2025-21928 - kernel: ext4: fix off-by-one error in dosplit CVE-2025-23150 - kernel: misc/vmwvmci: fix an infoleak in...

7.8CVSS7.2AI score0.0027EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.17 views

SUSE CVE-2023-53313

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of maxcorrreaderrors There is no input check when echo md/maxreaderrors and overflow might occur. Add check of input number...

5.5CVSS6.8AI score0.0016EPSS
SaveExploits0References20
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.11 views

CVE-2023-53313 md/raid10: fix wrong setting of max_corr_read_errors

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix wrong setting of maxcorrreaderrors There is no input check when echo md/maxreaderrors and overflow might occur. Add check of input number...

6.4AI score0.0016EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:45 p.m.17 views

CVE-2022-50299 md: Replace snprintf with scnprintf

In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprintf returns the number of characters generated from...

0.00157EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:45 p.m.8 views

CVE-2022-50299 md: Replace snprintf with scnprintf

In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprintf returns the number of characters generated from...

6.2AI score
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2025/09/15 10:31 a.m.20 views

kernel: xfrm: interface: fix use-after-free after changing collect_md xfrm interface

In the Linux kernel, the following vulnerability has been resolved: xfrm: interface: fix use-after-free after changing collectmd xfrm interface collectmd property on xfrm interfaces can only be set on device creation, thus xfrmichangelink should fail when called on such interfaces. The check to...

7.8CVSS6.7AI score0.00154EPSS
SaveExploits0References5
Rows per page
Query Builder