COD 328 - Testing for Classic Buffer Overflow (CWE-120)
Course Details
Course Number: COD 328
Course Duration: 15 minutes
Course CPE Credits: .3
Related Learning Paths
Related Subject Matter
Foreign Languages Available:
- English
Course Overview
In this course, you will learn how to identify and mitigate CWE-120: Buffer Copy without Checking Size of Input.
Topics include:
- Impact of failing to check the size of the input
- Techniques for finding buffer overflow issues through code review and testing
- Secure coding best practices to prevent buffer overflow attacks
- Technology and platform-specific weaknesses where applicable