Skip to content

Commit

Permalink
Add image of OpenSSL bug (#10850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmetzman authored Aug 16, 2023
1 parent b27de28 commit 2e1b3b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added docs/images/punycode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/research/target_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ The best result we’ve had is with the TinyXML2 project, where we managed to in
![alt_text]({{ site.baseurl }}/images/tinyxml2_examples.png "image_tooltip")
Additionally, we targeted OpenSSL from the perspective of discovering past vulnerabilities that were not found due to lack of fuzzing coverage. We were able to replicate [a similar fuzz target](https://storage.googleapis.com/oss-fuzz-llm-targets-public/openssl-ossl_punycode_decode/targets/15.c) that rediscovered [CVE-2022-3602](https://nvd.nist.gov/vuln/detail/CVE-2022-3602).
Additionally, we targeted OpenSSL from the perspective of discovering past vulnerabilities that were not found due to lack of fuzzing coverage. We were able to replicate [a similar fuzz target](https://storage.googleapis.com/oss-fuzz-llm-targets-public/openssl-ossl_punycode_decode/targets/15.c) that rediscovered [CVE-2022-3602](https://nvd.nist.gov/vuln/detail/CVE-2022-3602).
![alt_text]({{ site.baseurl }}/images/punycode.png "Stacktrace from LLM-generated target finding CVE-2022-3602")
# Future work
Expand Down

0 comments on commit 2e1b3b5

Please sign in to comment.