Lucene search
+L

451 matches found

RedhatCVE
RedhatCVE
added 2024/08/19 1:45 p.m.17 views

CVE-2024-43821

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfcxcvrdatashow, the memory allocation with kmalloc might fail, thereby making rdpcontext a null pointer. In the following context and functions that use this...

4.4CVSS6.9AI score0.00225EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/08/19 12:0 a.m.22 views

The vulnerability of the kmalloc() function in the mm/slub component of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the kmalloc function in the mm/slub component of the Linux operating system is related to a crash due to insufficient memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References21Affected Software2
CVE
CVE
added 2024/08/17 9:22 a.m.165 views

CVE-2024-43854

The CVE-2024-43854 entry relates to the Linux kernel vulnerability where the integrity buffer used for media writes was not zero-initialized. Root cause: metadata allocated by bio_integrity_prep used plain kmalloc, risking writing random kernel memory into media; PI metadata exposure is limited, ...

5.5CVSS6.7AI score0.00234EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:22 a.m.42 views

CVE-2024-43854 block: initialize integrity buffer to zero before writing it to media

In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by biointegrityprep is using plain kmalloc, which leads to random kernel memory being written media. For PI metadata this is limited to the app...

0.00234EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.13 views

CVE-2024-43821 scsi: lpfc: Fix a possible null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfcxcvrdatashow, the memory allocation with kmalloc might fail, thereby making rdpcontext a null pointer. In the following context and functions that use this...

6.8AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/17 9:21 a.m.13 views

CVE-2024-43821 scsi: lpfc: Fix a possible null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfcxcvrdatashow, the memory allocation with kmalloc might fail, thereby making rdpcontext a null pointer. In the following context and functions that use this...

5.9AI score
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.8 views

kernel: nfp: flower: handle acti_netdevs allocation failure

A vulnerability was found in the Linux kernel's ethernet lagconf.c driver in the nfpfllagdowork function, where a NULL pointer dereference can occur due to a lack of proper checks. The scenario is caused when the function attempts to call kmallocarray, which returns as NULL because the physical...

5.5CVSS7.2AI score0.00297EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/31 12:54 a.m.7 views

kernel: nfp: flower: handle acti_netdevs allocation failure

A vulnerability was found in the Linux kernel's ethernet lagconf.c driver in the nfpfllagdowork function, where a NULL pointer dereference can occur due to a lack of proper checks. The scenario is caused when the function attempts to call kmallocarray, which returns as NULL because the physical...

5.5CVSS7.2AI score0.00297EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/29 2:57 p.m.27 views

CVE-2024-41058 cachefiles: fix slab-use-after-free in fscache_withdraw_volume()

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in fscachewithdrawvolume We got the following issue in our fault injection stress test: ================================================================== BUG: KASAN: slab-use-after-free in...

7.1AI score0.00281EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/12 1:15 p.m.23 views

CVE-2024-40947

In the Linux kernel, the following vulnerability has been resolved: ima: Avoid blocking in RCU read-side critical section A panic happens in imamatchpolicy: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010 PGD 42f873067 P4D 0 Oops: 0000 1 SMP NOPTI CPU: 5 PID: 1286325 Com...

7.8CVSS0.00262EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.21 views

CVE-2024-40947 ima: Avoid blocking in RCU read-side critical section

In the Linux kernel, the following vulnerability has been resolved: ima: Avoid blocking in RCU read-side critical section A panic happens in imamatchpolicy: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010 PGD 42f873067 P4D 0 Oops: 0000 1 SMP NOPTI CPU: 5 PID: 1286325 Com...

6.4AI score0.00262EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.5 views

SUSE CVE-2021-47612

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

5.5CVSS7.6AI score0.00223EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.12 views

SUSE 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.8CVSS7.2AI score0.00284EPSS
SaveExploits0References38
Cvelist
Cvelist
added 2024/06/19 2:58 p.m.33 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.11 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.8 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...

7.8CVSS6.1AI score0.00234EPSS
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.104 views

CVE-2021-47451

The provided documents confirm CVE-2021-47451 affects the Linux kernel’s netfilter xt_IDLETIMER implementation, where idletimer_tg_create initializes timer_type via kmalloc, leaving timer->timer_type garbage and causing a kernel panic. The fix, described in the sources, initializes timer->t...

7.8CVSS6.4AI score0.00234EPSS
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
Rows per page
Query Builder