VDB
DEBIAN-CVE-2025-68777
DEBIAN-CVE-2025-68777
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: Input: ti_am335x_tsc - fix off-by-one error in wire_order validation The current validation 'wire_order[i] > ARRAY_SIZE(config_pins)' allows wire_order[i] to equal ARRAY_SIZE(config_pins), which causes out-of-bounds access when used as index in 'config_pins[wire_order[i]]'. Since config_pins has 4 elements (indices 0-3), the valid range for wire_order should be 0-3. Fix the off-by-one error by using >= instead of > in the validation check.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.46-4, 5.10.179-5, 5.10.158-1 |
| Debian:14 | linux | 0, 6.14.5-1, 6.14.6-1 |
| Debian:12 | linux | 6.1.38-1, 6.1.37-1, 6.1.27-1 |
| Debian:13 | linux | 6.12.43-1~bpo12+1, 6.12.57-1~bpo12+1, 6.12.63-1 |
| Debian:11 | linux-6.1 | 0, 6.1.106-3~deb11u1, 6.1.106-3~deb11u2 |
Timeline
- Jan 13, 2026 CVE Published
- Apr 28, 2026 CVE Updated