SDT 320 - Testing for Out-of-bounds Write
Course Details
Course Number: SDT 320
Course Duration: 10 minutes
Course CPE Credits: .25
NICE Specialty Areas
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
Out-of-bounds Write can result in corruption of data, a crash, or code execution. This course introduces ways to identify and mitigate this security weakness, referenced as CWE-787 by the 2020 CWE Top 25.
Topics include:
- Identifying Out-of-bounds Write errors
- Recognizing the impact of this vulnerability
- Application of secure coding best practices
- Testing to detect errors