CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's USB serial driver for Keyspan devices, specifically related to the handling of `usa49wg` indat transfers. The lack of a sanity check on the size of these transfers could lead to the parsing of stale or uninitialized memory, potentially allowing for arbitrary code execution or system instability. Organizations using Linux systems with Keyspan USB serial devices should prioritize addressing this issue to mitigate risks associated with memory corruption.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspan: fix missing indat transfer sanity check Add the missing sanity check on the size of usa49wg indat transfers to avoid parsing stale or uninitialised slab data.