Lucene search
+L

1308 matches found

Positive Technologies
Positive Technologies
added 2025/08/25 12:0 a.m.5 views

PT-2025-42782

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description A flaw exists in the Linux kernel's ASoC Qcom Audioreach module where the audioreach widget load module common function may return NULL or an error pointer. A missing NULL check could le...

4.6CVSS5.8AI score0.00236EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.3 views

SUSE CVE-2025-38629

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: scarlett2: Fix missing NULL check scarlett2inputselectctlinfo sets up the string arrays allocated via kasprintf, but it misses NULL checks, which may lead to NULL dereference Oops. Let's add the proper NULL check...

5.5CVSS6.5AI score0.00143EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.10 views

SUSE CVE-2025-38635

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

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.6 views

SUSE CVE-2025-38645

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev-dm allocation in mlx5initonce fails...

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References20
OSV
OSV
added 2025/08/22 4:15 p.m.2 views

DEBIAN-CVE-2025-38645

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev-dm allocation in mlx5initonce fails...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.12 views

AZL-73623 CVE-2025-38645 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev-dm allocation in mlx5initonce fails...

5.5CVSS5.6AI score0.00147EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 4:15 p.m.4 views

CVE-2025-38635

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

5.5CVSS0.00159EPSS
SaveExploits0References11
OSV
OSV
added 2025/08/22 4:15 p.m.6 views

AZL-66647 CVE-2025-38634 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-charger: Fix null check for powersupplygetbyname In the cpcapusbdetect function, the powersupplygetbyname function may return NULL instead of an error pointer. To prevent potential null pointer dereferences,...

5.5CVSS5.6AI score0.00146EPSS
SaveExploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.7 views

AZL-66638 CVE-2025-38635 affecting package kernel for versions less than 6.6.104.2-1

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

5.5CVSS5.6AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2025/08/22 4:15 p.m.18 views

CVE-2025-38629

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: scarlett2: Fix missing NULL check scarlett2inputselectctlinfo sets up the string arrays allocated via kasprintf, but it misses NULL checks, which may lead to NULL dereference Oops. Let's add the proper NULL check...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/08/22 4:15 p.m.52 views

UBUNTU-CVE-2025-38629

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb: scarlett2: Fix missing NULL check scarlett2inputselectctlinfo sets up the string arrays allocated via kasprintf, but it misses NULL checks, which may lead to NULL dereference Oops. Let's add the proper NULL check...

5.7CVSS5.7AI score0.00143EPSS
SaveExploits0References12
OSV
OSV
added 2025/08/22 4:15 p.m.3 views

UBUNTU-CVE-2025-38635

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

5.5CVSS5.9AI score0.00159EPSS
SaveExploits0References40
OSV
OSV
added 2025/08/22 4:15 p.m.4 views

UBUNTU-CVE-2025-38634

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-charger: Fix null check for powersupplygetbyname In the cpcapusbdetect function, the powersupplygetbyname function may return NULL instead of an error pointer. To prevent potential null pointer dereferences,...

5.5CVSS5.9AI score0.00146EPSS
SaveExploits0References40
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.17 views

CVE-2025-38655 pinctrl: canaan: k230: add NULL check in DT parse

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of ofgetproperty when retrieving the "pinmux" property in the group parser. This avoids a potential NULL pointer dereference if the property ...

0.00143EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/08/22 4:0 p.m.8 views

CVE-2025-38655

In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of ofgetproperty when retrieving the "pinmux" property in the group parser. This avoids a potential NULL pointer dereference if the property ...

5.5CVSS5.3AI score0.00143EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.18 views

CVE-2025-38645 net/mlx5: Check device memory pointer before usage

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev-dm allocation in mlx5initonce fails...

0.00147EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/08/22 4:0 p.m.8 views

CVE-2025-38645

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev-dm allocation in mlx5initonce fails...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.21 views

CVE-2025-38635 clk: davinci: Add NULL check in davinci_lpsc_clk_register()

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

0.00159EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/08/22 4:0 p.m.12 views

CVE-2025-38634 power: supply: cpcap-charger: Fix null check for power_supply_get_by_name

In the Linux kernel, the following vulnerability has been resolved: power: supply: cpcap-charger: Fix null check for powersupplygetbyname In the cpcapusbdetect function, the powersupplygetbyname function may return NULL instead of an error pointer. To prevent potential null pointer dereferences,...

0.00146EPSS
SaveExploits0References7
CVE
CVE
added 2025/08/22 4:0 p.m.41 views

CVE-2025-38634

The CVE-2025-38634 issue is in the Linux kernel’s CPCAP charger code. In cpcap_usb_detect(), power_supply_get_by_name() can return NULL instead of an error pointer, risking a NULL dereference. A null check was added to prevent this. Impact is described as local, with availability impact, and a ME...

5.5CVSS6.6AI score0.00146EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder