CVE-2026-80695

Source
https://cve.org/CVERecord?id=CVE-2026-80695
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80695.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80695
Downstream
Published
2026-08-28T06:53:01.037Z
Modified
2026-08-30T03:48:21.142074491Z
Summary
hwmon: (sht3x) Fix unaligned accesses
Details

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

hwmon: (sht3x) Fix unaligned accesses

Sashiko reports:

In sht3xupdateclient(), the 16-bit temperature and humidity values are extracted from a stack-allocated byte array using be16tocpup(). The pointers passed to this function are calculated as buf and buf + 3. Since the difference between the two pointers is an odd number of bytes, at least one of them is guaranteed to be at an unaligned offset.

This will trigger an alignment fault on strict-alignment architectures such as ARMv5 or SPARC, resulting in a kernel panic.

Fix the problem by using getunalignedbe16() instead of be16tocpup(), and putunalignedbe16() instead of cputobe16().

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80695.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
7c84f7f80d6fcea36246b793d06c3555ca53ddcd
Fixed
81529add4a2e3cca9240e0e2342973d62f88f02e
Fixed
c498adfd4c3e85306ccdc19b76e639bfc215f0e7
Fixed
1fb41650bc3e14d2a5ddb4bb25e96811e5afe881
Fixed
f46d5ab43a572b84773015a76966f5da56fc1748

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.8.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

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