Lucene search
+L

1102 matches found

Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.26 views

CVE-2021-47202

In the Linux kernel, the following vulnerability has been resolved: thermal: Fix NULL pointer dereferences in ofthermal functions ofparsethermalzones parses the thermal-zones node and registers a thermalzone device for each subnode. However, if a thermal zone is consuming a thermal sensor and tha...

5.5CVSS6.9AI score0.00235EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.23 views

CVE-2021-47202 thermal: Fix NULL pointer dereferences in of_thermal_ functions

In the Linux kernel, the following vulnerability has been resolved: thermal: Fix NULL pointer dereferences in ofthermal functions ofparsethermalzones parses the thermal-zones node and registers a thermalzone device for each subnode. However, if a thermal zone is consuming a thermal sensor and tha...

7.4AI score0.00235EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/04/10 12:00 a.m.2 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 Linux kernel, which stems from a null pointer dereference vulnerability in the ofthermal function...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/26 6:15 p.m.6 views

DEBIAN-CVE-2024-26646

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: hfi: Add syscore callbacks for system-wide PM The kernel allocates a memory buffer and provides its location to the hardware, which uses it to update the HFI table. This allocation occurs during boot and remains...

5.5CVSS5.9AI score0.00236EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.36 views

CVE-2024-26646

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: hfi: Add syscore callbacks for system-wide PM The kernel allocates a memory buffer and provides its location to the hardware, which uses it to update the HFI table. This allocation occurs during boot and remains...

7.8CVSS6.4AI score0.00236EPSS
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/03/26 5:50 p.m.42 views

CVE-2024-26646

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: hfi: Add syscore callbacks for system-wide PM The kernel allocates a memory buffer and provides its location to the hardware, which uses it to update the HFI table. This allocation occurs during boot and remains...

7.8CVSS7.2AI score0.00236EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/03/19 3:37 a.m.8 views

SUSE CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/03/18 1:22 p.m.28 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

4.4CVSS6.5AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/18 11:15 a.m.31 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/18 11:15 a.m.4 views

DEBIAN-CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS5.8AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/18 11:15 a.m.7 views

UBUNTU-CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/03/18 11:15 a.m.33 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS5.7AI score0.00222EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/03/18 10:07 a.m.25 views

CVE-2023-52613 drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

6.8AI score0.00222EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/18 10:07 a.m.95 views

CVE-2023-52613

CVE-2023-52613 affects the Linux kernel loongson2_thermal driver. The root cause is an incorrect PTR_ERR() check that can return -ENODEV when thermal-zones are undefined, causing tz->type to be NULL and a kernel OOPS. The fixes in the connected docs indicate that PTR_ERR() should yield -ENODEV...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/03/18 10:07 a.m.11 views

CVE-2023-52613 drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS4.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/18 10:07 a.m.43 views

CVE-2023-52613 drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgment

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

6.7AI score0.00222EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/18 10:07 a.m.78 views

CVE-2023-52613

In the Linux kernel, the following vulnerability has been resolved: drivers/thermal/loongson2thermal: Fix incorrect PTRERR judgment PTRERR returns -ENODEV when thermal-zones are undefined, and we need -ENODEV as the right value for comparison. Otherwise, tz-type is NULL when thermal-zones is...

5.5CVSS4.7AI score0.00222EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/03/18 12:00 a.m.5 views

PT-2024-14655 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.0-rc7+ Description: The Linux kernel has a vulnerability in the drivers/thermal/loongson2 thermal module. The issue arises from an incorrect judgment of PTR ERR, which returns -ENODEV when thermal-zones are...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2024/03/11 12:00 a.m.15 views

PT-2024-8291 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a memory leak in the thermal/drivers/mediatek/lvts thermal component of the Linux kernel. This leak occurs in an error handling path when devm krealloc fails,...

9.1CVSS6.4AI score0.01635EPSS
SaveExploits0References675
BDU FSTEC
BDU FSTEC
added 2024/03/04 12:00 a.m.11 views

The vulnerability of the thermal_zone_device_register_with_trips() function in the drivers/thermal/thermal_core.c file of the Linux kernel’s temperature control driver allows a hacker to cause a service failure.

The vulnerability of the thermalzonedeviceregisterwithtrips function in the drivers/thermal/thermalcore.c file of the Linux kernel’s temperature control driver is related to a pointer dereferencing error. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00272EPSS
SaveExploits0References22Affected Software2
Rows per page
Query Builder