Re: Testing for buffer overflows

From: DownBload (downbload_at_hotmail.com)
Date: 07/24/03

  • Next message: Stephane Nasdrovisky: "Re: ARP Spoof Question"
    Date: 23 Jul 2003 22:04:38 -0000
    To: security-basics@securityfocus.com
    
    
    ('binary' encoding is not supported, stored as-is) In-Reply-To: <001a01c35118$aadcd510$e91f9bd9@solve1>

    >Hello all,
    >
    > I would like some advice on how to go about having an application
    >tested for buffer overflows. Are there any tools available ? Are there
    >people who can do the testing on my behalf ?
    >
    >Do you need more information first ?
    >
    >I look forward to your replies.
    >
    >David Stout
    >CCSP, CCNA, CRCP, INFOSEC

    It isn't easy to find all buffer overflow vulnerabilities in some
    application. Some buffer overflows are very easy to spot - just 'grep'
    application source for vulnerable functions like strcpy, strcat, sprintf
    etc. But there are still other kind of buffer overflows that are very hard
    to find. For example: integer overflows, off-by-one etc.
    If you don't have application source code, it is much harder to find
    buffer overflow. In that case, you should give very long strings or very
    large numbers to application input.
    There are tools for finding buffer overflows... use www.google.com :)

    DownBload / Illegal Instruction Labs <www.kamikaza.org>

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


  • Next message: Stephane Nasdrovisky: "Re: ARP Spoof Question"

    Relevant Pages

    • Re: [Full-Disclosure] Coming soon: CPU fix for buffer overflows
      ... first of all, despite of what that news website says, that is old news. ... it doesnt mean that buffer overflows can will be avoided, ... win2k source code leak had nothing to do with buffer overflows in ... fifth, critical windows source code wasnt leaked, have u seen the tarball? ...
      (Full-Disclosure)
    • Testing for buffer overflows
      ... I would like some advice on how to go about having an application ... tested for buffer overflows. ... I look forward to your replies. ... David Stout ...
      (Security-Basics)