Lucene search
+L

159 matches found

OSV
OSV
•added 2025/08/19 5:03 p.m.•7 views

CVE-2025-38609 PM / devfreq: Check governor before using governor->name

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Check governor before using governor-name Commit 96ffcdf239de "PM / devfreq: Remove redundant governorname from struct devfreq" removes governorname and uses governor-name to replace it. But devfreq-governor may be...

6AI score
SaveExploits0References11
CNNVD
CNNVD
•added 2025/08/19 12:00 a.m.•12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the PM / devfreq module not checking for governor before using governor-name...

5.5CVSS8.1AI score0.0016EPSS
SaveExploits0References9
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/08/19 12:00 a.m.•0 views

CVE-2025-38609: NULL Pointer Dereference

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Check governor before using governor-name Commit 96ffcdf239de "PM / devfreq: Remove redundant governorname from struct devfreq" removes governorname and uses governor-name to replace it. But devfreq-governor may be...

5.5CVSS5.6AI score0.0016EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2025/05/23 3:06 a.m.•8 views

CVE-2023-2091

A vulnerability classified as critical was found in KylinSoft youker-assistant on KylinOS. Affected by this vulnerability is the function adjustcpufreqscalinggoverner. The manipulation leads to os command injection. It is possible to launch the attack on the local host. The exploit has been...

7.8CVSS7AI score0.01473EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
•added 2025/04/21 12:00 a.m.•9 views

PT-2025-33807

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to the PM/devfreq subsystem. A null pointer exception may occur when directly using devfreq-governor-name if devfreq-governor is NULL, due to ...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0
OSV
OSV
•added 2025/03/13 10:40 a.m.•28 views

SUSE-SU-2025:0853-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49080: mm/mempolicy: fix mpolnew leak in sharedpolicyreplace bsc1238033. - CVE-2024-53135: KVM: VMX: Bury Intel PT virtualization guest/host mode behind...

8.8CVSS8AI score0.01104EPSS
SaveExploits1References50
SUSE CVE
SUSE CVE
•added 2025/02/27 3:05 a.m.•7 views

SUSE CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS6.3AI score0.00265EPSS
SaveExploits0References4
NVD
NVD
•added 2025/02/26 7:01 a.m.•17 views

CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS0.00265EPSS
SaveExploits0References3
OSV
OSV
•added 2025/02/26 7:01 a.m.•6 views

DEBIAN-CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS5.3AI score0.00265EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/26 7:01 a.m.•15 views

UBUNTU-CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS6.1AI score0.00265EPSS
SaveExploits0References6
Debian CVE
Debian CVE
•added 2025/02/26 2:13 a.m.•17 views

CVE-2022-49513

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS5.3AI score0.00265EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/02/26 2:13 a.m.•28 views

CVE-2022-49513 cpufreq: governor: Use kobject release() method to free dbs_data

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

0.00265EPSS
SaveExploits0References3
CVE
CVE
•added 2025/02/26 2:13 a.m.•169 views

CVE-2022-49513

The CVE-2022-49513 issue is in the Linux kernel cpufreq governor: a dbs_data structure embeds a kobject, which requires a release() method. The fix introduces cpufreq_dbs_data_release() to free the dbs_data via kobject::release() instead of direct kfree(), addressing a call trace involving delaye...

5.5CVSS5.5AI score0.00265EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2025/02/26 2:13 a.m.•16 views

CVE-2022-49513 cpufreq: governor: Use kobject release() method to free dbs_data

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.9AI score
SaveExploits0References6
CNNVD
CNNVD
•added 2025/02/26 12:00 a.m.•7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the cpufreq governor module that could lead to resource release issues...

5.5CVSS6.3AI score0.00265EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/02/26 12:00 a.m.•2 views

CVE-2022-49513: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: cpufreq: governor: Use kobject release method to free dbsdata The struct dbsdata embeds a struct govattrset and the struct govattrset embeds a kobject. Since every kobject must have a release method and we can't use kfree to free...

5.5CVSS5.9AI score0.00265EPSS
SaveExploits0References1
Oracle linux
Oracle linux
•added 2024/12/17 12:00 a.m.•169 views

tuned security update

2.22.1-5.0.1 - Fix RPS/XPS and busy polling optimization not getting applied Orabug: 32153315 - Fix error in uninstalling tuned Orabug: 351528377 - Updated patch with the more recent version Orabug: 30730976 - Set AMD CPU freq governor to ondemand when unapplying cpu tunings Orabug: 30033199 -...

5.5CVSS7AI score0.003EPSS
SaveExploits0
OSV
OSV
•added 2024/10/21 7:15 p.m.•9 views

UBUNTU-CVE-2024-50012

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Avoid a bad reference count on CPU node In the parseperfdomain function, if the call to ofparsephandlewithargs returns an error, then the reference to the CPU device node that was acquired at the start of the function...

5.5CVSS6.2AI score0.00231EPSS
SaveExploits0References35
Schneier on Security
Schneier on Security
•added 2024/10/02 11:01 a.m.•14 views

California AI Safety Bill Vetoed

Governor Newsom has vetoed the state's AI safety bill. I have mixed feelings about the bill. There's a lot to like about it, and I want governments to regulate in this space. But, for now, it's all EU. Related, the Council of Europe treaty on AI is ready for signature. It'll be legally binding wh...

7.4AI score
SaveExploits0
OSV
OSV
•added 2024/05/21 3:15 p.m.•4 views

DEBIAN-CVE-2021-47387

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

5.5CVSS5.4AI score0.00251EPSS
SaveExploits0References1
Rows per page
Query Builder