CVE-2026-68340

Source
https://cve.org/CVERecord?id=CVE-2026-68340
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68340.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68340
Downstream
Published
2026-08-10T12:03:16.552Z
Modified
2026-08-12T04:19:22.708171316Z
Summary
hwmon: occ: validate poll response sensor blocks
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68340.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
aa195fe49b033db545ad986cdb2c431c37bea557
Fixed
112525534ab5cff482d35897ca4ca11fd3a76f46
Fixed
54cb78eceb4e286ccd5a5c01a4632157860d47f0
Fixed
538d862cc0dbd5c732fe26d5aad98eae039e6676
Fixed
b042e538e98b939fccfffc464e2c34c29f0e96ef
Fixed
70e76e700fc6c46afb4e17aec099a1ea089b4a22

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68340.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.0.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68340.json"