mirror of git://sourceware.org/git/glibc.git
Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]
(cherry picked from commit b626c5aa5d
)
This commit is contained in:
parent
2aee101ff6
commit
54e725e39d
|
@ -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
|
||||
|
|
4
NEWS
4
NEWS
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue