├── CVE-2015-0572.c ├── CVE-2016-0822-mtk.c ├── CVE-2016-2061.c ├── CVE-2016-2445.c ├── CVE-2016-2465-AND-CVE-2016-2489.c ├── CVE-2016-2469.c ├── CVE-2016-2474.c ├── CVE-2016-2501.c ├── CVE-2016-3794.c ├── CVE-2016-3797.c ├── CVE-2016-3813.c ├── CVE-2016-3815.c ├── CVE-2016-3867.c ├── CVE-2016-3868.c ├── CVE-2016-3893.c ├── CVE-2016-3902.c ├── CVE-2016-3928-and-CVE-2016-3936-mtk.c ├── CVE-2016-3937.c ├── CVE-2017-0451.c ├── CVE-2017-0504_mtk.c ├── CVE-2017-0516.c ├── CVE-2017-0518_0519.c ├── CVE-2017-0521.c ├── CVE-2017-0705.c ├── CVE-2017-13259.c ├── CVE-2017-8259 ├── ipa_qmi_service.c ├── ipa_qmi_service_v01.c ├── qmi_encdec.c ├── qmi_encdec.h ├── qmi_encdec_priv.h ├── service-locator-private.h └── service_locator.c ├── CVE-2017-8260.c ├── CVE-2018-9355.c ├── README.md ├── libnl_sos ├── libc++.so ├── libc.so ├── libdl.so ├── libm.so └── libnl.so └── wifi ├── CVE-2017-11013.c ├── CVE-2017-11014.c ├── CVE-2017.11015.c ├── build-example └── hexdump.c /CVE-2015-0572.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2015-0572.c -------------------------------------------------------------------------------- /CVE-2016-0822-mtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-0822-mtk.c -------------------------------------------------------------------------------- /CVE-2016-2061.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2061.c -------------------------------------------------------------------------------- /CVE-2016-2445.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2445.c -------------------------------------------------------------------------------- /CVE-2016-2465-AND-CVE-2016-2489.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2465-AND-CVE-2016-2489.c -------------------------------------------------------------------------------- /CVE-2016-2469.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2469.c -------------------------------------------------------------------------------- /CVE-2016-2474.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2474.c -------------------------------------------------------------------------------- /CVE-2016-2501.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-2501.c -------------------------------------------------------------------------------- /CVE-2016-3794.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3794.c -------------------------------------------------------------------------------- /CVE-2016-3797.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3797.c -------------------------------------------------------------------------------- /CVE-2016-3813.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3813.c -------------------------------------------------------------------------------- /CVE-2016-3815.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3815.c -------------------------------------------------------------------------------- /CVE-2016-3867.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3867.c -------------------------------------------------------------------------------- /CVE-2016-3868.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3868.c -------------------------------------------------------------------------------- /CVE-2016-3893.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3893.c -------------------------------------------------------------------------------- /CVE-2016-3902.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3902.c -------------------------------------------------------------------------------- /CVE-2016-3928-and-CVE-2016-3936-mtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3928-and-CVE-2016-3936-mtk.c -------------------------------------------------------------------------------- /CVE-2016-3937.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2016-3937.c -------------------------------------------------------------------------------- /CVE-2017-0451.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0451.c -------------------------------------------------------------------------------- /CVE-2017-0504_mtk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0504_mtk.c -------------------------------------------------------------------------------- /CVE-2017-0516.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0516.c -------------------------------------------------------------------------------- /CVE-2017-0518_0519.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0518_0519.c -------------------------------------------------------------------------------- /CVE-2017-0521.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0521.c -------------------------------------------------------------------------------- /CVE-2017-0705.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-0705.c -------------------------------------------------------------------------------- /CVE-2017-13259.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-13259.c -------------------------------------------------------------------------------- /CVE-2017-8259/ipa_qmi_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/ipa_qmi_service.c -------------------------------------------------------------------------------- /CVE-2017-8259/ipa_qmi_service_v01.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/ipa_qmi_service_v01.c -------------------------------------------------------------------------------- /CVE-2017-8259/qmi_encdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/qmi_encdec.c -------------------------------------------------------------------------------- /CVE-2017-8259/qmi_encdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/qmi_encdec.h -------------------------------------------------------------------------------- /CVE-2017-8259/qmi_encdec_priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/qmi_encdec_priv.h -------------------------------------------------------------------------------- /CVE-2017-8259/service-locator-private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/service-locator-private.h -------------------------------------------------------------------------------- /CVE-2017-8259/service_locator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8259/service_locator.c -------------------------------------------------------------------------------- /CVE-2017-8260.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2017-8260.c -------------------------------------------------------------------------------- /CVE-2018-9355.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/CVE-2018-9355.c -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/README.md -------------------------------------------------------------------------------- /libnl_sos/libc++.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/libnl_sos/libc++.so -------------------------------------------------------------------------------- /libnl_sos/libc.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/libnl_sos/libc.so -------------------------------------------------------------------------------- /libnl_sos/libdl.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/libnl_sos/libdl.so -------------------------------------------------------------------------------- /libnl_sos/libm.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/libnl_sos/libm.so -------------------------------------------------------------------------------- /libnl_sos/libnl.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/libnl_sos/libnl.so -------------------------------------------------------------------------------- /wifi/CVE-2017-11013.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/wifi/CVE-2017-11013.c -------------------------------------------------------------------------------- /wifi/CVE-2017-11014.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/wifi/CVE-2017-11014.c -------------------------------------------------------------------------------- /wifi/CVE-2017.11015.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/wifi/CVE-2017.11015.c -------------------------------------------------------------------------------- /wifi/build-example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/wifi/build-example -------------------------------------------------------------------------------- /wifi/hexdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScottyBauer/Android_Kernel_CVE_POCs/HEAD/wifi/hexdump.c --------------------------------------------------------------------------------