Improper Check or Handling of Exceptional Conditions in Linux kernel - CVE-2026-46001
Published: May 28, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local attacker to cause incorrect processing of stale or incomplete data.
The vulnerability exists due to improper error handling in pt5161l_read_block_data() when handling block data reads with an unexpected length. A local attacker can cause a device to repeatedly return data with an unexpected length so the function returns a positive value and callers process stale or incomplete data.
The issue occurs when all three retries are exhausted and a positive byte count is returned instead of an error.