Lucene search
+L

166 matches found

OSV
OSV
added 2025/10/04 4:15 p.m.7 views

UBUNTU-CVE-2023-53544

In the Linux kernel, the following vulnerability has been resolved: cpufreq: davinci: Fix clk use after free The remove function first frees the clks and only then calls cpufrequnregisterdriver. If one of the cpufreq callbacks is called just before cpufrequnregisterdriver is run, the freed clks...

7.8CVSS5.7AI score0.00149EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.14 views

CVE-2023-53544 cpufreq: davinci: Fix clk use after free

In the Linux kernel, the following vulnerability has been resolved: cpufreq: davinci: Fix clk use after free The remove function first frees the clks and only then calls cpufrequnregisterdriver. If one of the cpufreq callbacks is called just before cpufrequnregisterdriver is run, the freed clks...

0.00149EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/10/04 3:16 p.m.7 views

CVE-2023-53544

In the Linux kernel, the following vulnerability has been resolved: cpufreq: davinci: Fix clk use after free The remove function first frees the clks and only then calls cpufrequnregisterdriver. If one of the cpufreq callbacks is called just before cpufrequnregisterdriver is run, the freed clks...

7.8CVSS5.8AI score0.00149EPSS
Exploits0
OSV
OSV
added 2025/10/04 3:16 p.m.7 views

CVE-2023-53544 cpufreq: davinci: Fix clk use after free

In the Linux kernel, the following vulnerability has been resolved: cpufreq: davinci: Fix clk use after free The remove function first frees the clks and only then calls cpufrequnregisterdriver. If one of the cpufreq callbacks is called just before cpufrequnregisterdriver is run, the freed clks...

7.8CVSS6.5AI score0.00149EPSS
Exploits0References7
CVE
CVE
added 2025/10/04 3:16 p.m.19 views

CVE-2023-53544

CVE-2023-53544 affects the Linux kernel cpufreq implementation for the davinci platform. The issue arises from a use-after-free: the remove function frees the clks before calling cpufreq_unregister_driver(), so a cpufreq callback that runs just before driver teardown may access freed clks. Public...

7.8CVSS6.2AI score0.00149EPSS
Exploits0References4Affected Software1
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2025-16379

Malicious code in bioql PyPI...

4.8CVSS6.6AI score0.00128EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-25566

Malicious code in bioql PyPI...

8.6AI score0.00159EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-5501

Malicious code in bioql PyPI...

8.4CVSS6.6AI score0.00195EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-36138

Malicious code in bioql PyPI...

8.8CVSS8.5AI score0.006EPSS
Exploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-28265

Malicious code in bioql PyPI...

9.8CVSS9.1AI score0.00741EPSS
Exploits1References1
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:3 a.m.4 views

clk: davinci: Add NULL check in davinci_lpsc_clk_register()

...

5.5CVSS6.8AI score0.00159EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/09/02 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2025-38635

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - clk: davinci: Add NULL check in davincilpscclkregister devmkasprintf returns NULL when memory allocation fails. Currently, davincilpscclkregister does not check...

5.5CVSS5.6AI score0.00159EPSS
Exploits0References2
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
Exploits0References22
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
Exploits0References11
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
Exploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.9 views

AZL-73485 CVE-2025-38635 affecting package kernel for versions less than 5.15.200.1-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
Exploits0References1
OSV
OSV
added 2025/08/22 4:15 p.m.1 views

DEBIAN-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.3AI score0.00159EPSS
Exploits0References1
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
Exploits0References40
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
Exploits0References9
OSV
OSV
added 2025/08/22 4:0 p.m.14 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...

5.5CVSS7.3AI score0.00159EPSS
Exploits0References14
Rows per page
Query Builder