CVE-2023-54284

Linux Kernel - Integer Underflow in av7110 write_ts_to_decoder

Title source: llm
STIX 2.1

Description

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.

Scores

EPSS 0.0020
EPSS Percentile 10.5%

Details

Status published
Products (28)
linux/Kernel 2.6.31 - 4.14.315linux
linux/Kernel 4.15.0 - 4.19.283linux
linux/Kernel 4.20.0 - 5.4.243linux
linux/Kernel 5.11.0 - 5.15.111linux
linux/Kernel 5.16.0 - 6.1.28linux
linux/Kernel 5.5.0 - 5.10.211linux
linux/Kernel 6.2.0 - 6.2.15linux
linux/Kernel 6.3.0 - 6.3.2linux
Linux/Linux < 2.6.31
Linux/Linux 2.6.31
... and 18 more
Published Dec 30, 2025
Tracked Since Feb 18, 2026