CVE-2026-80605

Source
https://cve.org/CVERecord?id=CVE-2026-80605
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80605.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80605
Downstream
Published
2026-08-28T06:48:30.362Z
Modified
2026-08-30T03:48:20.923925879Z
Summary
HID: picolcd: prevent NULL pointer dereference in picolcd_send_and_wait()
Details

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

HID: picolcd: prevent NULL pointer dereference in picolcdsendand_wait()

In picolcdsendandwait(), an integer overflow of the signed loop counter 'k' can theoretically lead to a NULL pointer dereference of 'rawdata'. If the loop executes more than INT_MAX times, 'k' becomes negative, making the condition 'k < size' true even when 'size' is 0.

Change the type of 'k' to 'unsigned int' to prevent the overflow and eliminate the out-of-bounds access.

Found by Linux Verification Center (linuxtesting.org) with the Svace static analysis tool.

[jkosina@suse.com: extended hash length]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80605.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
fabdbf2fd22fa170b4c5340dbdda5c8cd88fb205
Fixed
42dc0b7b55fe0499fc09183f34a1c46d1dcccf77
Fixed
48caee2c106b03301c72fe389ebff00d852c58d5
Fixed
dc176447c7279435c46735db7da81aed1ec25cc2
Fixed
a02d5d7ad7ae5fa3756b8332f7350e973085dcb3
Fixed
e4edeefb8d5bfceb2058e2b3291f4ae1e5a76e61
Fixed
d354e523c6f740db758cafcd4c11bb7913285ed8
Fixed
ef649703dce0df1364fcec3cdad9b32d1c522939
Fixed
0021eb09041f021c079be1022934a280f7f176c0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.7.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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