Lucene search
+L

1310 matches found

CVE
CVE
added 2025/07/03 8:36 a.m.86 views

CVE-2025-38160

CVE-2025-38160 affects the Linux kernel due to a NULL pointer dereference in the Raspberry Pi clock registration path. Specifically, raspberrypi_clk_register() does not handle a NULL return from devm_kasprintf(), which can occur if memory allocation fails. A fix has added a NULL check after devm_...

5.5CVSS7.1AI score0.0015EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38145

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: Add NULL check in aspeedlpcenablesnoop devmkasprintf returns NULL when memory allocation fails. Currently, aspeedlpcenablesnoop does not check for this case, which results in a NULL pointer dereference. Add NULL chec...

5.5CVSS5.4AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:35 a.m.100 views

CVE-2025-38145

CVE-2025-38145 affects the Linux kernel in the ASPEED SoC driver (aspeed_lpc_enable_snoop). The vulnerability is due to not checking the return value of devm_kasprintf(), which can return NULL on memory allocation failure, leading to a NULL pointer dereference. The connected documentation confirm...

5.5CVSS7.1AI score0.00174EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.88 views

CVE-2025-38143

CVE-2025-38143 (Linux kernel) is addressed in Azure Linux 3.0 by a patch that fixes a NULL-dereference in backlight pm8941 when devm_kasprintf() returns NULL. The issue occurs in wled_configure() due to a missing NULL check after allocation. The fix adds the necessary NULL check after devm_kaspri...

5.5CVSS7.1AI score0.0017EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.4 views

CVE-2025-38143

In the Linux kernel, the following vulnerability has been resolved: backlight: pm8941: Add NULL check in wledconfigure devmkasprintf returns NULL when memory allocation fails. Currently, wledconfigure does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS5.4AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/07/03 8:35 a.m.83 views

CVE-2025-38138

CVE-2025-38138 concerns the Linux kernel TI DMA engine, specifically the ti udmaProbe path. The root cause is a NULL pointer dereference when devm_kasprintf() returns NULL due to memory allocation failure, because udma_probe() did not check this return value. The vulnerability is mitigated by a p...

5.5CVSS7.1AI score0.0017EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38138

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Add NULL check in udmaprobe devmkasprintf returns NULL when memory allocation fails. Currently, udmaprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after devmkasprint...

5.5CVSS5.4AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:35 a.m.3 views

CVE-2025-38122 gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gveallocpendingpacket in TX DQO gveallocpendingpacket can return NULL, but gvetxaddskbdqo did not check for this case before dereferencing the returned pointer. Add a missing NULL check to prevent ...

5.5CVSS6.3AI score0.0016EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.4 views

CVE-2025-38122

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gveallocpendingpacket in TX DQO gveallocpendingpacket can return NULL, but gvetxaddskbdqo did not check for this case before dereferencing the returned pointer. Add a missing NULL check to prevent ...

5.5CVSS5.5AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.12 views

CVE-2025-38122 gve: add missing NULL check for gve_alloc_pending_packet() in TX DQO

In the Linux kernel, the following vulnerability has been resolved: gve: add missing NULL check for gveallocpendingpacket in TX DQO gveallocpendingpacket can return NULL, but gvetxaddskbdqo did not check for this case before dereferencing the returned pointer. Add a missing NULL check to prevent ...

0.0016EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:35 a.m.89 views

CVE-2025-38122

In CVE-2025-38122, the Linux kernel vulnerability is due to a missing NULL check in gve_alloc_pending_packet() used by gve_tx_add_skb_dqo(). The function can return NULL, but the caller did not guard against this, risking NULL pointer dereference in low‑memory scenarios. The fix adds the missing ...

5.5CVSS7.1AI score0.0016EPSS
SaveExploits0References7Affected Software1
RedhatCVE
RedhatCVE
added 2025/06/20 8:23 p.m.8 views

CVE-2025-38070

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

7CVSS7.1AI score0.0013EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 10:15 a.m.29 views

CVE-2025-38070

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

5.5CVSS0.0013EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 10:15 a.m.7 views

CVE-2025-38007

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogicinputconfigured devmkasprintf returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, which results in a NULL pointer dereference. Add NULL...

5.5CVSS0.00162EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/06/18 9:33 a.m.25 views

CVE-2025-38070 ASoC: sma1307: Add NULL check in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

0.0013EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 9:33 a.m.4 views

CVE-2025-38070 ASoC: sma1307: Add NULL check in sma1307_setting_loaded()

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

5.5CVSS6AI score0.0013EPSS
SaveExploits0References5
CVE
CVE
added 2025/06/18 9:33 a.m.57 views

CVE-2025-38070

The CVE-2025-38070 entry concerns the Linux kernel ASoC sma1307 driver. The vulnerability arises from missing NULL checks in sma1307_setting_loaded(), with allocations via kzalloc and devm_kzalloc that could be NULL. The connected Astra Linux advisory confirms this description and notes that mult...

5.5CVSS6.4AI score0.0013EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38070

In the Linux kernel, the following vulnerability has been resolved: ASoC: sma1307: Add NULL check in sma1307settingloaded All varibale allocated by kzalloc and devmkzalloc could be NULL. Multiple pointer checks and their cleanup are added. This issue is found by our static analysis tool...

5.5CVSS5.3AI score0.0013EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.5 views

CVE-2025-38025

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7606: check for NULL before calling swmodeconfig Check that the swmodeconfig function pointer is not NULL before calling it. Not all buses define this callback, which resulted in a NULL pointer dereference...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.7 views

CVE-2025-38021

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix null check of pipectx-planestate for updatedchubpdpp Similar to commit 6a057072ddd1 "drm/amd/display: Fix null check for pipectx-planestate in dcn20programpipe" that addresses a null pointer dereference on...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0
Rows per page
Query Builder