mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-26 19:27:43 +00:00
This covers the base docs; I also did a bunch of cleanup and remove old docs that are no longer needed. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
14 lines
439 B
Markdown
14 lines
439 B
Markdown
# 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](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2636)
|
|
([exploit post](https://a13xp0p0v.github.io/2017/03/24/CVE-2017-2636.html)):
|
|
This CVE requires `CONFIG_N_HDLC={y|m}`, which LinuxKit does not specify, and so
|
|
is not vulnerable.
|
|
|
|
### Bugs not mitigated:
|