diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2019-03-16 22:59:56 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2019-03-16 23:34:23 +0100 |
commit | 54e725e39d0190227b9bf975a7c3f80e8a81365a (patch) | |
tree | 51ccc2f355aba8285e4b411b6dd1b4eaaddfd484 | |
parent | 2aee101ff6075dd97a99982a1ba29e21ec25c52f (diff) | |
download | glibc-54e725e39d0190227b9bf975a7c3f80e8a81365a.tar glibc-54e725e39d0190227b9bf975a7c3f80e8a81365a.tar.gz glibc-54e725e39d0190227b9bf975a7c3f80e8a81365a.tar.bz2 glibc-54e725e39d0190227b9bf975a7c3f80e8a81365a.zip |
Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]
(cherry picked from commit b626c5aa5d0673a9caa48fb79fba8bda237e6fa8)
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,6 @@ 2019-01-31 Paul Eggert <eggert@cs.ucla.edu> + CVE-2019-9169 regex: fix read overrun [BZ #24114] Problem found by AddressSanitizer, reported by Hongxu Chen in: https://debbugs.gnu.org/34140 @@ -76,6 +76,10 @@ Security related changes: CVE-2016-10739: The getaddrinfo function could successfully parse IPv4 addresses with arbitrary trailing characters, potentially leading to data or command injection issues in applications. + + CVE-2019-9169: Attempted case-insensitive regular-expression match + via proceed_next_node in posix/regexec.c leads to heap-based buffer + over-read. Reported by Hongxu Chen. Version 2.28 |