Lucene search
+L

24022 matches found

OSV
OSV
added 2025/07/03 9:15 a.m.10 views

UBUNTU-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.5CVSS6.1AI score0.00178EPSS
SaveExploits0References42
OSV
OSV
added 2025/07/03 9:15 a.m.7 views

UBUNTU-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.5CVSS6.1AI score0.00168EPSS
SaveExploits0References41
OSV
OSV
added 2025/07/03 9:15 a.m.10 views

UBUNTU-CVE-2025-38160

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

5.5CVSS6.2AI score0.00156EPSS
SaveExploits0References42
CVE
CVE
added 2025/07/03 8:36 a.m.77 views

CVE-2025-38168

Technical details about CVE-2025-38168 are not publicly available in the provided connected documents. The initial description notes an arm-ni Perf PMU unregister issue causing possible kernel panics on probe failure; monitor for updates from vendors/advisories.

7.8CVSS7AI score0.00153EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.6 views

CVE-2025-38168 perf: arm-ni: Unregister PMUs on probe failure

In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Unregister PMUs on probe failure When a resource allocation fails in one clock domain of an NI device, we need to properly roll back all previously registered perf PMUs in other clock domains of the same device...

7.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:36 a.m.107 views

CVE-2025-38162

CVE-2025-38162 affects the Linux kernel netfilter nft_set_pipapo implementation. The vulnerability arises from potential overflow during lookup table size calculation in the set handling path. The description specifies that the calculation must guard against overflow across multiple factors: desc...

7.8CVSS7.5AI score0.00156EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.17 views

CVE-2025-38162 netfilter: nft_set_pipapo: prevent overflow in lookup table allocation

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc-fieldlen maximum value is U8MAX multiplied by...

7.8CVSS6.6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/03 8:36 a.m.11 views

CVE-2025-38162

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc-fieldlen maximum value is U8MAX multiplied by...

7.8CVSS5.5AI score0.00156EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 8:36 a.m.5 views

CVE-2025-38160 clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()

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

7.2AI score
SaveExploits0References12
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38145 soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()

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

6.4AI score
SaveExploits0References13
CVE
CVE
added 2025/07/03 8:35 a.m.117 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.00181EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.16 views

CVE-2025-38145 soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()

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

0.00181EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/03 8:35 a.m.105 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.00177EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.16 views

CVE-2025-38143 backlight: pm8941: Add NULL check in wled_configure()

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

0.00177EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38143 backlight: pm8941: Add NULL check in wled_configure()

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

6.3AI score
SaveExploits0References12
OSV
OSV
added 2025/07/03 8:35 a.m.7 views

CVE-2025-38138 dmaengine: ti: Add NULL check in udma_probe()

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

6.3AI score
SaveExploits0References12
OSV
OSV
added 2025/07/03 8:35 a.m.5 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 ...

6.3AI score
SaveExploits0References10
Redos
Redos
added 2025/07/03 12:00 a.m.11 views

ROS-20250703-06

A vulnerability in the mpmathify function of the mpmath library of the Python programming language interpreter is related to the unrestricted resource allocation. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service ReDos. remotely to cause a deni...

7.5CVSS7AI score0.04179EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2025/07/03 12:00 a.m.11 views

AlmaLinux 9 : grub2 (ALSA-2025:6990)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:6990 advisory. grub2: reader/jpeg: Heap OOB Write during JPEG parsing CVE-2024-45774 grub2: commands/extcmd: Missing check for failed allocation CVE-2024-45775 grub2:...

6.7CVSS6.7AI score0.00702EPSS
SaveExploits1References10
BDU FSTEC
BDU FSTEC
added 2025/07/03 12:00 a.m.16 views

The vulnerability of the Linux operating system’s kernel, related to the allocation of unlimited memory, allows a hacker to trigger a service failure.

The vulnerability of the Linux operating system’s kernel is related to the allocation of unlimited memory. Exploiting this vulnerability can allow a hacker to cause a service failure...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References12Affected Software4
Rows per page
Query Builder