[REVS] "Vulnerabilities in your code" Paper Released

From: support@securiteam.com
Date: 01/08/03

  • Next message: support@securiteam.com: "[UNIX] Remote Root Vulnerability in HSphere WebShell"
    From: support@securiteam.com
    To: list@securiteam.com
    Date: 8 Jan 2003 11:05:59 +0200
    
    

    The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
    - - promotion

    Beyond Security would like to welcome Tiscali World Online
    to our service provider team.
    For more info on their service offering IP-Secure,
    please visit http://www.worldonline.co.za/services/work_ip.asp
    - - - - - - - - -

      "Vulnerabilities in your code" Paper Released
    ------------------------------------------------------------------------

    SUMMARY

    Core Security Team released the second paper from "Vulnerabilities in your
    code" series. It contains information about format strings exploitation
    presented as five examples by gera. Paper shows the exact location of
    vulnerabilities in codes, providing detailed explanations and exploits for
    each one found.

    DETAILS

    Introduction:
    In this paper, Core Security will underline some of the most common
    mistakes made by programmers in their software written in C programming
    language. The vulnerabilities that will be discussed are format strings
    (FS), presented as five examples by gera. We will try to pinpoint the
    exact location of vulnerabilities in the code, why these types of errors
    are dangerous, and provide exploit for each of the vulnerability. It
    should be considered that the environment in which we conduct our tests is
    a Linux Slackware 8.0 server (IA32) with compiler GNU GCC 2.95.3.

    ADDITIONAL INFORMATION

    The complete paper can be downloaded by going to:
     <http://www.core-sec.com/examples/core_format_strings.pdf>
    http://www.core-sec.com/examples/core_format_strings.pdf

    The information has been provided by <mailto:info@core-sec.com> Core
    Security.

    ========================================

    This bulletin is sent to members of the SecuriTeam mailing list.
    To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
    In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com

    ====================
    ====================

    DISCLAIMER:
    The information in this bulletin is provided "AS IS" without warranty of any kind.
    In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.



    Relevant Pages