We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ec58f commit ce2e89cCopy full SHA for ce2e89c
CVE-2021-22600/README.md
@@ -0,0 +1,10 @@
1
+# CVE-2021-22600
2
+
3
+This Proof-Of-Concept demonstrates the exploitation of [CVE-2021-22600](https://github.com/advisories/GHSA-6rrc-7vqp-364c).
4
5
+## Usage
6
7
+```sh
8
+$ gcc -static -o exploit exploit.c
9
+$ ./exploit
10
+```
0 commit comments