├── Makefile ├── cve-2022-3602-4byteoverwrite.c ├── cve-2022-3786-periods.c ├── libcrypto-patched.a └── libcrypto-vuln.a /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbowes-r7/cve-2022-3602-and-cve-2022-3786-openssl-poc/HEAD/Makefile -------------------------------------------------------------------------------- /cve-2022-3602-4byteoverwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbowes-r7/cve-2022-3602-and-cve-2022-3786-openssl-poc/HEAD/cve-2022-3602-4byteoverwrite.c -------------------------------------------------------------------------------- /cve-2022-3786-periods.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbowes-r7/cve-2022-3602-and-cve-2022-3786-openssl-poc/HEAD/cve-2022-3786-periods.c -------------------------------------------------------------------------------- /libcrypto-patched.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbowes-r7/cve-2022-3602-and-cve-2022-3786-openssl-poc/HEAD/libcrypto-patched.a -------------------------------------------------------------------------------- /libcrypto-vuln.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rbowes-r7/cve-2022-3602-and-cve-2022-3786-openssl-poc/HEAD/libcrypto-vuln.a --------------------------------------------------------------------------------