CVE-2026-74673

Source
https://cve.org/CVERecord?id=CVE-2026-74673
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-74673.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-74673
Downstream
Published
2026-08-22T15:32:42Z
Modified
2026-08-26T03:49:50Z
Summary
Input: evdev - fix information leak in evdev_pass_values()
Details

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

Input: evdev - fix information leak in evdev_pass_values()

In evdev_pass_values(), the input_event structure is allocated on the kernel stack and populated field-by-field. However, it is never fully initialized. On architectures where struct input_event contains explicit or implicit padding (such as the 32-bit __pad field on SPARC64), these padding bytes are left uninitialized.

When this event structure is subsequently passed to the client buffer and later copied to userspace, the uninitialized padding bytes leak kernel stack memory, potentially exposing sensitive information.

Similar issues exist in __evdev_queue_syn_dropped and __pass_event.

Fix this by explicitly zeroing the entire event structure with memset() before populating its fields. This ensures all padding bytes are cleared before the data crosses the security boundary.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74673.json"
}
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
6addb1d6de1968b84852f54561cc9a999909b5a9
Fixed
d2e3839419ac4047835762c4d7712bda1101b57e
Fixed
c6d5fa46c1ee25d068fc730fd377f0f54188d290
Fixed
e748811d9b80a3e101110ff4b3c612e5fca54d98
Fixed
06a286b320236508d02ab2ccc9496352748652a8
Fixed
7d17e9454a9af3ec7aebb88b41a9deedd5b19a6b
Fixed
bd3c4108a56de34380edab670065e86283cb3029
Fixed
7e55ca1080f09d9f7112c7f20ac31f682c1f2374
Fixed
90f305f2c7a30257c683e13f4bf7c798eea992a0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.24
Fixed
5.10.265
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.216
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.183
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.152
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.104
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.45
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.9

Database specific

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