From 28e14260baca74567384c47372412a25711702a7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 01:56:45 +0000 Subject: [PATCH] Publish GHSA-q6vw-39cg-wjjf --- .../GHSA-q6vw-39cg-wjjf.json | 113 ++++++++++++------ 1 file changed, 75 insertions(+), 38 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json (56%) diff --git a/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json b/advisories/github-reviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json similarity index 56% rename from advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json rename to advisories/github-reviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json index f3686682277..c66a9547730 100644 --- a/advisories/unreviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json +++ b/advisories/github-reviewed/2022/05/GHSA-q6vw-39cg-wjjf/GHSA-q6vw-39cg-wjjf.json @@ -1,19 +1,88 @@ { "schema_version": "1.4.0", "id": "GHSA-q6vw-39cg-wjjf", - "modified": "2025-04-11T03:48:37Z", + "modified": "2025-04-12T01:54:52Z", "published": "2022-05-14T02:55:16Z", "aliases": [ "CVE-2011-2508" ], + "summary": "phpMyAdmin Directory Traversal vulnerability", "details": "Directory traversal vulnerability in libraries/display_tbl.lib.php in phpMyAdmin 3.x before 3.3.10.2 and 3.4.x before 3.4.3.1, when a certain MIME transformation feature is enabled, allows remote authenticated users to include and execute arbitrary local files via a .. (dot dot) in a GLOBALS[mime_map][$meta->name][transformation] parameter.", - "severity": [], - "affected": [], + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.3.0" + }, + { + "fixed": "3.3.10.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "phpmyadmin/phpmyadmin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.4.0" + }, + { + "fixed": "3.4.3.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2508" }, + { + "type": "PACKAGE", + "url": "https://github.com/phpmyadmin/phpmyadmin" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20110712103138/http://www.xxor.se/advisories/phpMyAdmin_3.x_Multiple_Remote_Code_Executions.txt" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20111109175131/http://typo3.org/teams/security/security-bulletins/typo3-sa-2011-008" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20111217070727/http://www.securityfocus.com/archive/1/518804/100/0/threaded" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20111217173735/http://securityreason.com/securityalert/8306" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20250218012437/http://ha.xxor.se/2011/07/phpmyadmin-3x-multiple-remote-code.html" + }, { "type": "WEB", "url": "http://ha.xxor.se/2011/07/phpmyadmin-3x-multiple-remote-code.html" @@ -30,26 +99,6 @@ "type": "WEB", "url": "http://phpmyadmin.git.sourceforge.net/git/gitweb.cgi?p=phpmyadmin/phpmyadmin;a=commit;h=b434320eff8ca9c2fc1b043c1804f868341af9a7" }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/45139" - }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/45292" - }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/45315" - }, - { - "type": "WEB", - "url": "http://securityreason.com/securityalert/8306" - }, - { - "type": "WEB", - "url": "http://typo3.org/teams/security/security-bulletins/typo3-sa-2011-008" - }, { "type": "WEB", "url": "http://www.debian.org/security/2011/dsa-2286" @@ -74,30 +123,18 @@ "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2011/06/29/11" }, - { - "type": "WEB", - "url": "http://www.osvdb.org/73614" - }, { "type": "WEB", "url": "http://www.phpmyadmin.net/home_page/security/PMASA-2011-8.php" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/archive/1/518804/100/0/threaded" - }, - { - "type": "WEB", - "url": "http://www.xxor.se/advisories/phpMyAdmin_3.x_Multiple_Remote_Code_Executions.txt" } ], "database_specific": { "cwe_ids": [ "CWE-22" ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-12T01:54:52Z", "nvd_published_at": "2011-07-14T23:55:00Z" } } \ No newline at end of file