diff options
Diffstat (limited to 'bugs')
| -rw-r--r-- | bugs/README.md | 6 | ||||
| -rw-r--r-- | bugs/cve/2012/5134/bad.xml | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bugs/README.md b/bugs/README.md index c4160be..59b420c 100644 --- a/bugs/README.md +++ b/bugs/README.md @@ -79,6 +79,11 @@ ## libxml2 +- CVE-2012-5134: [heap buffer overflow][chromium-40076524] + + guix shell libxml2@2.9.0 + xmllint cve/2012/5134/bad.xml + - CVE-2016-1838: [heap buffer overflow][chromium-42452154] guix shell libxml2@2.9.3 @@ -103,6 +108,7 @@ potrace cve/2013/7437/2.bmp [chromium-40058947]: https://issues.chromium.org/issues/40058947 +[chromium-40076524]: https://issues.chromium.org/issues/40076524 [chromium-42452152]: https://project-zero.issues.chromium.org/issues/42452152 [chromium-42452154]: https://project-zero.issues.chromium.org/issues/42452154 [jasper-22]: https://github.com/jasper-software/jasper/issues/22 diff --git a/bugs/cve/2012/5134/bad.xml b/bugs/cve/2012/5134/bad.xml new file mode 100644 index 0000000..0bf2524 --- /dev/null +++ b/bugs/cve/2012/5134/bad.xml @@ -0,0 +1,2 @@ +<!DOCTYPE e [<!ATTLIST e a ID #REQUIRED>]> +<e a="  "/> |
