scanf and related functions in glibc before 2.15 allow local users to cause a denial of service (segmentation fault) via a large string of 0s.
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/git/?p=glibc.git%3Ba=commitdiff%3Bh=20b38e0 | |
https://sourceware.org/bugzilla/show_bug.cgi?id=13138#c4 | issue tracking |
https://marc.info/?l=gimp-developer&m=129567990905823&w=2 | exploit |
http://www.openwall.com/lists/oss-security/2015/03/12/14 | third party advisory mailing list |
https://bugzilla.redhat.com/show_bug.cgi?id=1196745 | third party advisory |
https://sourceware.org/git/?p=glibc.git%3Ba=commitdiff%3Bh=3f8cc204fdd0 |