From 9fb526c05f5294e701435b0f9a39fe5cac5856f1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:17:15 +0000 Subject: [PATCH] Publish Advisories GHSA-7q88-jxvp-9gp2 GHSA-7q88-jxvp-9gp2 --- .../GHSA-7q88-jxvp-9gp2.json | 64 +++++++++++++++++++ .../GHSA-7q88-jxvp-9gp2.json | 46 ------------- 2 files changed, 64 insertions(+), 46 deletions(-) create mode 100644 advisories/github-reviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json delete mode 100644 advisories/unreviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json diff --git a/advisories/github-reviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json b/advisories/github-reviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json new file mode 100644 index 00000000000..83ade6d7c2c --- /dev/null +++ b/advisories/github-reviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7q88-jxvp-9gp2", + "modified": "2023-07-07T19:15:57Z", + "published": "2022-03-22T00:00:41Z", + "aliases": [ + "CVE-2022-26960" + ], + "summary": "Path Traversal in Studio-42 elFinder through 2.1.60", + "details": "`connector.minimal.php` in std42 elFinder through 2.1.60 is affected by path traversal. This allows unauthenticated remote attackers to read, write, and browse files outside the configured document root. This is due to improper handling of absolute file paths.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "studio-42/elfinder" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.61" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.1.60" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26960" + }, + { + "type": "WEB", + "url": "https://github.com/Studio-42/elFinder/commit/3b758495538a448ac8830ee3559e7fb2c260c6db" + }, + { + "type": "WEB", + "url": "https://www.synacktiv.com/publications/elfinder-the-story-of-a-repwning.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2023-07-07T19:15:57Z", + "nvd_published_at": "2022-03-21T17:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json b/advisories/unreviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json deleted file mode 100644 index 3baf07b382c..00000000000 --- a/advisories/unreviewed/2022/03/GHSA-7q88-jxvp-9gp2/GHSA-7q88-jxvp-9gp2.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7q88-jxvp-9gp2", - "modified": "2022-03-29T00:01:26Z", - "published": "2022-03-22T00:00:41Z", - "aliases": [ - "CVE-2022-26960" - ], - "details": "connector.minimal.php in std42 elFinder through 2.1.60 is affected by path traversal. This allows unauthenticated remote attackers to read, write, and browse files outside the configured document root. This is due to improper handling of absolute file paths.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26960" - }, - { - "type": "WEB", - "url": "https://github.com/Studio-42/elFinder/commit/3b758495538a448ac8830ee3559e7fb2c260c6db" - }, - { - "type": "WEB", - "url": "https://www.synacktiv.com/publications.html" - }, - { - "type": "WEB", - "url": "https://www.synacktiv.com/publications/elfinder-the-story-of-a-repwning.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-22" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-03-21T17:15:00Z" - } -} \ No newline at end of file