Privilege escalation in Glibc - CVE-2017-18269
Published: June 8, 2018 / Updated: June 8, 2018
Glibc
Detailed vulnerability description
The vulnerability allows a remote attacker to gain elevated privileges on the target system.
The vulnerability exists due to an SSE2-optimized memmove implementation for i386 in sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S does not correctly perform the overlapping memory check if the source memory range spans the middle of the address space, resulting in corrupt data being produced by the copy operation. A remote unauthenticated attacker can trigger memory corruption and disclose arbitrary files, cause the application to crash or possibly execute arbitrary code with elevated privileges.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.