Lucene search
+L

338 matches found

Vulnrichment
Vulnrichment
added 2024/05/01 5:28 a.m.24 views

CVE-2024-27003 clk: Get runtime PM before walking tree for clk_summary

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree for clksummary Similar to the previous commit, we should make sure that all devices are runtime resumed before printing the clksummary through debugfs. Failure to do so would result in a...

6.8AI score0.00174EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 5:28 a.m.3863 views

CVE-2024-27002

CVE-2024-27002 affects the Linux kernel mediatek clock controllers. Root cause: a mutual dependency between mt8183-mfgcfg and genpd during probing could deadlock with a runtime PM path. The fix: perform a runtime PM get on controllers during probe to ensure clk_register() does not acquire the gen...

5.5CVSS6.2AI score0.00174EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/01 5:28 a.m.19 views

CVE-2024-27002 clk: mediatek: Do a runtime PM get on controllers during probe

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following call stack: CPU0: genpdlock -- clkpreparelock...

6AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.21 views

CVE-2024-26971 clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS6.7AI score0.0023EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 5:19 a.m.5453 views

CVE-2024-26971

CVE-2024-26971 relates to the Linux kernel clock framework for Qualcomm IPQ5018 (clk: qcom: gcc-ipq5018). The issue is that frequency table arrays were not properly terminated with an empty element, which can lead to out-of-bounds access when components traverse the table (e.g., qcom_find_freq() ...

7.3CVSS6.7AI score0.0023EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/05/01 5:19 a.m.23 views

CVE-2024-26970 clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

5.5CVSS6.1AI score
SaveExploits0References11
OSV
OSV
added 2024/05/01 5:19 a.m.21 views

CVE-2024-26969 clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS6.1AI score
SaveExploits0References14
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.27 views

CVE-2024-26968 clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS7.1AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 5:19 a.m.23 views

CVE-2024-26968 clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.24 views

CVE-2024-26966 clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.8CVSS6.7AI score0.00261EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.41 views

CVE-2024-26966 clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.8CVSS7.8AI score0.00261EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/01 5:19 a.m.27 views

CVE-2024-26965 clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid...

7.3CVSS6.1AI score
SaveExploits0References14
CVE
CVE
added 2024/05/01 5:19 a.m.7765 views

CVE-2024-26965

CVE-2024-26965 affects the Linux kernel clk/qcom:mmcc-msm8974. The issue stems from frequency table arrays not being terminated with an empty element, which can lead to out-of-bounds traversal by qcom_find_freq() or qcom_find_freq_floor(). The fix adds a terminating empty entry at the end of the ...

7.8CVSS6.4AI score0.00258EPSS
SaveExploits0References11Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:19 a.m.24 views

CVE-2024-26963 usb: dwc3-am62: fix module unload/reload behavior

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3-am62: fix module unload/reload behavior As runtime PM is enabled, the module can be runtime suspended when .remove is called. Do a pmruntimegetsync to make sure module is active before doing any register operations. Doi...

6.6AI score0.00222EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/04/29 12:00 a.m.12 views

PT-2024-8926 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the clk dvp probe function in the Linux kernel, where the -num member is assigned after -hws has been accessed. This can cause an array-index-out-of-bounds...

10CVSS6.5AI score0.02701EPSS
SaveExploits3References725
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.11 views

SUSE CVE-2024-26879

In the Linux kernel, the following vulnerability has been resolved: clk: meson: Add missing clocks to axgclkregmaps Some clocks were missing from axgclkregmaps, which caused kernel panic during cat /sys/kernel/debug/clk/clksummary 57.349402 Unable to handle kernel NULL pointer dereference at...

5.5CVSS6.2AI score0.00223EPSS
SaveExploits0References6
NVD
NVD
added 2024/04/17 11:15 a.m.25 views

CVE-2024-26879

In the Linux kernel, the following vulnerability has been resolved: clk: meson: Add missing clocks to axgclkregmaps Some clocks were missing from axgclkregmaps, which caused kernel panic during cat /sys/kernel/debug/clk/clksummary 57.349402 Unable to handle kernel NULL pointer dereference at...

5.5CVSS7.3AI score0.00223EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.6 views

SUSE CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.8AI score0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.1AI score0.00227EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.65 views

CVE-2024-26711

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad4130: zero-initialize clock init data The clkinitdata struct does not have all its members initialized, causing issues when trying to expose the internal clock on the CLK pin. Fix this by zero-initializing the...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder