Lucene search
+L

2934 matches found

Cvelist
Cvelist
added 2024/05/11 10:8 a.m.24 views

CVE-2024-32998

NULL pointer access vulnerability in the clock module Impact: Successful exploitation of this vulnerability will affect availability...

5.9CVSS5.9AI score0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/11 10:8 a.m.48 views

CVE-2024-32998

Summary of CVE-2024-32998 : A NULL pointer access vulnerability exists in the Huawei HarmonyOS alarm/clock modules. The issue is tied to the clock module and affects availability when exploited. Public sources consistently describe the vulnerability as impacting Huawei HarmonyOS/EMUI clock-relate...

5.9CVSS6.8AI score0.00162EPSS
SaveExploits0References2Affected Software2
Vulnrichment
Vulnrichment
added 2024/05/11 10:8 a.m.18 views

CVE-2024-32998

NULL pointer access vulnerability in the clock module Impact: Successful exploitation of this vulnerability will affect availability...

5.9CVSS6.9AI score0.00162EPSS
SaveExploits0References2
CNVD
CNVD
added 2024/05/11 12:0 a.m.30 views

Huawei HarmonyOS and EMUI Alarm Clock Module Null Pointer Access Vulnerability

Huawei HarmonyOS is an operating system from Huawei, a Chinese company. It provides a full-scenario distributed operating system based on a microkernel.Huawei EMUI is a user interface developed by Huawei based on the Android operating system. A null pointer access vulnerability exists in the Huaw...

5.9CVSS6.7AI score0.00162EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/05/11 12:0 a.m.13 views

PT-2024-25045 · Huawei · Harmonyos

Name of the Vulnerable Software and Affected Versions: HarmonyOS affected versions not specified Description: The issue is related to a NULL pointer access vulnerability in the clock module. Successful exploitation of this vulnerability will affect availability. Recommendations: At the moment,...

5.9CVSS6.8AI score0.00162EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/07 12:0 a.m.7 views

Huawei HarmonyOS 安全漏洞

Huawei HarmonyOS is an operating system from Huawei, a Chinese company. It provides a full-scenario distributed operating system based on a microkernel.Huawei EMUI is a user interface developed by Huawei based on the Android operating system. A null pointer access vulnerability exists in the Huaw...

5.9CVSS6.6AI score0.00162EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.4 views

SUSE CVE-2024-27038

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clkcoreget NULL dereference It is possible for clkcoreget to dereference a NULL in the following sequence: clkcoreget ofclkgethwfromclkspec ofclkgethwfromprovider clkgethw clkgethw can return NULL which is dereferenced b...

5.5CVSS6.2AI score0.00292EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/04 2:23 a.m.4 views

SUSE CVE-2024-27039

In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devmkfree 'pclk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop iteration. If a clkregister call fails, 'pclk' may...

5.5CVSS6.4AI score0.00265EPSS
SaveExploits0References10
Fedora
Fedora
added 2024/05/04 1:33 a.m.17 views

[SECURITY] Fedora 39 Update: stalld-1.19.2-1.fc39

The stalld program monitors the set of system threads, looking for threads that are ready-to-run but have not been given processor time for some threshold period. When a starving thread is found, it is given a temporary boost using the SCHEDDEADLINE policy. The default is to allow 10 microseconds...

7.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.3 views

SUSE CVE-2024-26971

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

5.5CVSS7.6AI score0.00222EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.4 views

SUSE CVE-2024-26970

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.4AI score0.00226EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.6 views

SUSE CVE-2024-26969

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

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.5 views

SUSE CVE-2024-27004

In the Linux kernel, the following vulnerability has been resolved: clk: Get runtime PM before walking tree during disableunused Doug reported 1 the following hung task: INFO: task swapper/0:1 blocked for more than 122 seconds. Not tainted 5.15.149-21875-gf795ebc40eb8 1 "echo 0...

3.3CVSS6.3AI score0.00211EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.11 views

SUSE CVE-2024-27003

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

3.3CVSS6.7AI score0.00173EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.3 views

SUSE CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.3AI score0.00273EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27039

In the Linux kernel, the following vulnerability has been resolved: clk: hisilicon: hi3559a: Fix an erroneous devmkfree 'pclk' is an array allocated just before the for loop for all clk that need to be registered. It is incremented at each loop iteration. If a clkregister call fails, 'pclk' may...

5.5CVSS6AI score0.00265EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.8 views

AZL-40292 CVE-2024-27037 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.8AI score0.00273EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27045

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a potential buffer overflow in 'dpdscclockenread' Tell snprintf to store at most 10 bytes in the output buffer instead of 30. Fixes the below:...

7.8CVSS5.9AI score0.00303EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS5.2AI score0.00273EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.9 views

AZL-40337 CVE-2024-27038 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clkcoreget NULL dereference It is possible for clkcoreget to dereference a NULL in the following sequence: clkcoreget ofclkgethwfromclkspec ofclkgethwfromprovider clkgethw clkgethw can return NULL which is dereferenced b...

5.5CVSS6.3AI score0.00292EPSS
SaveExploits0References1
Rows per page
Query Builder