diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-01 21:53:51 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2017-12-02 22:59:06 +0100 |
commit | d81254d2efcb839fd11df2960df5bba579193808 (patch) | |
tree | dec0b56e55e68251ad0e26102ed248a805f588e4 | |
parent | bddc5728810859952a2acaec6302308361e828cc (diff) | |
download | glibc-d81254d2efcb839fd11df2960df5bba579193808.tar.gz glibc-d81254d2efcb839fd11df2960df5bba579193808.tar.xz glibc-d81254d2efcb839fd11df2960df5bba579193808.zip |
Update NEWS to add CVE-2017-15804 entry
(cherry picked from commit 15e84c63c05e0652047ba5e738c54d79d62ba74b)
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 0531dfa9c6..bc32643255 100644 --- a/NEWS +++ b/NEWS @@ -30,8 +30,8 @@ Security related changes: processing, leading to a memory leak and, potentially, to a denial of service. -* The glob function, when invoked with GLOB_TILDE and without - GLOB_NOESCAPE, could write past the end of a buffer while +* CVE-2017-15804: The glob function, when invoked with GLOB_TILDE and + without GLOB_NOESCAPE, could write past the end of a buffer while unescaping user names. Reported by Tim Rühsen. The following bugs are resolved with this release: |