Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-aws: Deprecate a.out file format support to fix CVE-2019-11191
CVE-2019-11190 and CVE-2019-11191 are two vulnerabilities of the same type that affect elf and a.out binaries respectively. The elf code has been fixed long ago, but the upstream fix for binfmt_aout.c doesn't seem to be available yet. We should simply drop support for a.out in our kernels since it is an ancient format and its deprecation is already underway in mainline kernel [1]. (Almost everyone uses elf these days.) So unset CONFIG_IA32_AOUT from linux-aws's kernel config. [1]. torvalds/linux@08300f4 Change-Id: I664194422144ccbc0c19362ed4828a65f9791048 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/7287 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Srinidhi Rao <[email protected]> (cherry picked from commit 76e4835) Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/7320 Reviewed-by: Srivatsa S. Bhat <[email protected]>
- Loading branch information