Lucene search
+L

2152 matches found

OSV
OSV
added 2024/09/11 4:15 p.m.8 views

AZL-49215 CVE-2024-45028 affecting package kernel for versions less than 6.6.51.1-1

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.5CVSS6.4AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.5 views

AZL-49200 CVE-2024-45028 affecting package kernel for versions less than 5.15.167.1-1

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.5CVSS6.4AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.2 views

DEBIAN-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.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.7 views

UBUNTU-CVE-2024-45027

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check for xhci-interrupters being allocated in xhcimemclearup If xhcimeminit fails, it calls into xhcimemcleanup to mop up the damage. If it fails early enough, before xhci-interrupters is allocated but after...

5.5CVSS6.5AI score0.00206EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/11 4:15 p.m.3 views

UBUNTU-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.5CVSS6.2AI score0.00246EPSS
SaveExploits0References27
Vulnrichment
Vulnrichment
added 2024/09/11 3:13 p.m.19 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.00246EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/11 3:13 p.m.124 views

CVE-2024-45028

Summary (CVE-2024-45028) : The vulnerability is in the Linux kernel code path mmc_test, where the allocation of test->highmem via alloc_pages() can lead to a NULL dereference when __free_pages(test->highmem) executes after allocation failure. The fix changes the dereference handling to avoi...

5.5CVSS6.1AI score0.00246EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/09/11 3:13 p.m.15 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...

5.5CVSS6.1AI score0.00246EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/09/11 3:13 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.5CVSS5.7AI score0.00246EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.13 views

nfp: flower: handle acti_netdevs allocation failure

...

5.5CVSS6.7AI score0.00297EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.15 views

nouveau/dmem: handle kcalloc() allocation failure

...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/09/11 1:10 a.m.8 views

kernel: xdp: Remove WARN() from __xdp_reg_mem_model()

A flaw was found in the Linux kernel's xdp subsystem in the xdpregmemmodel function where a memory allocation failure will trigger a warning if the function memidinithashtable returns an error. This warning is unnecessary as it elevates the severity of a memory allocation failure and pollutes the...

5.5CVSS6.8AI score0.00249EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/09/11 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from a null pointer dereference problem in the mmc:mmctest component when there is an allocation failure. No...

5.5CVSS6.9AI score0.00246EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.2 views

SUSE CVE-2024-45002

In the Linux kernel, the following vulnerability has been resolved: rtla/osnoise: Prevent NULL dereference in error handling If the "tool-data" allocation fails then there is no need to call osnoisefreetop and, in fact, doing so will lead to a NULL dereference...

5.5CVSS6.3AI score0.00224EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/04 8:15 p.m.2 views

DEBIAN-CVE-2024-45002

In the Linux kernel, the following vulnerability has been resolved: rtla/osnoise: Prevent NULL dereference in error handling If the "tool-data" allocation fails then there is no need to call osnoisefreetop and, in fact, doing so will lead to a NULL dereference...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/04 7:15 p.m.1 views

DEBIAN-CVE-2024-44963

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON when freeing tree block after error When freeing a tree block, at btrfsfreetreeblock, if we fail to create a delayed reference we don't deal with the error and just do a BUGON. The error most likely to happen ...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/09/04 7:24 a.m.5 views

kernel: mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS6.8AI score0.00241EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/23 11:8 a.m.3 views

OESA-2024-2046 libtiff security update

This provides support for the Tag Image File Format TIFF, a widely used format for storing image data. The latest version of the TIFF specification is available on-line in several different formats.And contains command-line programs for manipulating TIFF format image files using the libtiff...

7.5CVSS6.6AI score0.01516EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.3 views

SUSE CVE-2022-48885

In the Linux kernel, the following vulnerability has been resolved: ice: Fix potential memory leak in icegnssttywrite The icegnssttywrite return directly if the writebuf alloc failed, leaking the cmdbuf. Fix by free cmdbuf if writebuf alloc failed...

4.4CVSS6.3AI score0.00205EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/08/22 2:58 a.m.5 views

SUSE CVE-2024-43864

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix CT entry update leaks of modify header context The cited commit allocates a new modify header to replace the old one when updating CT entry. But if failed to allocate a new one, eg. exceed the max number firmware c...

5.5CVSS7.3AI score0.00207EPSS
SaveExploits0References10
Rows per page
Query Builder