Lucene search
+L

56 matches found

Cvelist
Cvelist
added 2025/03/06 4:13 p.m.33 views

CVE-2024-58076 clk: qcom: gcc-sm6350: Add missing parent_map for two clocks

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-sm6350: Add missing parentmap for two clocks If a clkrcg2 has a parent, it should also have parentmap defined, otherwise we'll get a NULL pointer dereference when calling clksetrate like the following: 3.388105 Cal...

0.00179EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.18 views

CVE-2024-58066 clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

0.0015EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.19 views

Linux Distros Unpatched Vulnerability : CVE-2024-58076

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-sm6350: Add missing parentmap for two clocks If a clkrcg2 has a parent, it...

5.5CVSS5.8AI score0.00179EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/26 7:01 a.m.20 views

CVE-2022-49427

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Remove clkdisable in mtkiommuremove After the commit b34ea31fe013 "iommu/mediatek: Always enable the clk on resume", the iommu clock is controlled by the runtime callback. thus remove the clk control in the...

5.5CVSS0.00263EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:11 a.m.79 views

CVE-2022-49383

CVE-2022-49383 describes a Linux kernel issue where during restart the watchdog driver for rzg2l_wdt could hit a BUG: Invalid wait context. The fix patches the restart sequence to use clk_prepare_enable() instead of pm_runtime_get_sync() to turn on clocks, addressing the invalid-wait context obse...

5.5CVSS6.4AI score0.00253EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/12/29 2:28 p.m.12 views

CVE-2024-53193

In the Linux kernel, the following vulnerability has been resolved: clk: clk-loongson2: Fix memory corruption bug in struct loongson2clkprovider Some heap space is allocated for the flexible structure struct clkhwonecelldata and its flexible-array member hws through the composite structure struct...

5.5CVSS7.2AI score0.00228EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2024/11/12 8:00 a.m.14 views

i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume

...

5.5CVSS6.8AI score0.00199EPSS
SaveExploits0
OSV
OSV
added 2024/10/21 6:15 p.m.6 views

DEBIAN-CVE-2024-49985

In the Linux kernel, the following vulnerability has been resolved: i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume In case there is any sort of clock controller attached to this I2C bus controller, for example Versaclock or even an AIC32x4 I2C codec, then an I2C transf...

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:00 a.m.9 views

drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2024/05/17 2:15 p.m.6 views

UBUNTU-CVE-2023-52661

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS6.2AI score0.00223EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2024/05/17 1:40 p.m.35 views

CVE-2023-52661 drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

7.4AI score0.00223EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.5 views

SUSE CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

5.3CVSS6.6AI score0.00562EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 7:15 a.m.11 views

UBUNTU-CVE-2023-52584

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmicontroller. On device remove, spmicontroller will be freed first, and then devres , including the clocks, will be...

3.8CVSS6.4AI score0.00562EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/03/05 4:31 a.m.3 views

SUSE CVE-2023-52510

In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210probe If ofclkaddprovider fails in ca8210registerextclock, it calls clkunregister to release priv-clk and returns an error. However, the caller ca8210probe then calls ca8210remove,...

6.7CVSS6.4AI score0.00244EPSS
SaveExploits0References12
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.7 views

kernel: stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/04/16 12:00 a.m.12 views

PT-2024-11125 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 5.12.0 Description: The issue is related to the iommu/mediatek component in the Linux kernel. In the mtk iommu runtime resume function, the clock is not always enabled, which can cause a warning when the 'suspen...

7.8CVSS6.7AI score0.0023EPSS
SaveExploits0References14
Rows per page
Query Builder