diff --git a/2022/39xxx/CVE-2022-39825.json b/2022/39xxx/CVE-2022-39825.json new file mode 100644 index 00000000000..00b3b0712b3 --- /dev/null +++ b/2022/39xxx/CVE-2022-39825.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-39825", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2022/39xxx/CVE-2022-39826.json b/2022/39xxx/CVE-2022-39826.json new file mode 100644 index 00000000000..ca325229b04 --- /dev/null +++ b/2022/39xxx/CVE-2022-39826.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-39826", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2022/39xxx/CVE-2022-39827.json b/2022/39xxx/CVE-2022-39827.json new file mode 100644 index 00000000000..a25b04d36dd --- /dev/null +++ b/2022/39xxx/CVE-2022-39827.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-39827", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + } + ] + } +} \ No newline at end of file diff --git a/2022/39xxx/CVE-2022-39828.json b/2022/39xxx/CVE-2022-39828.json new file mode 100644 index 00000000000..1d141b0a96b --- /dev/null +++ b/2022/39xxx/CVE-2022-39828.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2022-39828", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "sign_pFwInfo in Samsung mTower through 0.3.0 has a missing check on the return value of EC_KEY_set_private_key, leading to a denial of service." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.openssl.org/docs/manmaster/man3/EC_KEY_set_private_key.html", + "refsource": "MISC", + "name": "https://www.openssl.org/docs/manmaster/man3/EC_KEY_set_private_key.html" + }, + { + "url": "https://github.com/Samsung/mTower/issues/76", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/issues/76" + }, + { + "url": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/fwinfogen.c#L193", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/fwinfogen.c#L193" + } + ] + } +} \ No newline at end of file diff --git a/2022/39xxx/CVE-2022-39829.json b/2022/39xxx/CVE-2022-39829.json new file mode 100644 index 00000000000..7ead1e30f7f --- /dev/null +++ b/2022/39xxx/CVE-2022-39829.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2022-39829", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "There is a NULL pointer dereference in aes256_encrypt in Samsung mTower through 0.3.0 due to a missing check on the return value of EVP_CIPHER_CTX_new." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_new.html", + "refsource": "MISC", + "name": "https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_new.html" + }, + { + "url": "https://github.com/Samsung/mTower/issues/75", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/issues/75" + }, + { + "url": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/ecdsa_keygen.c#L135", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/ecdsa_keygen.c#L135" + } + ] + } +} \ No newline at end of file diff --git a/2022/39xxx/CVE-2022-39830.json b/2022/39xxx/CVE-2022-39830.json new file mode 100644 index 00000000000..e2c6afdd5c4 --- /dev/null +++ b/2022/39xxx/CVE-2022-39830.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2022-39830", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "n/a", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + }, + "vendor_name": "n/a" + } + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "sign_pFwInfo in Samsung mTower through 0.3.0 has a missing check on the return value of EC_KEY_set_public_key_affine_coordinates, leading to a denial of service." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.openssl.org/docs/manmaster/man3/EC_KEY_set_public_key_affine_coordinates.html", + "refsource": "MISC", + "name": "https://www.openssl.org/docs/manmaster/man3/EC_KEY_set_public_key_affine_coordinates.html" + }, + { + "url": "https://github.com/Samsung/mTower/issues/77", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/issues/77" + }, + { + "url": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/fwinfogen.c#L194", + "refsource": "MISC", + "name": "https://github.com/Samsung/mTower/blob/18f4b592a8a973ce5972f4e2658ea0f6e3686284/tools/fwinfogen.c#L194" + } + ] + } +} \ No newline at end of file