Completed
Running test cases and replicating vulnerabilities
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Replicating OpenSSL Vulnerabilities CVE-2022-3602 and CVE-2022-3786 - How-to Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 introduction
- 2 Looking at the fixed code
- 3 Cloning OpenSSL Repo and looking at the code
- 4 Compiling OpenSSL-3.0.7 version
- 5 Running test case binary
- 6 Getting vulnerable version of OpenSSL
- 7 Copying test cases for CVEs from openssl-3.0.7 to openssl-3.0.6
- 8 compiling OpenSSL-3.0.6 version
- 9 Running test cases and replicating vulnerabilities
- 10 using libfuzzer to find the vulnerability
- 11 Conclusion