Lucene search
+L

472 matches found

CVE
CVE
added 2024/05/21 3:3 p.m.87 views

CVE-2021-47387

CVE-2021-47387 is a Linux kernel vulnerability in the cpufreq: schedutil governor related to freeing sugov_tunables. The original sugov_tunables_free() was split: sugov_clear_global_tunables() clears the global_tunables, and a new sugov_tunables_free() is used as kobj_type::release to safely free...

5.5CVSS6.8AI score0.00251EPSS
Exploits0References7Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:3 p.m.31 views

CVE-2021-47387 cpufreq: schedutil: Use kobject release() method to free sugov_tunables

In the Linux kernel, the following vulnerability has been resolved: cpufreq: schedutil: Use kobject release method to free sugovtunables The struct sugovtunables is protected by the kobject, so we can't free it directly. Otherwise we would get a call trace like this: ODEBUG: free active active...

6.5AI score0.00251EPSS
Exploits0References7
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.36 views

CVE-2021-47313 cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix potential memleak in cppccpufreqcpuinit It's a classic example of memleak, we allocate something, we fail and never free the resources. Make sure we free all resources on policy -init failures...

6.5AI score0.00258EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47313 cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix potential memleak in cppccpufreqcpuinit It's a classic example of memleak, we allocate something, we fail and never free the resources. Make sure we free all resources on policy -init failures...

6.9AI score0.00258EPSS
Exploits0References3
CVE
CVE
added 2024/05/21 2:35 p.m.76 views

CVE-2021-47313

The CVE-2021-47313 entry pertains to the Linux kernel cpufreq CPPC path, where a memleak could occur due to resources not being freed on policy->init() failure during cppc_cpufreq_cpu_init. The vulnerability, and its fix, are documented across multiple connected sources (kernel patch reference...

8.4CVSS8.2AI score0.00258EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/05/10 11:7 a.m.7 views

OESA-2024-1525 youker-assistant security update

Integrated tool to aid in routine system maintenance tasks Kylin Assistant is a tool designed to help Ubuntu and Ubuntu Kylin desktop users manage and maintain many aspects of their working environment conveniently in a single application, providing a consistent user experience. Security Fixes: A...

7.8CVSS7AI score0.01473EPSS
Exploits1References2
SUSE CVE
SUSE CVE
added 2024/05/03 2:9 a.m.3 views

SUSE CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

6.6CVSS6.4AI score0.00275EPSS
Exploits0References12
RedhatCVE
RedhatCVE
added 2024/05/01 8:58 p.m.27 views

CVE-2024-27051

A vulnerability was found in the brcmavsisfirmwareloaded function in the Linux Kernel's brcmstb-avs-cpufreq.c driver, where a lack of proper checks may lead to a NULL pointer dereference. This is caused by a call to the cpufreqcpuget function, which may return NULL and whose output is then stored...

5.5CVSS8.1AI score0.00275EPSS
Exploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.1 views

DEBIAN-CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS5.3AI score0.00275EPSS
Exploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.4 views

AZL-40328 CVE-2024-27051 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS5.6AI score0.00275EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS6.2AI score0.00275EPSS
Exploits0References32
OSV
OSV
added 2024/05/01 1:15 p.m.10 views

UBUNTU-CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS5.9AI score0.00275EPSS
Exploits0References33
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.27 views

CVE-2024-27051 cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

7.8AI score0.00275EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.18 views

CVE-2024-27051 cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

6.8AI score0.00275EPSS
Exploits0References7
CVE
CVE
added 2024/05/01 12:54 p.m.3920 views

CVE-2024-27051

CVE-2024-27051 centers on the Linux kernel’s cpufreq/brcmstb-avs-cpufreq code. The underlying issue is that cpufreq_cpu_get could return NULL, risking a NULL dereference. The fix adds a check and returns 0 on error, as described in the advisory lines: “cpufreq_cpu_get may return NULL. To avoid NU...

5.5CVSS6.5AI score0.00275EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2024/05/01 12:54 p.m.12 views

CVE-2024-27051 cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS6.1AI score0.00275EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.18 views

CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS7.7AI score0.00275EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.7 views

kernel: 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.8AI score0.0015EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.3 views

kernel: cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

6.8AI score0.00174EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.23 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS6.2AI score0.00248EPSS
Exploits0References6
Rows per page
Query Builder