| Summary | In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblp_ctrl_msg() will Ideally that short command should be detected and error out, but many statusbuf is kmalloc(8) at probe time and never filled before the first usblp_read_status() requests 1 byte. If a malicious printer responds Fix this all by just zapping out the memory buffer when allocated at |
|---|---|
| Publication Date | May 28, 2026, 7:16 p.m. |
| Registration Date | May 29, 2026, 4:13 a.m. |
| Last Update | May 28, 2026, 10:44 p.m. |