aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-05-24 14:41:57 +0200
committerFangrui Song <i@maskray.me>2021-08-27 16:22:13 -0700
commit537386b1c93f21c297907e99a5ba7c583b5f5006 (patch)
treedf7c912282a87ddcf3345ba216bba933bc11e08b
parent3eb848f53564dc1c7a5271031fd16cc312db2125 (diff)
downloadglibc-537386b1c93f21c297907e99a5ba7c583b5f5006.zip
glibc-537386b1c93f21c297907e99a5ba7c583b5f5006.tar.gz
glibc-537386b1c93f21c297907e99a5ba7c583b5f5006.tar.bz2
Add references to CVE-2018-11236, CVE-2017-18269
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aa9ff7..fefd9e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@
2018-05-09 Paul Pluzhnikov <ppluzhnikov@google.com>
[BZ #22786]
+ CVE-2018-11236
* stdlib/canonicalize.c (__realpath): Fix overflow in path length
computation.
* stdlib/Makefile (test-bz22786): New test.
@@ -147,6 +148,7 @@
Max Horn <max@quendi.de>
[BZ #22644]
+ CVE-2017-18269
* sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
branch conditions.
* string/test-memmove.c (do_test2): New testcase.
diff --git a/NEWS b/NEWS
index ee08fc3..28535db 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,13 @@ The following bugs are resolved with this release:
Security related changes:
+ CVE-2017-18269: An SSE2-based memmove implementation for the i386
+ architecture could corrupt memory. Reported by Max Horn.
+
+ CVE-2018-11236: Very long pathname arguments to realpath function could
+ result in an integer overflow and buffer overflow. Reported by Alexey
+ Izbyshev.
+
CVE-2018-11237: The mempcpy implementation for the Intel Xeon Phi
architecture could write beyond the target buffer, resulting in a buffer
overflow. Reported by Andreas Schwab.