Lucene search
+L

438 matches found

Cvelist
Cvelist
added 2024/06/19 2:58 p.m.32 views

CVE-2021-47612 nfc: fix segfault in nfc_genl_dump_devices_done

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfcgenldumpdevicesdone When kmalloc in nfcgenldumpdevices fails then nfcgenldumpdevicesdone segfaults as below KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f CPU: 0 PID: 25 Comm:...

0.00223EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/19 7:15 a.m.6 views

UBUNTU-CVE-2024-36978

In the Linux kernel, the following vulnerability has been resolved: net: sched: schmultiq: fix possible OOB write in multiqtune q-bands will be assigned to qopt-bands to execute subsequent code logic after kmalloc. So the old q-bands should not be used in kmalloc. Otherwise, an out-of-bounds writ...

7.8CVSS6.3AI score0.00284EPSS
SaveExploits0References23
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

UBUNTU-CVE-2024-36918

In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOCMAXSIZE. This brings the bloom map in line with many other map types. The lack of this protection can...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/24 3:12 p.m.17 views

CVE-2021-47561 i2c: virtio: disable timeout handling

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: disable timeout handling If a timeout is hit, it can result is incorrect data on the I2C bus and/or memory corruptions in the guest since the device can still be operating on the buffers it was given while the guest...

7.8CVSS6.8AI score0.00202EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/22 6:19 a.m.98 views

CVE-2021-47451

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtIDLETIMER: fix panic that occurs when timertype has garbage value Currently, when the rule related to IDLETIMER is added, idletimertg timer structure is initialized by kmalloc on executing idletimertgcreate function...

7.8CVSS6.4AI score0.00225EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

5.5CVSS5.2AI score0.00194EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 3:15 p.m.20 views

CVE-2021-47250

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlblcipsov4addstd Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 size 64: comm "syz-executor842", pid 360, jiffies 4294824824 age 22.546s hex dump first 32 bytes: 00...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.6 views

UBUNTU-CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

5.5CVSS5.7AI score0.00194EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.44 views

CVE-2021-47250

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix memory leak in netlblcipsov4addstd Reported by syzkaller: BUG: memory leak unreferenced object 0xffff888105df7000 size 64: comm "syz-executor842", pid 360, jiffies 4294824824 age 22.546s hex dump first 32 bytes: 00...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References10
Prion
Prion
added 2024/05/21 3:15 p.m.11 views

CVE-2021-47420

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm-sg memory leak Memory is allocated for ttm-sg by kmalloc in kfdmemdmamapuserptr, but isn't freed by kfree in kfdmemdmaunmapuserptr. Free it!...

5.5CVSS0.00194EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:3 p.m.98 views

CVE-2021-47376

CVE-2021-47376 is a Linux kernel issue where an oversize allocation in kmalloc path could trigger a warning during BPF verification. The provided description and connected advisories indicate the fix adds an oversize check before kvcalloc() via the commit that introduces the guard in mm/kvmalloc(...

5.5CVSS6.8AI score0.00254EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 3:3 p.m.19 views

CVE-2021-47376

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc Commit 7661809d493b "mm: don't allow oversized kvmalloc calls" add the oversize check. When the allocation is larger than what kmalloc supports, the following warning triggered: WARNIN...

5.5CVSS7AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 2:15 p.m.5 views

UBUNTU-CVE-2023-52662

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References24
CVE
CVE
added 2024/05/17 1:41 p.m.175 views

CVE-2023-52662

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

7.8CVSS6.7AI score0.00228EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.17 views

CVE-2023-52662 drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

6.7AI score0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS5.2AI score0.00273EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.37 views

CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS5.8AI score0.00273EPSS
SaveExploits0References24
OSV
OSV
added 2024/05/01 1:15 p.m.13 views

UBUNTU-CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0References24
Vulnrichment
Vulnrichment
added 2024/05/01 12:53 p.m.19 views

CVE-2024-27037 clk: zynq: Prevent null pointer dereference caused by kmalloc failure

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

6.7AI score0.00273EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/01 12:53 p.m.1883 views

CVE-2024-27037

CVE-2024-27037 (Linux kernel) affects the zynq clock controller path. The kmalloc() failure in zynq_clk_setup() can yield NULL, risking a NULL pointer dereference when using snprintf() to write to that address. A patch replaces the kmalloc()-based allocation with a stack-allocated variable, preve...

5.5CVSS6.6AI score0.00273EPSS
SaveExploits0References6Affected Software1
Rows per page
Query Builder