About 13,800 results
Open links in new tab
  1. What Is Buffer Overflow? Attacks, Types & Vulnerabilities | Fortinet

    Buffer overflow is a software coding error or vulnerability that can be exploited by hackers to gain unauthorized access to corporate systems. It is one of the best-known software security …

  2. What is buffer overflow? - Cloudflare

    Buffer overflow is an anomaly that occurs when software writing data to a buffer overflows the buffer’s capacity, resulting in adjacent memory locations being overwritten.

  3. Buffer overflow - Wikipedia

    In programming and information security, a buffer overflow or buffer overrun is an anomaly whereby a program writes data to a buffer beyond the buffer's allocated memory, overwriting adjacent memory …

  4. buffer overflow - Glossary | CSRC

    A condition at an interface under which more input can be placed into a buffer or data holding area than the intended capacity allocated (due to insecure or unbound allocation parameters), which overwrites …

    Missing:
    • definition
    Must include:
  5. What is Buffer Overflow? - cybersecuritynews.com

    Sep 11, 2024 · Buffer overflows occur when a program writes more data to a buffer than it can hold. This excess data spills over into adjacent memory, potentially overwriting critical information. …

    Missing:
    • definition
    Must include:
  6. What is Buffer Overflow Attack? Types & Vulnerabilities

    Jun 12, 2025 · Buffer overflow is a condition where buffer space cannot hold the amount of data being pushed to it due to which it throws data out of the buffer space or window. This process leads to …

  7. Buffer Overflow Attack with Example - GeeksforGeeks

    Jan 29, 2025 · In a buffer-overflow attack, the extra data sometimes holds specific instructions for actions intended by a hacker or malicious user; for example, the data could trigger a response that …

  8. Buffer Overflow: Understanding, Risks, and Prevention Strategies

    A buffer overflow occurs when a program writes more data to a buffer than it can hold, potentially leading to crashes or exploitable vulnerabilities. Learn how buffer overflows work, their risks, and …

  9. What is Buffer Overflow? - CBT Nuggets

    Jan 14, 2025 · Quick Definition: Buffer overflows occur when a program writes more data to a memory buffer than it can hold, causing unintended behavior, crashes, or security vulnerabilities.

  10. What is a Buffer Overflow - Imperva

    Oct 28, 2025 · A buffer overflow (or buffer overrun) occurs when the volume of data exceeds the storage capacity of the memory buffer. As a result, the program attempting to write the data to the buffer …