From c8384cbc0cb541ec9bbf3e3658ad40b97dce02b6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:02:50 +0000 Subject: [PATCH] Publish Advisories GHSA-c49v-35ff-q9f7 GHSA-jq66-xh47-j9f3 GHSA-c49v-35ff-q9f7 --- .../GHSA-c49v-35ff-q9f7.json | 61 +++++++++++++++++++ .../GHSA-jq66-xh47-j9f3.json | 2 +- .../GHSA-c49v-35ff-q9f7.json | 35 ----------- 3 files changed, 62 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json diff --git a/advisories/github-reviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json b/advisories/github-reviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json new file mode 100644 index 00000000000..4d14bb4e5ac --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c49v-35ff-q9f7", + "modified": "2024-04-22T19:00:49Z", + "published": "2022-05-24T17:29:01Z", + "aliases": [ + "CVE-2020-25750" + ], + "summary": "DotPlant2 Improper Restriction of XML External Entity Reference", + "details": "An issue was discovered in DotPlant2 before 2020-09-14. In class Pay2PayPayment in payment/Pay2PayPayment.php, there is an XXE vulnerability in the checkResult function. The user input ($_POST['xml']) is used for simplexml_load_string without sanitization. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "devgroup/dotplant" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2020-09-14" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25750" + }, + { + "type": "WEB", + "url": "https://github.com/DevGroup-ru/dotplant2/issues/400" + }, + { + "type": "WEB", + "url": "https://github.com/DevGroup-ru/dotplant2/commit/fee86c7052c227762c7325eb5c2811d9323f8429" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-04-22T19:00:49Z", + "nvd_published_at": "2020-09-18T04:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/06/GHSA-jq66-xh47-j9f3/GHSA-jq66-xh47-j9f3.json b/advisories/github-reviewed/2022/06/GHSA-jq66-xh47-j9f3/GHSA-jq66-xh47-j9f3.json index 9d757ad6f07..7fbc43d2b70 100644 --- a/advisories/github-reviewed/2022/06/GHSA-jq66-xh47-j9f3/GHSA-jq66-xh47-j9f3.json +++ b/advisories/github-reviewed/2022/06/GHSA-jq66-xh47-j9f3/GHSA-jq66-xh47-j9f3.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-jq66-xh47-j9f3", - "modified": "2023-08-25T00:12:18Z", + "modified": "2024-04-22T19:01:08Z", "published": "2022-06-16T23:06:58Z", "aliases": [ "CVE-2020-25575" diff --git a/advisories/unreviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json b/advisories/unreviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json deleted file mode 100644 index 1c1f5e20e5e..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-c49v-35ff-q9f7/GHSA-c49v-35ff-q9f7.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-c49v-35ff-q9f7", - "modified": "2022-05-24T17:29:01Z", - "published": "2022-05-24T17:29:01Z", - "aliases": [ - "CVE-2020-25750" - ], - "details": "** UNSUPPORTED WHEN ASSIGNED ** An issue was discovered in DotPlant2 before 2020-09-14. In class Pay2PayPayment in payment/Pay2PayPayment.php, there is an XXE vulnerability in the checkResult function. The user input ($_POST['xml']) is used for simplexml_load_string without sanitization. NOTE: This vulnerability only affects products that are no longer supported by the maintainer.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-25750" - }, - { - "type": "WEB", - "url": "https://github.com/DevGroup-ru/dotplant2/issues/400" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-09-18T04:15:00Z" - } -} \ No newline at end of file