ANSWERED: Explain what is Buffer Overflow
This commit is contained in:
parent
ef65b8e1ff
commit
f0614eadd2
@ -5454,6 +5454,10 @@ HTTP Header Injection vulnerabilities occur when user input is insecurely includ
|
||||
|
||||
<details>
|
||||
<summary>Explain what is Buffer Overflow</summary><br><b>
|
||||
|
||||
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 overwrites adjacent memory locations.
|
||||
|
||||
|
||||
</b></details>
|
||||
|
||||
##### Containers
|
||||
|
Loading…
Reference in New Issue
Block a user