Lucene search
+L

519 matches found

OSV
OSV
added 2024/05/01 12:54 p.m.17 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.1AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2024/05/01 12:54 p.m.23 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
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.39 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
SaveExploits0References7
CVE
CVE
added 2024/05/01 12:54 p.m.3939 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
SaveExploits0References8Affected Software1
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.8 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.00199EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.9 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.00159EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/28 1:15 p.m.9 views

UBUNTU-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.8CVSS5.9AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.30 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
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.30 views

CVE-2024-26842

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix shift issue in ufshcdclearcmd When tasktag = 32 in MCQ mode and sizeofunsigned int == 4, 1U Workqueue: ufsehwq0 ufshcderrhandler Call trace: dumpbacktrace+0xf8/0x144 showstack+0x18/0x24 dumpstacklvl+0x78/0x9c...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/29 4:07 a.m.6 views

SUSE CVE-2020-36776

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

5.5CVSS7.7AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:04 p.m.7 views

DEBIAN-CVE-2020-36776

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 7:04 p.m.12 views

CVE-2020-36776

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

5.5CVSS6.6AI score
SaveExploits0References4
OSV
OSV
added 2024/02/27 7:04 p.m.12 views

UBUNTU-CVE-2020-36776

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

5.5CVSS6.6AI score0.00232EPSS
SaveExploits0References7
Prion
Prion
added 2024/02/27 7:04 p.m.20 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

7.2AI score0.00232EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/27 6:40 p.m.24 views

CVE-2020-36776

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

5.5CVSS5.5AI score0.00232EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.9 views

kernel: cpufreq: Init completion before kobject_init_and_add()

An initialization order bug was found in the Linux kernel's cpufreq subsystem during policy allocation. A local user can trigger this issue when CPU frequency policy initialization fails after kobject registration but before completion initialization, causing the cleanup path to attempt to use an...

5.5CVSS7.2AI score0.00156EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.11 views

kernel: cpufreq: qcom: fix writes in read-only memory region

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom: fix writes in read-only memory region This commit fixes a kernel oops because of a write in some read-only memory: 9.068287 Unable to handle kernel write to read-only memory at virtual address ffff800009240ad8...

7.1CVSS6.7AI score0.00159EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.12 views

kernel: cpufreq: Init completion before kobject_init_and_add()

An initialization order bug was found in the Linux kernel's cpufreq subsystem during policy allocation. A local user can trigger this issue when CPU frequency policy initialization fails after kobject registration but before completion initialization, causing the cleanup path to attempt to use an...

5.5CVSS7.2AI score0.00156EPSS
SaveExploits0References5
Ubuntu
Ubuntu
added 2023/08/11 2:36 p.m.93 views

USN-6283-1: Linux kernel vulnerabilities

Ruihan Li discovered that the bluetooth subsystem in the Linux kernel did not properly perform permissions checks when handling HCI sockets. A physically proximate attacker could use this to cause a denial of service bluetooth communication. CVE-2023-2002 Zheng Zhang discovered that the...

9.8CVSS7.4AI score0.0406EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2023/08/11 12:00 a.m.42 views

Ubuntu 23.04 : Linux kernel vulnerabilities (USN-6283-1)

The remote Ubuntu 23.04 host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6283-1 advisory. Ruihan Li discovered that the bluetooth subsystem in the Linux kernel did not properly perform permissions checks when handling HCI sockets. A physically...

9.8CVSS7.8AI score0.0406EPSS
SaveExploits2References14
Rows per page
Query Builder