mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-04 11:32:37 +00:00
675 B
675 B
LinuxKit Security Events
The incomplete list below is an assessment of some CVEs, and LinuxKit's resilience (or not) to them.
Bugs mitigated:
- CVE-2017-2636
(exploit post):
This CVE requires
CONFIG_N_HDLC={y|m}
, which LinuxKit does not specify, and so is not vulnerable. - CVE-2016-10229
This CVE only applies to kernels
<= 4.5, <= 4.4.21
. By using recent kernels (specifically, kernels=> 4.9, >= 4.4.21
, LinuxKit mitigates this bug.