Lucene search
+L

23358 matches found

OSV
OSV
added 2025/12/08 2:15 a.m.10 views

UBUNTU-CVE-2023-53768

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Fix out-of-bounds access when allocating config buffers When allocating the 2D array for handling IRQ type registers in regmapaddirqchipfwnode, the intent is to allocate a matrix with numconfigbases rows and...

7.8CVSS5.9AI score0.00142EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.8 views

CVE-2023-53768

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Fix out-of-bounds access when allocating config buffers When allocating the 2D array for handling IRQ type registers in regmapaddirqchipfwnode, the intent is to allocate a matrix with numconfigbases rows and...

7.8CVSS5.9AI score0.00142EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:19 a.m.26 views

CVE-2023-53768

The CVE-2023-53768 issue affects the Linux kernel regmap-irq code, specifically regmap_add_irq_chip_fwnode(). The root cause was an incorrect loop that allocated memory for the 2D IRQ config matrix: instead of allocating per row (num_config_bases), it allocated for num_config_regs rows, risking o...

7.8CVSS6.3AI score0.00142EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 1:19 a.m.5 views

CVE-2023-53768 regmap-irq: Fix out-of-bounds access when allocating config buffers

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Fix out-of-bounds access when allocating config buffers When allocating the 2D array for handling IRQ type registers in regmapaddirqchipfwnode, the intent is to allocate a matrix with numconfigbases rows and...

7.8CVSS6.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.30 views

CVE-2023-53768 regmap-irq: Fix out-of-bounds access when allocating config buffers

In the Linux kernel, the following vulnerability has been resolved: regmap-irq: Fix out-of-bounds access when allocating config buffers When allocating the 2D array for handling IRQ type registers in regmapaddirqchipfwnode, the intent is to allocate a matrix with numconfigbases rows and...

7.8CVSS0.00142EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.35 views

CVE-2023-53752 net: deal with integer overflows in kmalloc_reserve()

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:19 a.m.8 views

CVE-2023-53752 net: deal with integer overflows in kmalloc_reserve()

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS6.3AI score
SaveExploits0References7
CVE
CVE
added 2025/12/08 1:19 a.m.28 views

CVE-2023-53752

CVE-2023-53752 is a Linux kernel issue in the kmalloc_reserve path of net/core/skbuff.c. The patch fixes an overflow/size-truncation bug: kmalloc_size_roundup(size) may produce 2^32 for inputs > 0x80000001, which gets truncated to 0 when stored in a 32-bit obj_size, causing kmalloc(0) and ZERO...

7.8CVSS6AI score0.0014EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/08 1:16 a.m.53 views

CVE-2022-50616 regulator: core: Use different devices for resource allocation and DT lookup

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Use different devices for resource allocation and DT lookup Following by the below discussion, there's the potential UAF issue between regulator and mfd...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 1:16 a.m.11 views

CVE-2022-50616 regulator: core: Use different devices for resource allocation and DT lookup

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Use different devices for resource allocation and DT lookup Following by the below discussion, there's the potential UAF issue between regulator and mfd...

6.4AI score
SaveExploits0References6
CVE
CVE
added 2025/12/08 1:16 a.m.24 views

CVE-2022-50616

CVE-2022-50616 relates to the Linux kernel regulator core: a design issue where init data could be allocated on the wrong device due to DT lookups during regulator initialization, creating a potential use-after-free (UAF) when a parent device is released while the regulator core still accesses in...

6.1AI score0.00193EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/08 1:16 a.m.12 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

0.00182EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/08 1:16 a.m.10 views

CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS0.00143EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.2 views

DEBIAN-CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS5.2AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.9 views

UBUNTU-CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References21
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.12 views

CVE-2025-40311

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: support mapping cb with vmalloc-backed coherent memory When IOMMU is enabled, dmaalloccoherent with GFPUSER may return addresses from the vmalloc range. If such an address is mapped without VMMIXEDMAP,...

5.2AI score0.00182EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.42 views

CVE-2025-40307 exfat: validate cluster allocation bits of the allocation bitmap

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS0.00143EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 12:46 a.m.9 views

CVE-2025-40307 exfat: validate cluster allocation bits of the allocation bitmap

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2025/12/08 12:46 a.m.58 views

CVE-2025-40307

CVE-2025-40307 affects the Linux kernel's exfat implementation. The issue arises from invalid validation of cluster allocation bits in the allocation bitmap, allowing a cluster (potentially 6 when the start cluster is 6) to be allocated during mkdir, which can lead to deletion/reallocation of dir...

7.8CVSS6AI score0.00143EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.26 views

CVE-2025-40307

In the Linux kernel, the following vulnerability has been resolved: exfat: validate cluster allocation bits of the allocation bitmap syzbot created an exfat image with cluster bits not set for the allocation bitmap. exfat-fs reads and uses the allocation bitmap without checking this. The problem ...

7.8CVSS5.2AI score0.00143EPSS
SaveExploits0
Rows per page
Query Builder