Lucene search
+L

331 matches found

OSV
OSV
added 2026/09/04 10:38 p.m.3 views

CVE-2026-86096 PX4 Autopilot through 1.17.0 Use-After-Free via Temperature Calibration Task Startup

PX4 Autopilot through 1.17.0 contains a use-after-free vulnerability in TemperatureCalibration::start due to a race condition between task spawning and object deletion. Attackers can trigger the calibration process via shell commands to write to freed heap memory, corrupting unrelated objects or...

6CVSS6.2AI score
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerabilities have been resolved: Thermal: Fix NULL pointer dereferencing in ofthermal functions. ofparsethermalzones parses the thermal-zone node and registers a thermalzone device for each subnode. However, if a thermal zone consumes a thermal sensor, and th...

5.5CVSS6.1AI score0.00237EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 1:18 p.m.10 views

UBUNTU-CVE-2026-74553

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

5.5AI score0.00161EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74553

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

5.5AI score0.00161EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.40 views

CVE-2026-74553 hwmon: (nct6775-core) Fix number of temperature registers for NCT6116

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

0.00161EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.14 views

CVE-2026-74553

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

5.5AI score0.00161EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 12:27 p.m.11 views

EUVD-2026-59618

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775-core Fix number of temperature registers for NCT6116 Unlike NCT6106, NCT6116 only has three temperature registers, and with it only three temperature source and temperature source configuration registers. The...

5.6AI score0.00161EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.12 views

SUSE CVE-2026-64492

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.5CVSS5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

UBUNTU-CVE-2026-64492

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.7AI score0.00173EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.15 views

CVE-2026-64492

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.7AI score0.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:51 a.m.14 views

EUVD-2026-48836

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.8AI score0.00173EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64492

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.8AI score0.00173EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.37 views

CVE-2026-64492 iio: temperature: tmp006: use devm_iio_trigger_register

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64492 iio: temperature: tmp006: use devm_iio_trigger_register

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

5.7AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.17 views

PT-2026-64713

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In the tmp006 probe function, the DRDY trigger is allocated using devm iio trigger alloc but registered using iio trigger register. Because the driver lacks a .remove callback, the trigg...

5.8AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 2026/07/13 3:46 p.m.17 views

PYSEC-2026-3405 vLLM: temperature=NaN and temperature=Infinity bypass validation and propagate to GPU kernels

Summary All temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagate to GPU sampling kernels, where they produce undefined behavior or CUDA errors tha...

6.9CVSS6.2AI score0.0045EPSS
SaveExploits1References7
BDU FSTEC
BDU FSTEC
added 2026/07/01 12:00 a.m.12 views

The vulnerability of the start_power_clamp() function in the drivers/thermal/intel/intel_powerclamp.c file of the Linux kernel temperature control driver allows a hacker to cause a system failure.

The vulnerability of the startpowerclamp function in the drivers/thermal/intel/intelpowerclamp.c file of the Linux kernel temperature control driver is related to improper elimination of certain elements in the data sent to the client. Exploiting this vulnerability could allow an attacker to caus...

5.5CVSS6.2AI score0.0016EPSS
SaveExploits0References15Affected Software3
RedhatCVE
RedhatCVE
added 2026/06/26 7:27 a.m.22 views

CVE-2026-54235

A flaw was found in vLLM, an inference and serving engine for large language models LLMs. The temperature validation gates, which use comparison operators, incorrectly handle Not-a-Number NaN and positive Infinity values in Python's IEEE 754 float semantics. These invalid values can bypass...

6.9CVSS5.6AI score0.0045EPSS
SaveExploits1References6
Cvelist
Cvelist
added 2026/06/25 1:35 p.m.46 views

CVE-2026-47146 Color Control color-temperature assertion abort in EmberZNet v9.0.2

In EmberZNet v9.0.2 and earlier, malformed Color Control messages can lead to asserts that terminate the process. These messages must come from a device that has already joined the network. Only devices supporting the Color Control cluster may be impacted...

7.1CVSS0.00436EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/22 11:16 p.m.33 views

CVE-2026-54235

vLLM is an inference and serving engine for large language models LLMs. Prior to 0.23.1rc0, ll temperature validation gates use comparison operators , which silently evaluate to False for NaN and for positive Infinity in Python's IEEE 754 float semantics. Both values pass every guard and propagat...

6.9CVSS0.0045EPSS
SaveExploits1References3
Rows per page
Query Builder