aboutsummaryrefslogtreecommitdiff
path: root/bugs/README.md
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-04-07 11:04:23 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-04-07 11:04:23 +0900
commita4f752e3ba10d089a5aaf58cd1fde1d8e4bd686e (patch)
tree561e366628a5dcdf89edcf86d270a43113c3c58d /bugs/README.md
parent5d1c99539782593cb3f0a1deaa6f8aa639561dab (diff)
downloadloftix-a4f752e3ba10d089a5aaf58cd1fde1d8e4bd686e.tar.gz
Add coreutils bugs 19784, 25023, 26545
Diffstat (limited to 'bugs/README.md')
-rw-r--r--bugs/README.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/bugs/README.md b/bugs/README.md
index 02dce59..503f433 100644
--- a/bugs/README.md
+++ b/bugs/README.md
@@ -1,6 +1,6 @@
# Bug reproducers
-## binutils
+## GNU Binary Utilities
- CVE-2017-6965: [heap buffer overflow][sourceware-21137]
@@ -34,6 +34,23 @@
guix shell -e '(@@ (loftix bugs) binutils-2.32-asan)'
readelf -a cve/2019/9077/hbo2
+## GNU Core Utilities
+
+- #19784: [heap buffer overflow](gnu-19784)
+
+ guix shell -e '(@@ (loftix bugs) coreutils-8.23-asan)'
+ make-prime-list "$(cat gnu/19784/limit)"
+
+- #25023: [global buffer overflow](gnu-25023)
+
+ guix shell -e '(@@ (loftix bugs) coreutils-8.25-asan)'
+ echo | pr -m -S"$(cat gnu/25023/separator)" -t /dev/fd/0 /dev/null
+
+- #26545: [memcpy param overlap](gnu-26545)
+
+ guix shell -e '(@@ (loftix bugs) coreutils-8.27-asan)'
+ shred -n4 -s"$(cat gnu/26545/size)" /dev/null
+
## JasPer
- CVE-2016-8691: [divide-by-zero][jasper-22]
@@ -241,6 +258,9 @@
[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
+[gnu-19784]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19784
+[gnu-25023]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25023
+[gnu-26545]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26545
[jasper-22]: https://github.com/jasper-software/jasper/issues/22
[jasper-49]: https://github.com/jasper-software/jasper/issues/49
[jasper-67]: https://github.com/jasper-software/jasper/issues/67