Lucene search
+L

85 matches found

CVE
CVE
added 2024/09/27 12:39 p.m.136 views

CVE-2024-46841

Technical details about CVE-2024-46841 are not publicly available in the provided connected documents. Monitor for updates from official advisories and vendor pages.

5.5CVSS6.6AI score0.00245EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/09/27 12:39 p.m.17 views

CVE-2024-46841 btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc()

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUGON on ENOMEM from btrfslookupextentinfo in walkdownproc We handle errors here properly, ENOMEM isn't fatal, return the error...

6.1AI score
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/09/11 6:20 p.m.20 views

CVE-2024-45028

In the Linux kernel, the following vulnerability has been resolved: mmc: mmctest: Fix NULL dereference on allocation failure If the "test-highmem = allocpages" allocation fails then calling freepagestest-highmem will result in a NULL dereference. Also change the error code to -ENOMEM instead of...

5.5CVSS7.3AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/11 4:15 p.m.15 views

CVE-2024-45028

In the Linux kernel, the following vulnerability has been resolved: mmc: mmctest: Fix NULL dereference on allocation failure If the "test-highmem = allocpages" allocation fails then calling freepagestest-highmem will result in a NULL dereference. Also change the error code to -ENOMEM instead of...

5.5CVSS0.00248EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/09/11 3:13 p.m.18 views

CVE-2024-45028

In the Linux kernel, the following vulnerability has been resolved: mmc: mmctest: Fix NULL dereference on allocation failure If the "test-highmem = allocpages" allocation fails then calling freepagestest-highmem will result in a NULL dereference. Also change the error code to -ENOMEM instead of...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/09/11 3:13 p.m.20 views

CVE-2024-45028 mmc: mmc_test: Fix NULL dereference on allocation failure

In the Linux kernel, the following vulnerability has been resolved: mmc: mmctest: Fix NULL dereference on allocation failure If the "test-highmem = allocpages" allocation fails then calling freepagestest-highmem will result in a NULL dereference. Also change the error code to -ENOMEM instead of...

6.9AI score0.00248EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/11 3:13 p.m.16 views

CVE-2024-45028 mmc: mmc_test: Fix NULL dereference on allocation failure

In the Linux kernel, the following vulnerability has been resolved: mmc: mmctest: Fix NULL dereference on allocation failure If the "test-highmem = allocpages" allocation fails then calling freepagestest-highmem will result in a NULL dereference. Also change the error code to -ENOMEM instead of...

6.1AI score
SaveExploits0References13
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.26 views

CVE-2024-43822

In the Linux kernel, the following vulnerability has been resolved: ASoc: PCM6240: Return directly after a failed devmkzalloc in pcmdevicei2cprobe The value “-ENOMEM” was assigned to the local variable “ret” in one if branch after a devmkzalloc call failed at the beginning. This error code will...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.40 views

CVE-2024-43822 ASoc: PCM6240: Return directly after a failed devm_kzalloc() in pcmdevice_i2c_probe()

In the Linux kernel, the following vulnerability has been resolved: ASoc: PCM6240: Return directly after a failed devmkzalloc in pcmdevicei2cprobe The value “-ENOMEM” was assigned to the local variable “ret” in one if branch after a devmkzalloc call failed at the beginning. This error code will...

0.00193EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/07/05 12:50 p.m.20 views

CVE-2024-39477

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vmaaddreservation upon ENOMEM sysbot reported a splat 1 on unmaphugepagerange. This is because vmaneedsreservation can return -ENOMEM if allocatefileregionentries fails to allocate the fileregion struct fo...

5.5CVSS6.9AI score0.00189EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.27 views

CVE-2024-39477

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vmaaddreservation upon ENOMEM sysbot reported a splat 1 on unmaphugepagerange. This is because vmaneedsreservation can return -ENOMEM if allocatefileregionentries fails to allocate the fileregion struct fo...

7.8CVSS5.9AI score0.00189EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.40 views

CVE-2024-39477 mm/hugetlb: do not call vma_add_reservation upon ENOMEM

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vmaaddreservation upon ENOMEM sysbot reported a splat 1 on unmaphugepagerange. This is because vmaneedsreservation can return -ENOMEM if allocatefileregionentries fails to allocate the fileregion struct fo...

7.8CVSS0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/05 6:55 a.m.27 views

CVE-2024-39477 mm/hugetlb: do not call vma_add_reservation upon ENOMEM

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vmaaddreservation upon ENOMEM sysbot reported a splat 1 on unmaphugepagerange. This is because vmaneedsreservation can return -ENOMEM if allocatefileregionentries fails to allocate the fileregion struct fo...

7.8CVSS4.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/06/25 2:22 p.m.50 views

CVE-2024-39276 ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

0.00233EPSS
SaveExploits0References8
CVE
CVE
added 2024/06/25 2:22 p.m.190 views

CVE-2024-39276

CVE-2024-39276: Linux kernel ext4 mb_cache_entry e_refcnt leak fixed. In ext4_xattr_block_cache_find(), on failure from ext4_sb_bread() returning -ENOMEM, the ce’s e_refcnt could leak, triggering mb_cache_destroy(). Quick fix: call mb_cache_entry_put() on the -ENOMEM error path. Connected Astra L...

5.5CVSS7.5AI score0.00233EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/25 2:22 p.m.35 views

CVE-2024-39276 ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find()

In the Linux kernel, the following vulnerability has been resolved: ext4: fix mbcacheentry's erefcnt leak in ext4xattrblockcachefind Syzbot reports a warning as follows: ============================================ WARNING: CPU: 0 PID: 5075 at fs/mbcache.c:419 mbcachedestroy+0x224/0x290 Modules...

7AI score0.00233EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/24 2:15 p.m.9 views

UBUNTU-CVE-2024-34030

In the Linux kernel, the following vulnerability has been resolved: PCI: ofproperty: Return error for intmap allocation failure Return -ENOMEM from ofpcipropintrmap if kcalloc fails to prevent a NULL pointer dereference in this case. bhelgaas: commit log...

4.7CVSS6AI score0.00212EPSS
SaveExploits0References13
Cvelist
Cvelist
added 2024/05/19 8:34 a.m.31 views

CVE-2024-35883 spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe

In the Linux kernel, the following vulnerability has been resolved: spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxxspiprobe In function pci1xxxxspiprobe, there is a potential null pointer that may be caused by a failed memory allocation by the function devmkzalloc. Hence, a...

6.3AI score0.00225EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.34 views

CVE-2024-27048 wifi: brcm80211: handle pmk_op allocation failure

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

7.6AI score0.00274EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.24 views

CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS7AI score0.00274EPSS
SaveExploits0
Rows per page
Query Builder