Description
In the Linux kernel, the following vulnerability has been resolved:

hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid()

pmbus_data2reg_vid() hardcoded the VR11 encoding regardless of the
vrm_version configured by the driver, while pmbus_reg2data_vid()
already switched on it. Any driver that selects a non-VR11 VID mode
and exposes a regulator (or hwmon vout setter) sent dangerously
wrong codes to PMBUS_VOUT_COMMAND -- e.g. an nvidia195mv part asked
for 200 mV got the VR11 clamp to 500 mV encoded as 0xB2, which the
chip interprets as 1080 mV.

Mirror pmbus_reg2data_vid() so writes round-trip with reads.
Published: 2026-08-15
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel function pmbus_data2reg_vid() contains a hardcoded VR11 voltage identifier encoding that ignores the driver-supplied vrm_version. This mismatch means that when a device operating in a non‑VR11 VID mode attempts to set a voltage, the value sent to the PMBus regulator is incorrect. In practice, a request for a modest 200 mV can become a 1080 mV command, potentially over‑volting the hardware. The flaw appears to be an incorrect handling of configuration input.

Affected Systems

The flaw exists in the generic PMBus core driver shipped with all versions of the Linux kernel before the upstream fix. Any Linux distribution that delivers such an unpatched kernel, on any hardware platform that exposes a PMBus regulator or a hwmon vout setter and operates with a non‑VR11 VID mode, is potentially affected. Administrators need to verify the kernel version on their systems and whether any PMBus-controlled devices are in use.

Risk and Exploitability

The CVSS score of 7.1 denotes a moderate-to-high severity, and the EPSS score of < 1% along with its absence from the CISA KEV catalog suggest that exploitation is unlikely at present. The likely attack vector is local privileged execution – this inference is drawn because altering regulator output requires access to kernel‑level write operations on the PMBus device. If an attacker can run code with such privileges, they could intentionally trigger over‑voltage conditions, leading to hardware damage, data loss, or system instability.

Generated by OpenCVE AI on August 22, 2026 at 06:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that includes the upstream patch correcting pmbus_data2reg_vid()
  • If an upgrade is not immediately possible, disable or remove use of PMBus regulators that operate in non‑VR11 VID modes, or reconfigure the system to not expose those controls
  • Configure the device tree or kernel parameters to restrict voltage set commands to supported VID modes only, preventing inadvertent over‑voltage settings

Generated by OpenCVE AI on August 22, 2026 at 06:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-681
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Mon, 17 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}


Sat, 15 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid() pmbus_data2reg_vid() hardcoded the VR11 encoding regardless of the vrm_version configured by the driver, while pmbus_reg2data_vid() already switched on it. Any driver that selects a non-VR11 VID mode and exposes a regulator (or hwmon vout setter) sent dangerously wrong codes to PMBUS_VOUT_COMMAND -- e.g. an nvidia195mv part asked for 200 mV got the VR11 clamp to 500 mV encoded as 0xB2, which the chip interprets as 1080 mV. Mirror pmbus_reg2data_vid() so writes round-trip with reads.
Title hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:39.708Z

Reserved: 2026-08-09T03:40:39.924Z

Link: CVE-2026-72397

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:13.270

Modified: 2026-08-17T06:19:06.263

Link: CVE-2026-72397

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72397 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T07:00:07Z

Weaknesses
  • CWE-681

    Incorrect Conversion between Numeric Types