From 814bf78ceb5764abd0594db27820f54a7d29ccbe Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:14:27 +0000 Subject: [PATCH] Publish Advisories GHSA-j2cq-h6v2-f875 GHSA-x37v-98f9-mj32 GHSA-x37v-98f9-mj32 --- .../GHSA-j2cq-h6v2-f875.json | 31 ++++++++-- .../GHSA-x37v-98f9-mj32.json | 61 +++++++++++++++++++ .../GHSA-x37v-98f9-mj32.json | 35 ----------- 3 files changed, 88 insertions(+), 39 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json (56%) create mode 100644 advisories/github-reviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json diff --git a/advisories/unreviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json b/advisories/github-reviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json similarity index 56% rename from advisories/unreviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json rename to advisories/github-reviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json index 5926f967ab2..ad9735deb8b 100644 --- a/advisories/unreviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json +++ b/advisories/github-reviewed/2022/05/GHSA-j2cq-h6v2-f875/GHSA-j2cq-h6v2-f875.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-j2cq-h6v2-f875", - "modified": "2022-05-17T02:25:46Z", + "modified": "2024-04-24T17:13:18Z", "published": "2022-05-17T02:25:46Z", "aliases": [ "CVE-2017-1000016" ], + "summary": "phpMyAdmin Cookie attribute injection attack", "details": "A weakness was discovered where an attacker can inject arbitrary values in to the browser cookies. This is a re-issue of an incomplete fix from PMASA-2016-18.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.6" + }, + { + "fixed": "4.6.6" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000016" }, + { + "type": "WEB", + "url": "https://github.com/phpmyadmin/phpmyadmin/commit/3b6ed1f" + }, { "type": "WEB", "url": "https://www.phpmyadmin.net/security/PMASA-2017-5" @@ -31,8 +54,8 @@ "CWE-20" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-24T17:13:18Z", "nvd_published_at": "2017-07-17T13:18:00Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json b/advisories/github-reviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json new file mode 100644 index 00000000000..9a1f0e3b14e --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x37v-98f9-mj32", + "modified": "2024-04-24T17:12:53Z", + "published": "2022-05-24T16:47:12Z", + "aliases": [ + "CVE-2019-11768" + ], + "summary": "phpMyAdmin SQL injection in Designer feature", + "details": "An issue was discovered in phpMyAdmin before 4.9.0.1. A vulnerability was reported where a specially crafted database name can be used to trigger an SQL injection attack through the designer feature.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.9.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11768" + }, + { + "type": "WEB", + "url": "https://github.com/phpmyadmin/phpmyadmin/commit/c1ecafc38319e8f768c9259d4d580e42acd5ee86" + }, + { + "type": "WEB", + "url": "https://www.phpmyadmin.net/security/PMASA-2019-3" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-04-24T17:12:53Z", + "nvd_published_at": "2019-06-05T05:29:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json b/advisories/unreviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json deleted file mode 100644 index 5e287a78c40..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-x37v-98f9-mj32/GHSA-x37v-98f9-mj32.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x37v-98f9-mj32", - "modified": "2022-05-24T16:47:12Z", - "published": "2022-05-24T16:47:12Z", - "aliases": [ - "CVE-2019-11768" - ], - "details": "An issue was discovered in phpMyAdmin before 4.9.0.1. A vulnerability was reported where a specially crafted database name can be used to trigger an SQL injection attack through the designer feature.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11768" - }, - { - "type": "WEB", - "url": "https://www.phpmyadmin.net/security/PMASA-2019-3" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-06-05T05:29:00Z" - } -} \ No newline at end of file