Lucene search
+L

467 matches found

CVE
CVE
added 2025/10/04 3:44 p.m.28 views

CVE-2023-53612

CVE-2023-53612 affects the Linux kernel hwmon subsystem, specifically the coretemp platform driver. The vulnerability arises from unconventional platform-device handling where work is done globally by initcalls and CPU hotplugnotifiers, while the driver mainly wraps allocation and hwmon interface...

5.5CVSS6.2AI score0.00136EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.4 views

PT-2025-40775

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The coretemp platform driver in the Linux kernel has a design flaw related to platform device handling. The driver's unconventional approach of dynamically creating and destroying platfo...

6.2AI score0.00136EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2021-32224

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.00635EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2021-34389

Malicious code in bioql PyPI...

5.3CVSS7.2AI score0.01028EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-55227

Malicious code in bioql PyPI...

7.1AI score0.00196EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-20039

Malicious code in bioql PyPI...

7.6AI score0.00103EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2021-34391

Malicious code in bioql PyPI...

7.8CVSS7AI score0.0026EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.9 views

SUSE CVE-2023-53206

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

5.5CVSS6.5AI score0.00133EPSS
SaveExploits0References15
NVD
NVD
added 2025/09/15 3:15 p.m.8 views

CVE-2023-53206

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

5.5CVSS0.00133EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

DEBIAN-CVE-2023-53206

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbuscore Fix NULL pointer dereference Pass i2cclient to pmbusisenabled to drop the assumption that a regulator device is passed in. This will fix the issue of a NULL pointer dereference when called from pmbusgetflags...

5.5CVSS5.3AI score0.00133EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/15 2:21 p.m.30 views

CVE-2023-53206

CVE-2023-53206 : In the Linux kernel, a NULL pointer dereference in hwmon: (pmbus_core) was fixed by removing the assumption that a regulator device is passed. The fix involves passing the i2c_client to _pmbus_is_enabled to avoid dereferencing a NULL regulator during _pmbus_get_flags, addressing ...

5.5CVSS6.1AI score0.00133EPSS
SaveExploits0References2Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/08/11 12:0 a.m.13 views

The vulnerability of the read_string() function in the hwmon component of the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the readstring function in the hwmon component of the Linux operating system is related to the execution of operations outside the buffer in memory. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.6AI score0.0016EPSS
SaveExploits0References11Affected Software3
SUSE CVE
SUSE CVE
added 2025/07/07 11:23 p.m.5 views

SUSE CVE-2025-38217

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

5.3CVSS6.2AI score0.00103EPSS
SaveExploits0References22
OSV
OSV
added 2025/07/04 2:15 p.m.0 views

DEBIAN-CVE-2025-38217

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS5.3AI score0.00103EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.6 views

AZL-64707 CVE-2025-38217 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS5.6AI score0.00103EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.4 views

UBUNTU-CVE-2025-38217

In the Linux kernel, the following vulnerability has been resolved: hwmon: ftsteutates Fix TOCTOU race in ftsread In the ftsread function, when handling hwmonpwmautochannelstemp, the code accesses the shared variable data-fansourcechannel twice without holding any locks. It is first checked again...

4.7CVSS6AI score0.00103EPSS
SaveExploits0References29
Positive Technologies
Positive Technologies
added 2025/07/04 12:0 a.m.7 views

PT-2025-27992

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A Time-of-Check to Time-of-Use TOCTOU race condition exists in the fts read function when handling hwmon pwm auto channels temp. The code accesses the shared variable data-fan...

4.7CVSS6.7AI score0.00103EPSS
SaveExploits0
NVD
NVD
added 2025/07/03 9:15 a.m.9 views

CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS0.0016EPSS
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:35 a.m.89 views

CVE-2025-38142

The CVE-2025-38142 issue affects the Linux kernel hwmon path (asus-ec-sensors) where read_string() could read a non-existent sensor because find_ec_sensor_index() returned a negative value (for example -ENOENT) and was used without validation. The fix introduces a check to ensure sensor_index is ...

5.5CVSS7.2AI score0.0016EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/07/03 8:35 a.m.8 views

CVE-2025-38142

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

5.5CVSS5.5AI score0.0016EPSS
SaveExploits0
Rows per page
Query Builder