From b554370c533a736225a2d18de39c3d83984ba14b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 8 Dec 2018 15:26:30 +0100 Subject: docs/darwin: add some info about darwin Also move windows into separate dir, mention windows/darwin in found bugs. --- docs/darwin/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/darwin/README.md (limited to 'docs/darwin') diff --git a/docs/darwin/README.md b/docs/darwin/README.md new file mode 100644 index 000000000..f4c75e6b0 --- /dev/null +++ b/docs/darwin/README.md @@ -0,0 +1,10 @@ +# Darwin/XNU + +`Darwin/XNU` is not supported at the moment. + +[panicall](https://twitter.com/panicaII) has +[ported](https://i.blackhat.com/eu-18/Wed-Dec-5/eu-18-Juwei_Lin-Drill-The-Apple-Core.pdf) +syzkaller to `Darwin/XNU` and that has found more than +[50 bugs](https://twitter.com/panicaII/status/1070696972326133760) including +`CVE-2018-4447` and `CVE-2018-4435` mentioned in +[Apple security updates](https://support.apple.com/en-us/HT209341). -- cgit mrf-deployment