The glob function in glob.c in the GNU C Library (aka glibc or libc6) before 2.27 contains a buffer overflow during unescaping of user names with the ~ operator.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://sourceware.org/bugzilla/show_bug.cgi?id=22332 | issue tracking third party advisory patch |
https://access.redhat.com/errata/RHSA-2018:1879 | vendor advisory |
https://sourceware.org/git/gitweb.cgi?p=glibc.git%3Ba=commit%3Bh=a159b53fa059947cc2548e3b0d5bdcf7b9630ba8 | |
http://www.securityfocus.com/bid/101535 | vdb entry |
https://access.redhat.com/errata/RHSA-2018:0805 | vendor advisory |