cve-proof-corpus / cve-proof-corpus.jsonl
nickh007's picture
Initial release: six CVE classes with machine-checkable proofs
4bd7b12 verified
Raw
History Blame Contribute Delete
7.78 kB
{"certificate": {"obligations": [{"multipliers": {"3": [1, 1], "5": [1, 1]}}, {"multipliers": {"4": [1, 1], "5": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "0d3ddf1ee131906ec857b96c51211665dcbb078de0bfe6225e6cd36cd9955ed7"}, "common_name": "curl NTLM type-3 overflow", "cve": "CVE-2019-3822", "cwe": "CWE-787", "has_certificate": true, "id": "curl_ntlm_type3", "n_domain_atoms": 3, "n_guard_atoms": 2, "n_safety_conjuncts": 2, "project": "curl", "relation_in_words": "the NTLM response length plus header must fit the output buffer", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"cu_size": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"cu_ntresplen": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"cu_bufsize": [-1, 1]}, "const": [0, 1], "strict": false}], "fingerprint": "0d3ddf1ee131906ec857b96c51211665dcbb078de0bfe6225e6cd36cd9955ed7", "guard": [{"coeff": {"cu_ntresplen": [1, 1], "cu_size": [1, 1]}, "const": [-4294967295, 1], "strict": false}, {"coeff": {"cu_bufsize": [-1, 1], "cu_ntresplen": [1, 1], "cu_size": [1, 1]}, "const": [0, 1], "strict": false}], "name": "curl_ntlm_type3", "safety": [{"coeff": {"cu_ntresplen": [1, 1], "cu_size": [1, 1]}, "const": [-4294967295, 1], "strict": false}, {"coeff": {"cu_bufsize": [-1, 1], "cu_ntresplen": [1, 1], "cu_size": [1, 1]}, "const": [0, 1], "strict": false}], "schema": "certkit/spec/v1"}, "variables": ["cu_size", "cu_ntresplen", "cu_bufsize"], "weakness": "stack out-of-bounds write"}
{"certificate": {"obligations": [{"multipliers": {"1": [1, 1], "3": [1, 1]}}, {"multipliers": {"2": [1, 1], "3": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "1506ef6cd6ee1a5377e4523e745599bdd848226e37b667e85c4a331f5443e94b"}, "common_name": "libpng time formatting overflow", "cve": "CVE-2015-7981", "cwe": "CWE-125", "has_certificate": true, "id": "libpng_rfc1123", "n_domain_atoms": 1, "n_guard_atoms": 2, "n_safety_conjuncts": 2, "project": "libpng", "relation_in_words": "the formatted output must fit the fixed destination buffer", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"pn_month": [-1, 1]}, "const": [0, 1], "strict": false}], "fingerprint": "1506ef6cd6ee1a5377e4523e745599bdd848226e37b667e85c4a331f5443e94b", "guard": [{"coeff": {"pn_month": [-1, 1]}, "const": [1, 1], "strict": false}, {"coeff": {"pn_month": [1, 1]}, "const": [-12, 1], "strict": false}], "name": "libpng_rfc1123", "safety": [{"coeff": {"pn_month": [-1, 1]}, "const": [1, 1], "strict": false}, {"coeff": {"pn_month": [1, 1]}, "const": [-12, 1], "strict": false}], "schema": "certkit/spec/v1"}, "variables": ["pn_month"], "weakness": "out-of-bounds read"}
{"certificate": {"obligations": [{"multipliers": {"4": [1, 1], "5": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "5be7d1c5c62ce8bc3f63a16fe4e587404feec56027a0f0d66b6561f637223998"}, "common_name": "libxml2 length overflow", "cve": "CVE-2015-8317", "cwe": "CWE-125", "has_certificate": true, "id": "libxml2_len_overflow", "n_domain_atoms": 4, "n_guard_atoms": 1, "n_safety_conjuncts": 1, "project": "libxml2", "relation_in_words": "a declared length must not exceed the remaining input", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"xl_len": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"xl_len": [1, 1]}, "const": [-2147483647, 1], "strict": false}, {"coeff": {"xl_incr": [-1, 1]}, "const": [1, 1], "strict": false}, {"coeff": {"xl_incr": [1, 1]}, "const": [-4, 1], "strict": false}], "fingerprint": "5be7d1c5c62ce8bc3f63a16fe4e587404feec56027a0f0d66b6561f637223998", "guard": [{"coeff": {"xl_incr": [1, 1], "xl_len": [1, 1]}, "const": [-2147483647, 1], "strict": false}], "name": "libxml2_len_overflow", "safety": [{"coeff": {"xl_incr": [1, 1], "xl_len": [1, 1]}, "const": [-2147483647, 1], "strict": false}], "schema": "certkit/spec/v1"}, "variables": ["xl_len", "xl_incr"], "weakness": "out-of-bounds read"}
{"certificate": {"obligations": [{"multipliers": {"3": [1, 1], "4": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "eec4d1b54a17fd9baa5103f0f9b98394c7eb164f831d6cb1c413f9b5045bae13"}, "common_name": "Heartbleed", "cve": "CVE-2014-0160", "cwe": "CWE-125", "has_certificate": true, "id": "openssl_heartbeat", "n_domain_atoms": 3, "n_guard_atoms": 1, "n_safety_conjuncts": 1, "project": "OpenSSL", "relation_in_words": "the heartbeat payload length must fit inside the record it arrived in", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"hb_payload": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"hb_record_len": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"hb_payload": [1, 1]}, "const": [-65535, 1], "strict": false}], "fingerprint": "eec4d1b54a17fd9baa5103f0f9b98394c7eb164f831d6cb1c413f9b5045bae13", "guard": [{"coeff": {"hb_payload": [1, 1], "hb_record_len": [-1, 1]}, "const": [19, 1], "strict": false}], "name": "openssl_heartbeat", "safety": [{"coeff": {"hb_payload": [1, 1], "hb_record_len": [-1, 1]}, "const": [3, 1], "strict": false}], "schema": "certkit/spec/v1"}, "variables": ["hb_payload", "hb_record_len"], "weakness": "out-of-bounds read"}
{"certificate": {"obligations": [{"multipliers": {"3": [1, 1], "4": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "4f252ba298a05dab568f41f58cc1b102d34feeb57cbb9142a6329c723f4841e9"}, "common_name": "Baron Samedit", "cve": "CVE-2021-3156", "cwe": "CWE-787", "has_certificate": true, "id": "sudo_set_cmnd", "n_domain_atoms": 3, "n_guard_atoms": 1, "n_safety_conjuncts": 1, "project": "sudo", "relation_in_words": "the concatenated argument length must fit the allocated buffer", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"su_idx": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"su_size": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"su_size": [-1, 1]}, "const": [1, 1], "strict": false}], "fingerprint": "4f252ba298a05dab568f41f58cc1b102d34feeb57cbb9142a6329c723f4841e9", "guard": [{"coeff": {"su_idx": [1, 1], "su_size": [-1, 1]}, "const": [0, 1], "strict": true}], "name": "sudo_set_cmnd", "safety": [{"coeff": {"su_idx": [1, 1], "su_size": [-1, 1]}, "const": [0, 1], "strict": true}], "schema": "certkit/spec/v1"}, "variables": ["su_idx", "su_size"], "weakness": "heap out-of-bounds write"}
{"certificate": {"obligations": [{"multipliers": {"3": [1, 1], "5": [1, 1]}}, {"multipliers": {"4": [1, 1], "5": [1, 1]}}], "schema": "certkit/farkas/v1", "spec_fingerprint": "1bd1394177f1e56fbd1bf7d81e3ae63f8213edeb355fa13919366d25c834301c"}, "common_name": "zlib inflate extra-field overflow", "cve": "CVE-2022-37434", "cwe": "CWE-787", "has_certificate": true, "id": "zlib_inflate_extra", "n_domain_atoms": 3, "n_guard_atoms": 2, "n_safety_conjuncts": 2, "project": "zlib", "relation_in_words": "the extra-field copy must fit the destination state buffer", "schema": "cve-proof-corpus/v1", "spec": {"domain": [{"coeff": {"zl_off": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"zl_copy": [-1, 1]}, "const": [0, 1], "strict": false}, {"coeff": {"zl_extra_max": [-1, 1]}, "const": [0, 1], "strict": false}], "fingerprint": "1bd1394177f1e56fbd1bf7d81e3ae63f8213edeb355fa13919366d25c834301c", "guard": [{"coeff": {"zl_copy": [1, 1], "zl_off": [1, 1]}, "const": [-4294967295, 1], "strict": false}, {"coeff": {"zl_copy": [1, 1], "zl_extra_max": [-1, 1], "zl_off": [1, 1]}, "const": [0, 1], "strict": false}], "name": "zlib_inflate_extra", "safety": [{"coeff": {"zl_copy": [1, 1], "zl_off": [1, 1]}, "const": [-4294967295, 1], "strict": false}, {"coeff": {"zl_copy": [1, 1], "zl_extra_max": [-1, 1], "zl_off": [1, 1]}, "const": [0, 1], "strict": false}], "schema": "certkit/spec/v1"}, "variables": ["zl_off", "zl_copy", "zl_extra_max"], "weakness": "out-of-bounds write"}