VDB
DEBIAN-CVE-2023-54284
DEBIAN-CVE-2023-54284
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: media: av7110: prevent underflow in write_ts_to_decoder() The buf[4] value comes from the user via ts_play(). It is a value in the u8 range. The final length we pass to av7110_ipack_instant_repack() is "len - (buf[4] + 1) - 4" so add a check to ensure that the length is not negative. It's not clear that passing a negative len value does anything bad necessarily, but it's not best practice. With the new bounds checking the "if (!len)" condition is no longer possible or required so remove that.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:12 | linux | 6.1.27-1, 0, 6.1.27-1 |
| Debian:13 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.178-1, 5.10.209-2, 5.10.197-1 |
| Debian:14 | linux | 0, 0, 0 |
Timeline
- Dec 30, 2025 CVE Published
- Apr 28, 2026 CVE Updated