From e14b289cbf3e46097d28d09f4d1e8cefb7b7f577 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:09:24 +0000 Subject: [PATCH] Publish Advisories GHSA-4q58-5x28-53wv GHSA-x4x9-4c65-73w8 --- .../GHSA-4q58-5x28-53wv.json | 61 +++++++++++++++++-- .../GHSA-x4x9-4c65-73w8.json | 40 ++++++++++-- 2 files changed, 90 insertions(+), 11 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json (58%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json (54%) diff --git a/advisories/unreviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json b/advisories/github-reviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json similarity index 58% rename from advisories/unreviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json rename to advisories/github-reviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json index 78b1d33a05e..3d4e146c66e 100644 --- a/advisories/unreviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json +++ b/advisories/github-reviewed/2022/05/GHSA-4q58-5x28-53wv/GHSA-4q58-5x28-53wv.json @@ -1,19 +1,68 @@ { "schema_version": "1.4.0", "id": "GHSA-4q58-5x28-53wv", - "modified": "2025-04-11T03:54:33Z", + "modified": "2025-04-12T00:07:21Z", "published": "2022-05-17T05:19:28Z", "aliases": [ "CVE-2011-1940" ], + "summary": "phpMyAdmin Vulnerable to Cross-Site Scripting", "details": "Multiple cross-site scripting (XSS) vulnerabilities in phpMyAdmin 3.3.x before 3.3.10.1 and 3.4.x before 3.4.1 allow remote attackers to inject arbitrary web script or HTML via a crafted table name that triggers improper HTML rendering on a Tracking page, related to (1) libraries/tbl_links.inc.php and (2) tbl_tracking.php.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3.0" + }, + { + "fixed": "3.3.10.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.4.0" + }, + { + "fixed": "3.4.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1940" }, + { + "type": "PACKAGE", + "url": "https://github.com/phpmyadmin/phpmyadmin" + }, { "type": "WEB", "url": "http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin%3Ba=commitdiff%3Bh=7e10c132a3887c8ebfd7a8eee356b28375f1e287" @@ -43,9 +92,9 @@ "cwe_ids": [ "CWE-79" ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-04-12T00:07:21Z", "nvd_published_at": "2012-01-26T15:55:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json b/advisories/github-reviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json similarity index 54% rename from advisories/unreviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json rename to advisories/github-reviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json index f4bd313d8cf..34410c288e3 100644 --- a/advisories/unreviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json +++ b/advisories/github-reviewed/2022/05/GHSA-x4x9-4c65-73w8/GHSA-x4x9-4c65-73w8.json @@ -1,19 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-x4x9-4c65-73w8", - "modified": "2025-04-11T04:05:46Z", + "modified": "2025-04-12T00:08:12Z", "published": "2022-05-17T00:22:27Z", "aliases": [ "CVE-2012-5181" ], + "summary": "Concrete5 Vulnerable to Cross-Site Scripting (XSS)", "details": "Cross-site scripting (XSS) vulnerability in concrete5 Japanese 5.5.1 through 5.5.2.1 and concrete5 English 5.5.0 through 5.6.0.2 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "concrete5/concrete5" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "5.5.1" + }, + { + "fixed": "5.6.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5181" }, + { + "type": "PACKAGE", + "url": "https://github.com/concretecms/concrete5-legacy" + }, { "type": "WEB", "url": "http://concrete5-japan.org/news/concrete5602ja-release" @@ -32,8 +62,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-04-12T00:08:12Z", "nvd_published_at": "2012-12-21T21:55:00Z" } } \ No newline at end of file