Lucene search
+L

1287 matches found

RedhatCVE
RedhatCVE
added 2025/09/18 5:21 p.m.7 views

CVE-2023-53376

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7CVSS5.7AI score0.00151EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 2:15 p.m.11 views

AZL-72325 CVE-2023-53376 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.8CVSS5.6AI score0.00151EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.16 views

CVE-2023-53376 scsi: mpi3mr: Use number of bits to manage bitmap sizes

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.8CVSS0.00151EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/18 1:33 p.m.26 views

CVE-2023-53376

CVE-2023-53376 affects the Linux kernel scsi mpi3mr driver, where bitmap sizing used bytes instead of bits caused slab-out-of-bounds access (notably during firmware download to eHBA-9600) via find_first_zero_bit() in mpi3mr_send_event_ack(). The fix switches bitmap management to number-of-bits ar...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.3 views

CVE-2023-53376 scsi: mpi3mr: Use number of bits to manage bitmap sizes

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Use number of bits to manage bitmap sizes To allocate bitmaps, the mpi3mr driver calculates sizes of bitmaps using byte as unit. However, bitmap helper functions assume that bitmaps are allocated using unsigned long...

7.8CVSS6.1AI score0.00151EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/09/17 8:11 p.m.13 views

DragonFly's manager generates mTLS certificates for arbitrary IP addresses

Impact A peer can obtain a valid TLS certificate for arbitrary IP addresses, effectively rendering the mTLS authentication useless. The issue is that the Manager’s Certificate gRPC service does not validate if the requested IP addresses “belong to” the peer requesting the certificate—that is, if...

8.7CVSS7.2AI score0.00219EPSS
SaveExploits1References5Affected Software2
OSV
OSV
added 2025/09/17 8:2 p.m.8 views

GHSA-C2FC-9Q9C-5486 Dragonfly vulnerable to timing attacks against Proxy’s basic authentication

Impact The access control mechanism for the Proxy feature uses simple string comparisons and is therefore vulnerable to timing attacks. An attacker may try to guess the password one character at a time by sending all possible characters to a vulnerable mechanism and measuring the comparison...

6.9CVSS7.1AI score0.00315EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/17 3:15 p.m.2 views

DEBIAN-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.1CVSS6AI score0.00183EPSS
SaveExploits0References1
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
SaveExploits0References11
CVE
CVE
added 2025/09/17 2:56 p.m.37 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
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.7 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.1CVSS6AI score0.00183EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/09/16 5:39 p.m.4 views

CVE-2023-53333

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nfconntrackdccppacket has an unique: dh = skbheaderpointerskb, dataoff, sizeofdh, &dh; And nothing more is 'pulled' from the...

5.5CVSS5.9AI score0.00259EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/16 1:15 p.m.3 views

DEBIAN-CVE-2025-39815

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: fix stack overrun when loading vlenb The userspace load can put up to 2048 bits into an xlen bit stack buffer. We want only xlen bits, so check the size beforehand...

5.5CVSS5.3AI score0.00142EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/09/16 1:0 p.m.5 views

CVE-2025-39815 RISC-V: KVM: fix stack overrun when loading vlenb

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: fix stack overrun when loading vlenb The userspace load can put up to 2048 bits into an xlen bit stack buffer. We want only xlen bits, so check the size beforehand...

7.8CVSS6.1AI score0.00142EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/16 1:0 p.m.22 views

CVE-2025-39815 RISC-V: KVM: fix stack overrun when loading vlenb

In the Linux kernel, the following vulnerability has been resolved: RISC-V: KVM: fix stack overrun when loading vlenb The userspace load can put up to 2048 bits into an xlen bit stack buffer. We want only xlen bits, so check the size beforehand...

7.8CVSS0.00142EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:6 p.m.14 views

CVE-2023-53192 vxlan: Fix nexthop hash size

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

9.8CVSS0.00354EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/11 5:15 p.m.9 views

CVE-2025-39784

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix link speed calculation on retrain failure When pciefailedlinkretrain fails to retrain, it tries to revert to the previous link speed. However it calculates that speed from the Link Control 2 register without masking out...

5.5CVSS0.00119EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/11 5:15 p.m.2 views

DEBIAN-CVE-2025-39784

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix link speed calculation on retrain failure When pciefailedlinkretrain fails to retrain, it tries to revert to the previous link speed. However it calculates that speed from the Link Control 2 register without masking out...

5.5CVSS5.4AI score0.00119EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/11 4:56 p.m.27 views

CVE-2025-39784

CVE-2025-39784 is a Linux kernel PCIe issue resolved by masking non-speed bits in PCIE_LNKCTL2_TLS2SPEED() (and PCIE_LNKCAP_SLS2SPEED()) when retraining a PCIe link. The bug caused incorrect speed values to be interpreted from the Link Control 2 register, producing PCI_SPEED_UNKNOWN (0xff) and tr...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/09/11 12:0 a.m.6 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 not properly masking non-speed bits, which could lead to an error in link speed calculation...

5.5CVSS6.1AI score0.00119EPSS
SaveExploits0References3
Rows per page
Query Builder