Home

Description

In the Linux kernel, the following vulnerability has been resolved: hwmon: (macsmc) Fix regressions in Apple Silicon SMC hwmon driver The recently added macsmc-hwmon driver contained several critical bugs in its sensor population logic and float conversion routines. Specifically: - The voltage sensor population loop used the wrong prefix ("volt-" instead of "voltage-") and incorrectly assigned sensors to the temperature sensor array (hwmon->temp.sensors) instead of the voltage sensor array (hwmon->volt.sensors). This would lead to out-of-bounds memory access or data corruption when both temperature and voltage sensors were present. - The float conversion in macsmc_hwmon_write_f32() had flawed exponent logic for values >= 2^24 and lacked masking for the mantissa, which could lead to incorrect values being written to the SMC. Fix these issues to ensure correct sensor registration and reliable manual fan control. Confirm that the reported overflow in FIELD_PREP is fixed by declaring macsmc_hwmon_write_f32() as __always_inline for a compile test.

PUBLISHED Reserved 2026-01-13 | Published 2026-03-25 | Updated 2026-05-11 | Assigner Linux

Product status

Default status
unaffected

785205fd81399bd8e49065aee3362a99d5702321 (git) before 625ef35b70d3883fb9a41cd5a988e64dd3e447d6
affected

785205fd81399bd8e49065aee3362a99d5702321 (git) before 5dd69b864911ae3847365e8bafe7854e79fbeecb
affected

Default status
affected

6.19
affected

Any version before 6.19
unaffected

6.19.7 (semver)
unaffected

7.0 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/625ef35b70d3883fb9a41cd5a988e64dd3e447d6

git.kernel.org/...c/5dd69b864911ae3847365e8bafe7854e79fbeecb

cve.org (CVE-2026-23323)

nvd.nist.gov (CVE-2026-23323)

Download JSON