Lucene search
+L

73 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 11:54 a.m.6 views

CVE-2026-74711

A flaw was found in the Linux kernel's hardware monitoring hwmon subsystem, specifically within the Power Management Bus pmbus driver. This vulnerability arises from a type confusion issue where the system incorrectly interprets data types during notification processing. An attacker could exploit...

8.4CVSS5.4AI score0.00166EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/22 4:16 p.m.11 views

CVE-2026-74711

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

8.4CVSS0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:33 p.m.8 views

EUVD-2026-64398

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

5.7AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 3:33 p.m.16 views

CVE-2026-74711

A type confusion vulnerability in the Linux kernel's hwmon/pmbus driver (drivers/hwmon/pmbus/pmbus_core.c) arises in pmbus_notify(), which unconditionally casts every attribute in data->group.attrs to struct sensor_device_attribute. When the attribute is actually a struct pmbus_samples_reg, th...

8.4CVSS5.7AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/22 3:33 p.m.7 views

CVE-2026-74711 hwmon: (pmbus) Fix type confusion in notification logic

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/22 3:33 p.m.27 views

CVE-2026-74711 hwmon: (pmbus) Fix type confusion in notification logic

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute to a struct sensordeviceattribute:...

8.4CVSS0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-74711

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbusnotify, the code unconditionally casts every attribute ...

8.4CVSS5.5AI score0.00166EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.11 views

PT-2026-79716

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix type confusion in notification logic Sashiko reports: At the start of the loop in pmbus notify, the code unconditionally casts every attribute to a struct sensor device attribute: drivers/hwmon/pmbus/pmbus...

5.5AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:16 p.m.6 views

CVE-2026-72397

A flaw was found in the Linux kernel's hwmon subsystem, specifically within the pmbus/core module. The pmbusdata2regvid function incorrectly hardcoded the VR11 encoding, disregarding the vrmversion configured by the driver. This issue could lead to drivers sending dangerously wrong voltage codes ...

7.1CVSS5.4AI score0.00151EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 3:16 p.m.3 views

CVE-2026-72395

A flaw was found in the Linux kernel's hwmon pmbus subsystem. A worker designed to batch regulator events can combine multiple distinct hardware fault events into a single bitmask. This combined bitmask is then incorrectly processed by the critical hardware protection function,...

7.1CVSS5.4AI score0.00169EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-72395

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 hwmon: pmbus/core Protect regulator operations with mutex introduced a...

7.1CVSS5.5AI score0.00169EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.5 views

CVE-2026-72395

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

7.1CVSS0.00169EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72397

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

7.1CVSS0.00151EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72397

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

7.1CVSS5.5AI score0.00151EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-72397

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

7.1CVSS5.4AI score0.00151EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.7 views

CVE-2026-72395

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

7.1CVSS5.5AI score0.00169EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-72395

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

7.1CVSS5.5AI score0.00169EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72397 hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid()

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

7.1CVSS0.00151EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.9 views

EUVD-2026-59296

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus/core honor vrmversion in pmbusdata2regvid pmbusdata2regvid hardcoded the VR11 encoding regardless of the vrmversion configured by the driver, while pmbusreg2datavid already switched on it. Any driver that selects a...

5.4AI score0.00151EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72397

The CVE-2026-72397 issue affects Linux kernel hwmon/pmbus: pmbus_data2reg_vid() was hardcoding VR11 encoding regardless of vrm_version, while pmbus_reg2data_vid() respected it. This mismatch could cause incorrect PMBUS_VOUT_COMMAND values for drivers using non-VR11 VID modes, potentially leading ...

7.1CVSS5.4AI score0.00151EPSS
SaveExploits0References2
Rows per page
Query Builder