CVE-2022-49790
01.05.2025, 15:16
In the Linux kernel, the following vulnerability has been resolved:
Input: iforce - invert valid length check when fetching device IDs
syzbot is reporting uninitialized value at iforce_init_device() [1], for
commit 6ac0aec6b0a6 ("Input: iforce - allow callers supply data buffer
when fetching device IDs") is checking that valid length is shorter than
bytes to read. Since iforce_get_id_packet() stores valid length when
returning 0, the caller needs to check that valid length is longer than or
equals to bytes to read.Enginsight| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 5.3 ≤ 𝑥 < 5.4.225 |
| linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.156 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.80 |
| linux | linux_kernel | 5.16 ≤ 𝑥 < 6.0.10 |
| linux | linux_kernel | 6.1:rc1 |
| linux | linux_kernel | 6.1:rc2 |
| linux | linux_kernel | 6.1:rc3 |
| linux | linux_kernel | 6.1:rc4 |
| linux | linux_kernel | 6.1:rc5 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
References