LAB 340 – Defending C Applications Against Use After Free (NEW)

Course Overview


Use After Free vulnerabilities arise when memory is deallocated before being accessed by unmanaged code. Attackers might exploit these holes to run wild codes, leading to many problems, such as crashing the system. Thus, resetting the pointers as null upon freeing their linked memory is necessary. Consequently, it is also essential to check for null pointers before using them in case they could be pointing at random locations in the system memory. This Defending C Applications Against Use After Free Skill Lab offers a virtual environment that includes a vulnerable application and its complete source code to train developers on identifying and addressing Use After Free vulnerabilities.

After completing this lab, the learner will understand how to defend C applications against Use After Free vulnerabilities by receiving hands-on experience testing for these vulnerabilities and implementing suitable mitigations.

Course Details

Course Number: LAB 340
Course Duration: 15 minutes
Course CPE Credits: 0.3

NICE Specialty Areas

Available Languages

  • English