Lucene search
+L

6340 matches found

Cvelist
Cvelist
added 2024/11/19 5:31 p.m.27 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

0.00186EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/19 5:31 p.m.14 views

CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS5.4AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:31 p.m.32 views

CVE-2024-53076

In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iiogtsbuildavailscaletable If pertimescalesi or pertimegainsi kcalloc fails in the for loop of iiogtsbuildavailscaletable, the errfreeout will fail to call kfree each time...

7.8CVSS5.7AI score0.00228EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:31 p.m.8 views

CVE-2024-53074

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API 9260 and down. On those devices, we couldn't start the AP again after the ...

5.5CVSS4.8AI score0.00188EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 5:31 p.m.23 views

CVE-2024-53075 riscv: Prevent a bad reference count on CPU nodes

In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go through a specific branch which returns early and does...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/11/19 5:31 p.m.25 views

CVE-2024-53075

In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go through a specific branch which returns early and does...

5.5CVSS5.5AI score0.00214EPSS
SaveExploits0
CVE
CVE
added 2024/11/19 5:31 p.m.146 views

CVE-2024-53075

The CVE-2024-53075 entry concerns the Linux kernel riscv path used while populating cache leaves. Root cause: when ACPI is enabled, the code path early-returns and omits of_node_put for the CPU device node, creating a potential bad reference count. The fix moves the CPU node initialization to aft...

5.5CVSS5.5AI score0.00214EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.45 views

CVE-2024-53072

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/pmc: Detect when STB is not available Loading the amdpmc module as: amdpmc enablestb=1 ...can result in the following messages in the kernel ring buffer: amdpmc AMDI0009:00: SMU cmd failed. err: 0xff ioremap on R...

5.5CVSS5.7AI score0.00238EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.43 views

CVE-2024-53071

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Be stricter about IO mapping flags The current panthordevicemmapio implementation has two issues: 1. For mapping DRMPANTHORUSERFLUSHIDMMIOOFFSET, panthordevicemmapio bails if VMWRITE is set, but does not clear...

5.5CVSS5.5AI score0.00195EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.12 views

CVE-2024-53070

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: fix fault at system suspend if device was already runtime suspended If the device was already runtime suspended then during system suspend we cannot access the device registers else it will crash. Also we cannot access...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.14 views

CVE-2024-53067

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Start the RTC update work later The RTC update work involves runtime resuming the UFS controller. Hence, only start the RTC update work after runtime power management in the UFS driver has been fully initialized...

5.5CVSS5.7AI score0.00214EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.11 views

CVE-2024-53064

In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpfvccoreinit error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset i...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.13 views

CVE-2024-53065

In the Linux kernel, the following vulnerability has been resolved: mm/slab: fix warning caused by duplicate kmemcache creation in kmembucketscreate Commit b035f5a6d852 "mm: slab: reduce the kmalloc minimum alignment if DMA bouncing possible" reduced ARCHKMALLOCMINALIGN to 8 on arm64. However, wi...

5.5CVSS5.3AI score0.00223EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.14 views

CVE-2024-53061

In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to prevent it. While here, remove an unused word ...

7.8CVSS5.8AI score0.00305EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.12 views

CVE-2024-53062

In the Linux kernel, the following vulnerability has been resolved: media: mgb4: protect driver against spectre Frequency range is set from sysfs via frequencyrangestore, being vulnerable to spectre, as reported by smatch: drivers/media/pci/mgb4/mgb4cmt.c:231 mgb4cmtsetvinfreqrange warn: potentia...

7.1CVSS6.1AI score0.00223EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:22 p.m.9 views

CVE-2024-53060

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpievaluateobject may return AENOTFOUND failure, which would result in dereferencing buffer.pointer obj while being NULL. Although this case may be unrealisti...

5.5CVSS5.7AI score0.00258EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/19 5:22 p.m.51 views

CVE-2024-53060 drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent NULL pointer dereference if ATIF is not supported acpievaluateobject may return AENOTFOUND failure, which would result in dereferencing buffer.pointer obj while being NULL. Although this case may be unrealisti...

0.00258EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/19 5:19 p.m.9 views

CVE-2024-53059

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: Fix response handling in iwlmvmsendrecoverycmd 1. The size of the response packet is not validated. 2. The response buffer is not freed. Resolve these issues by switching to iwlmvmsendcmdstatus, which handles...

7.8CVSS6AI score0.00398EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:19 p.m.14 views

CVE-2024-53058

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data In case the non-paged data of a SKB carries protocol header and protocol payload to be transmitted on a certain platform that the DMA AXI address width is...

9.4CVSS6AI score0.00606EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/11/19 5:19 p.m.54 views

CVE-2024-53055

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix 6 GHz scan construction If more than 255 colocated APs exist for the set of all APs found during 2.4/5 GHz scanning, then the 6 GHz scan construction will loop forever since the loop variable has type u8,...

5.5CVSS5.6AI score0.00259EPSS
SaveExploits0
Rows per page
Query Builder