ELI5: Explain Like I'm 5

Buffer over-read

Buffer-overread is when a computer program reads data from a buffer, or temporary storage area, but reads more than what was intended. This can happen when the computer tries to store data in the buffer that is larger than it can handle. When a buffer-overread occurs, the extra data that was read usually contains sensitive information that the computer was not supposed to access. This can allow hackers to access confidential data or damage the computer system.
Related topics others have asked about: