Lucene search
+L

90 matches found

SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.10 views

SUSE CVE-2024-57928

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix enomem handling in buffered reads If netfsreadtopagecache gets an error from either -prepareread or from netfspreparereaditerator, it needs to decrement -nroutstanding, cancel the subrequest and break out of the issuin...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2025/01/19 11:52 a.m.102 views

CVE-2024-57928

CVE-2024-57928 (Linux kernel) : The vulnerability is in netfs buffered reads. When netfs_read_to_pagecache() encounters an error from either ->prepare_read() or netfs_prepare_read_iterator(), it must decrement ->nr_outstanding, cancel the subrequest, and break the issuing loop. The patch fi...

7.1CVSS6.5AI score0.00232EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/11/05 5:10 p.m.168 views

CVE-2024-50120

CVE-2024-50120 affects the Linux kernel SMB client. The vulnerability stems from missing checks for kstrdup failures when duplicating passwords in smb3_reconfigure(), leading to ses->password or ses->password2 allocation failures. The documented remediation is to return -ENOMEM if ses->p...

5.5CVSS5.3AI score0.00216EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/10/21 1:53 p.m.32 views

CLSA-2024-1729518811 Fix of 15 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-38632 - vfio/pci: fix potential memory leak in vfiointxenable CVE-url: https://ubuntu.com/security/CVE-2024-46840 - btrfs: clean up our handling of refs == 0 in snapshot delete CVE-url: https://ubuntu.com/security/CVE-2024-44954 - ALSA: line6: Fix rac...

9.8CVSS6.9AI score0.00672EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/09/28 2:51 a.m.8 views

SUSE CVE-2024-46841

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

5.5CVSS7.3AI score0.00245EPSS
SaveExploits0References18
CVE
CVE
added 2024/09/27 12:39 p.m.138 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.18 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.21 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.16 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.19 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.21 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.18 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.27 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.42 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.29 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.193 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
Rows per page
Query Builder