Home / Vulnerability Database / C or C++ : Read out of bounds
C/C++

C or C++ : Read out of bounds

Classification

PCI DSS 4.0
CWE/SANS Top 25 2021

Overview

The software reads data past the end, or before the beginning, of the intended buffer. This can allow attackers to read sensitive information from other memory locations or cause a crash.

CRITICAL

DerScanner Severity Score

Do you want to fix C or C++ : Read out of bounds in your application?

See also

C/C++

C or C++ : Dead store

C/C++

C or C++ : Use after free

C/C++

C or C++ : va_list uninitialized