Vulnerability in Linux

CVE-2026-68340

In the Linux kernel, the following vulnerability has been resolved: hwmon: occ: validate poll response sensor blocks The OCC poll response parser walks a counted list of sensor data blocks. It used the static backing-array capacity as the parse boundary, but a transport response makes only data_length bytes current and valid. A truncated response can therefore make the parser consume a block header or block extent outside the current response. Use data_length as the parent boundary, prove the fixed poll header and each current block header before reading them, and prove the complete block before advancing. Keep parsed sensor metadata local until the complete response has passed validation, then publish it. Propagate malformed-response errors before publishing the OCC as active.

Published · last modified .

CVSS v3 metric

CVSS v3 base score 7.7 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H.

EPSS exploit prediction

EPSS: 0.001 (4.4th percentile), scored .

Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 4th percentile — 4.4% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.

EPSS trend (30 days)EPSS over the last 30 days for CVE-2026-68340: held from 0.002 to 0.001.

EPSS over last 30 days · oldest: 0.002 · newest: 0.001 · change: -0.000

Affected products

  • Linux — versions 7.1.6, 7.2, 6.18.42

References

Frequently asked questions

What is CVE-2026-68340?
CVE-2026-68340 is a high-severity vulnerability in Linux. CVSS score: 7.7/10. Published 2026-08-10.
How severe is CVE-2026-68340?
High severity. CVSS v3 base score is 7.7 out of 10.