Bounds Checking: The practice of verifying that the data being operated on falls within the expected parameters or ‘bounds.’ For instance, in a data array, it would mean ensuring an index does not exceed the size of the array. This prevents errors, crashes, and security vulnerabilities like buffer overflow attacks, where an attacker can exploit an out-of-bounds write to inject malicious code or manipulate the system’s operation.
Categories: CC D5: Security Operations | CCSP D3: Cloud Platform and Infrastructure Security | CISM D3: Information Security Program | CISSP D3: Security Architecture and Engineering | Security+ D3: Security Architecture | SSCP D1: Security Concepts and Practices
« Back to Glossary Index