Overview
About vulnerability
In the Linux kernel, the following vulnerability has been resolved:
platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
It is possible to peep kernel page’s data by providing larger insize
in struct cros_ec_command1 when invoking EC host commands.
Fix it by using zeroed memory.
Details
- Affected product:
- AlmaLinux 9.2 ESU , Oracle Linux 7 ELS , TuxCare 9.6 ESU , Ubuntu 20.04 ELS
- Affected packages:
- linux @ 5.4.0 (+3 more)
In the Linux kernel, the following vulnerability has been resolved:
platform/chrome: cros_ec_chardev: fix kernel data leak from ioctl
It is possible to peep kernel page’s data by providing larger insize
in struct cros_ec_command1 when invoking EC host commands.
Fix it by using zeroed memory.