]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add references to CVE-2017-18269, CVE-2018-11236, CVE-2018-11237
authorFlorian Weimer <fweimer@redhat.com>
Thu, 24 May 2018 10:19:11 +0000 (12:19 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 24 May 2018 10:19:11 +0000 (12:19 +0200)
ChangeLog
NEWS

index 56a3aa337d7cae56f7a7075500cb39b94961e323..e01136c6ebd6bf6e27b6baf4538fb9e7e5ca00b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 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.
            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 1577f4310feb7e398d4161ca4d5418bd52b6b08e..e2a6f4512134bcc640aced96348f5c6252c5d605 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -109,6 +109,17 @@ Security related changes:
   the system-provided libidn2 library instead.  Originally reported by Hanno
   Böck and Christian Weisgerber.
 
+  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.
+
 The following bugs are resolved with this release:
 
   [The release manager will add the list generated by