diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs/README.md | 24 | ||||
-rw-r--r-- | bugs/cve/2017/14939/heapoverflow | bin | 0 -> 30824 bytes | |||
-rw-r--r-- | bugs/cve/2017/14940/nullderef | bin | 0 -> 31248 bytes | |||
-rw-r--r-- | bugs/cve/2017/15938/invalidread | bin | 0 -> 31248 bytes |
4 files changed, 21 insertions, 3 deletions
diff --git a/bugs/README.md b/bugs/README.md index d0672d1..e2adcab 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -12,6 +12,16 @@ guix shell binutils@2.29 objdump -d cve/2017/14745/crash_1 +- CVE-2017-14939: [heap buffer overflow][sourceware-22169] + + guix shell binutils-with-asan@2.29 + nm -l cve/2017/14939/heapoverflow + +- CVE-2017-14940: [null pointer dereference][sourceware-22167] + + guix shell binutils@2.29 + nm -l cve/2017/14940/nullderef + - CVE-2017-15020: [heap buffer overflow][sourceware-22202] guix shell binutils-with-asan@2.29 @@ -24,6 +34,11 @@ nm -l cve/2017/15025/floatexception.elf objdump -S cve/2017/15025/floatexception.elf +- CVE-2017-15938: [invalid memory read][sourceware-22209] + + guix shell binutils-with-asan@2.29 + nm -l cve/2017/15938/invalidread + - CVE-2018-10372: [heap buffer overflow][sourceware-23064] guix shell binutils-with-asan@2.30 @@ -189,12 +204,12 @@ - CVE-2016-10266: [division by zero][maptools-2596] - guix shell -e '(@@ (loftix bugs) libtiff-4.0.7)' + guix shell libtiff@4.0.7 tiffcp cve/2016/10266/fpe.tiff /dev/null - CVE-2016-10267: [division by zero][maptools-2611] - guix shell -e '(@@ (loftix bugs) libtiff-4.0.7)' + guix shell libtiff@4.0.7 tiffmedian cve/2016/10267/fpe.tiff /dev/null - CVE-2016-10268: [heap buffer overflow][maptools-2598] @@ -264,7 +279,7 @@ - CVE-2013-7437: [possible heap overflow][redhat-955808] - guix shell -e '(@@ (loftix bugs) potrace-1.11)' + guix shell potrace@1.11 potrace cve/2013/7437/1.bmp potrace cve/2013/7437/2.bmp @@ -311,7 +326,10 @@ [redhat-1319503]: https://bugzilla.redhat.com/show_bug.cgi?id=1319503 [sourceware-21137]: https://sourceware.org/bugzilla/show_bug.cgi?id=21137 [sourceware-22148]: https://sourceware.org/bugzilla/show_bug.cgi?id=22148 +[sourceware-22167]: https://sourceware.org/bugzilla/show_bug.cgi?id=22167 +[sourceware-22169]: https://sourceware.org/bugzilla/show_bug.cgi?id=22169 [sourceware-22186]: https://sourceware.org/bugzilla/show_bug.cgi?id=22186 [sourceware-22202]: https://sourceware.org/bugzilla/show_bug.cgi?id=22202 +[sourceware-22209]: https://sourceware.org/bugzilla/show_bug.cgi?id=22209 [sourceware-23064]: https://sourceware.org/bugzilla/show_bug.cgi?id=23064 [sourceware-24243]: https://sourceware.org/bugzilla/show_bug.cgi?id=24243 diff --git a/bugs/cve/2017/14939/heapoverflow b/bugs/cve/2017/14939/heapoverflow new file mode 100644 index 0000000..2096d90 --- /dev/null +++ b/bugs/cve/2017/14939/heapoverflow Binary files differdiff --git a/bugs/cve/2017/14940/nullderef b/bugs/cve/2017/14940/nullderef new file mode 100644 index 0000000..a793698 --- /dev/null +++ b/bugs/cve/2017/14940/nullderef Binary files differdiff --git a/bugs/cve/2017/15938/invalidread b/bugs/cve/2017/15938/invalidread new file mode 100644 index 0000000..23c1305 --- /dev/null +++ b/bugs/cve/2017/15938/invalidread Binary files differ |