Lucene search
+L

81 matches found

cvelist
cvelist
added 2025/09/18 4:3 p.m.5 views

CVE-2022-50402 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()

In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of mdbitmapgetcounter Check the return value of mdbitmapgetcounter in case it returns NULL pointer, which will result in a null pointer dereference. v2: update the check to include oth...

0.00147EPSS
Exploits0References7
vulnrichment
vulnrichment
added 2025/09/18 4:3 p.m.1 views

CVE-2022-50402 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()

In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of mdbitmapgetcounter Check the return value of mdbitmapgetcounter in case it returns NULL pointer, which will result in a null pointer dereference. v2: update the check to include oth...

6.8AI score0.00147EPSS
Exploits0References7
osv
osv
added 2025/09/18 4:3 p.m.4 views

CVE-2022-50402 drivers/md/md-bitmap: check the return value of md_bitmap_get_counter()

In the Linux kernel, the following vulnerability has been resolved: drivers/md/md-bitmap: check the return value of mdbitmapgetcounter Check the return value of mdbitmapgetcounter in case it returns NULL pointer, which will result in a null pointer dereference. v2: update the check to include oth...

5.5CVSS6.7AI score0.00147EPSS
Exploits0References10
ptsecurity
ptsecurity
added 2025/09/18 12:0 a.m.5 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.00147EPSS
Exploits0References9
nvd
nvd
added 2025/09/17 3:15 p.m.4 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.00183EPSS
Exploits0References8
osv
osv
added 2025/09/17 3:15 p.m.5 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.00183EPSS
Exploits0References11
cve
cve
added 2025/09/17 2:56 p.m.30 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.00183EPSS
Exploits0References8Affected Software1
vulnrichment
vulnrichment
added 2025/09/17 2:56 p.m.2 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.00183EPSS
Exploits0References8
nessus
nessus
added 2025/08/15 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38451

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/md-bitmap: fix GPF in bitmapgetstats The commit message of commit 6ec1f0239485...

5.5CVSS5.9AI score0.00147EPSS
Exploits0References2
nvd
nvd
added 2025/06/18 11:15 a.m.8 views

CVE-2022-50216

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

Exploits0
cnnvd
cnnvd
added 2025/04/16 12:0 a.m.3 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 Linux kernel that stems from md-bitmap miscalculating bitmaplimit, which could lead to a superblock update failure...

5.5CVSS6.9AI score0.00163EPSS
Exploits0References2
amazon
amazon
added 2025/03/26 12:0 a.m.9 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: netfilter: allow exp not to be removed in nfctfindexpectation CVE-2023-52927 In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free of signing key CVE-2024-53179 In the...

7.8CVSS6.4AI score0.00296EPSS
Exploits2
susecve
susecve
added 2025/02/28 2:22 a.m.4 views

SUSE CVE-2025-21712

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmapgetstats with bitmap lifetime After commit ec6bb299c7c3 "md/md-bitmap: add 'syncsize' into struct mdbitmapstats", following panic is reported: Oops: general protection fault, probably for...

5.5CVSS6.5AI score0.00193EPSS
Exploits0References3
susecve
susecve
added 2025/02/27 3:5 a.m.3 views

SUSE CVE-2022-49526

In the Linux kernel, the following vulnerability has been resolved: md/bitmap: don't set sb values if can't pass sanity check If bitmap area contains invalid data, kernel will crash then mdadm triggers "Segmentation fault". This is cluster-md speical bug. In non-clustered env, mdadm will handle...

5.5CVSS7.7AI score0.0031EPSS
Exploits0References10
osv
osv
added 2025/02/27 2:15 a.m.8 views

AZL-68763 CVE-2025-21712 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmapgetstats with bitmap lifetime After commit ec6bb299c7c3 "md/md-bitmap: add 'syncsize' into struct mdbitmapstats", following panic is reported: Oops: general protection fault, probably for...

5.5CVSS6.6AI score0.00193EPSS
Exploits0References1
osv
osv
added 2025/02/27 2:15 a.m.1 views

DEBIAN-CVE-2025-21712

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmapgetstats with bitmap lifetime After commit ec6bb299c7c3 "md/md-bitmap: add 'syncsize' into struct mdbitmapstats", following panic is reported: Oops: general protection fault, probably for...

5.5CVSS5.6AI score0.00193EPSS
Exploits0References1
osv
osv
added 2025/02/27 2:15 a.m.6 views

UBUNTU-CVE-2025-21712

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmapgetstats with bitmap lifetime After commit ec6bb299c7c3 "md/md-bitmap: add 'syncsize' into struct mdbitmapstats", following panic is reported: Oops: general protection fault, probably for...

5.5CVSS6.5AI score0.00193EPSS
Exploits0References16
osv
osv
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49526 md/bitmap: don't set sb values if can't pass sanity check

In the Linux kernel, the following vulnerability has been resolved: md/bitmap: don't set sb values if can't pass sanity check If bitmap area contains invalid data, kernel will crash then mdadm triggers "Segmentation fault". This is cluster-md speical bug. In non-clustered env, mdadm will handle...

5.5CVSS5.1AI score0.0031EPSS
Exploits0References10
bdu_fstec
bdu_fstec
added 2024/11/21 12:0 a.m.5 views

The vulnerability of the md/md-bitmap components in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the md/md-bitmap components in the Linux operating system is related to resource management errors. Exploiting this vulnerability can allow an attacker to cause service failures...

5.5CVSS6.2AI score0.00219EPSS
Exploits0References20Affected Software4
redhat
redhat
added 2024/11/12 9:11 a.m.4 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
Exploits0References5
Rows per page
Query Builder