Results 1 to 6 of 6

Thread: Need information on Buffet Overflow attacks

  1. #1
    Join Date
    Nov 2009
    Posts
    3,331

    Need information on Buffet Overflow attacks

    Hi,
    What is mean by a Buffet Overflow attacks. What are this attacks and what are the causes of the same. I need some technical information on the same. What I am aware of this is that it is type of attack which lets a hacker to get control over an application. Is that correct. What things must be done to protect oneself against this attack. I need some safety tips on the same.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: Need information on Buffet Overflow attacks

    Buffer Overflow is also known as stack overflow. A buffer overflow attack is a classic of exploiting the poor management of the stack memory (booking and release the memory spaces) in a program. The attacker deliberately sending too much information in one field or a specific variable, causing an overflow of the memory area allocated to this variable. The attacker can then obtain access rights have arisen or malicious executable code in the memory area overflowed.

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: Need information on Buffet Overflow attacks

    In computer an overrun or buffer overflow is a bug that can be exploited to violate the security policy of a system. This technique is commonly used by hackers. When the bug is caused unintentionally, the behavior of the machine becomes completely unpredictable. This often manifests itself by blocking the program or even the entire system, if poorly designed.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Need information on Buffet Overflow attacks

    When the bug is exploited for malicious attacker's strategy is to divert the program buggy making him execute external code, hostile or not. More technically, the principle is to benefit from access to certain program variables, often through such functions scanf () (analyzing string) or strcpy () (copy of string) in C, who do not control the size of the channel to be recorded in a buffer to overwrite the memory of the processor until the return address of the function being implemented.

  5. #5
    Join Date
    Jan 2006
    Posts
    4,221

    Re: Need information on Buffet Overflow attacks

    It is possible for use to choose what the next instruction executed by the processor. The code is usually introduced executed with the rights of the program diverted. To avoid such overruns, some functions have been rewritten to take in setting the size of the buffer in which data is copied, and thus avoid copying more than it contains. Thus strncpy () is a version of strcpy () which takes the buffer size. When the methods buffer overflow began to spread, the FreeBSD team stopped any development for several months to fill all the gaps like this in their source code. The Linux procrastinated a little more.

  6. #6
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Need information on Buffet Overflow attacks

    In order to protect your system again it you have to use up different techniques. Like using another language than C / C + + which contains no verification mechanism of tolerance limits. Use any libraries or external programs that enable development mode test cases issue. Ban the use of functions called unprotected. Prefer eg strncpy to strcpy, which makes control of size. The recent compilers can prevent the programmer if used functions at risk, even if the operation is possible.

Similar Threads

  1. CPU and Memory Overflow in mint 9 kde
    By Blesseds in forum Operating Systems
    Replies: 4
    Last Post: 06-01-2011, 11:03 AM
  2. Need information on Mobile virus attacks
    By GracieSingh in forum Networking & Security
    Replies: 7
    Last Post: 12-08-2010, 05:45 PM
  3. Excel VBA Overflow Error
    By Bina in forum Software Development
    Replies: 4
    Last Post: 22-10-2009, 09:29 PM
  4. stack overflow at line 0
    By Forums in forum MediaCenter
    Replies: 3
    Last Post: 06-07-2007, 06:38 AM
  5. CDBOOT: MEMORY OVERFLOW ERROR
    By BUKSIS in forum Windows XP Support
    Replies: 1
    Last Post: 04-08-2005, 05:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,980,516.66609 seconds with 17 queries