This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug stdio/16617] printf stack overflow with many format specs (CVE-2012-3406)


https://sourceware.org/bugzilla/show_bug.cgi?id=16617

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  a5357b7ce2a2982c5778435704bcdb55ce3667a0 (commit)
      from  3a12c70f137707074209241e6c6172ea25f9ab4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a5357b7ce2a2982c5778435704bcdb55ce3667a0

commit a5357b7ce2a2982c5778435704bcdb55ce3667a0
Author: Jeff Law <law@redhat.com>
Date:   Mon Dec 15 10:09:32 2014 +0100

    CVE-2012-3406: Stack overflow in vfprintf [BZ #16617]

    A larger number of format specifiers coudld cause a stack overflow,
    potentially allowing to bypass _FORTIFY_SOURCE format string
    protection.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    9 ++++++
 NEWS                    |   13 +++++---
 stdio-common/Makefile   |    2 +-
 stdio-common/bug23-2.c  |   70 +++++++++++++++++++++++++++++++++++++++++++++++
 stdio-common/bug23-3.c  |   50 +++++++++++++++++++++++++++++++++
 stdio-common/bug23-4.c  |   31 +++++++++++++++++++++
 stdio-common/vfprintf.c |   40 +++++++++++++++++++++++++-
 7 files changed, 207 insertions(+), 8 deletions(-)
 create mode 100644 stdio-common/bug23-2.c
 create mode 100644 stdio-common/bug23-3.c
 create mode 100644 stdio-common/bug23-4.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]