From b1edcd4cc4edaf1d1d3eea9cbf05e7e2f12fe896 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 21:06:27 +0000 Subject: [PATCH] Publish Advisories GHSA-49fj-qp6p-q544 GHSA-jm67-jh3g-cg3f GHSA-qcv6-h33g-hvrc GHSA-rc8q-45v8-x6xc GHSA-8fg7-hp93-qhvr GHSA-mvf6-3f2g-xfxf GHSA-49fj-qp6p-q544 GHSA-jm67-jh3g-cg3f GHSA-qcv6-h33g-hvrc GHSA-rc8q-45v8-x6xc --- .../GHSA-49fj-qp6p-q544.json | 73 +++++++++++++++ .../GHSA-jm67-jh3g-cg3f.json | 88 +++++++++++++++++++ .../GHSA-qcv6-h33g-hvrc.json | 84 ++++++++++++++++++ .../GHSA-rc8q-45v8-x6xc.json | 84 ++++++++++++++++++ .../GHSA-8fg7-hp93-qhvr.json | 4 +- .../GHSA-mvf6-3f2g-xfxf.json | 62 +++++++++++++ .../GHSA-49fj-qp6p-q544.json | 38 -------- .../GHSA-jm67-jh3g-cg3f.json | 42 --------- .../GHSA-qcv6-h33g-hvrc.json | 38 -------- .../GHSA-rc8q-45v8-x6xc.json | 38 -------- 10 files changed, 393 insertions(+), 158 deletions(-) create mode 100644 advisories/github-reviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json create mode 100644 advisories/github-reviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json create mode 100644 advisories/github-reviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json create mode 100644 advisories/github-reviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json create mode 100644 advisories/github-reviewed/2024/05/GHSA-mvf6-3f2g-xfxf/GHSA-mvf6-3f2g-xfxf.json delete mode 100644 advisories/unreviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json delete mode 100644 advisories/unreviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json delete mode 100644 advisories/unreviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json delete mode 100644 advisories/unreviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json diff --git a/advisories/github-reviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json b/advisories/github-reviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json new file mode 100644 index 00000000000..aeb8559b74f --- /dev/null +++ b/advisories/github-reviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-49fj-qp6p-q544", + "modified": "2024-05-15T21:04:17Z", + "published": "2022-03-31T00:00:15Z", + "aliases": [ + "CVE-2022-23799" + ], + "summary": "Variable Tampering within joomla/input class", + "details": "An issue was discovered in Joomla! 4.0.0 through 4.1.0. Under specific circumstances, JInput pollutes method-specific input bags with $_REQUEST data.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/input" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23799" + }, + { + "type": "WEB", + "url": "https://github.com/joomla/joomla-cms/issues/35541" + }, + { + "type": "WEB", + "url": "https://github.com/joomla-framework/input/commit/2086df5860a2edccd77c329ee7cbd118cfe93514" + }, + { + "type": "WEB", + "url": "https://developer.joomla.org/security-centre/876-20220307-core-variable-tampering-on-jinput-request-data.html" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/joomla/input/CVE-2022-23799.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/joomla-framework/input" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T21:04:17Z", + "nvd_published_at": "2022-03-30T16:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json b/advisories/github-reviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json new file mode 100644 index 00000000000..872de41df94 --- /dev/null +++ b/advisories/github-reviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json @@ -0,0 +1,88 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jm67-jh3g-cg3f", + "modified": "2024-05-15T21:04:31Z", + "published": "2022-03-31T00:00:16Z", + "aliases": [ + "CVE-2022-23793" + ], + "summary": "Path Traversal within joomla/archive tar class", + "details": "An issue was discovered in Joomla! 3.0.0 through 3.10.6 & 4.0.0 through 4.1.0. Extracting an specifilcy crafted tar package could write files outside of the intended path.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/archive" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/archive" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23793" + }, + { + "type": "WEB", + "url": "https://developer.joomla.org/security-centre/870-20220301-core-zip-slip-within-the-tar-extractor.html" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/joomla/archive/CVE-2022-23793.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/joomla-framework/archive" + }, + { + "type": "WEB", + "url": "http://packetstormsecurity.com/files/166546/Joomla-4.1.0-Zip-Slip-File-Overwrite-Path-Traversal.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T21:04:31Z", + "nvd_published_at": "2022-03-30T16:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json b/advisories/github-reviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json new file mode 100644 index 00000000000..e696b060b5c --- /dev/null +++ b/advisories/github-reviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qcv6-h33g-hvrc", + "modified": "2024-05-15T21:04:01Z", + "published": "2022-03-31T00:00:15Z", + "aliases": [ + "CVE-2022-23800" + ], + "summary": "Cross-site Scripting (XSS) within joomla/filter class", + "details": "An issue was discovered in Joomla! 4.0.0 through 4.1.0. Inadequate content filtering leads to XSS vulnerabilities in various components.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/filter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/filter" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23800" + }, + { + "type": "WEB", + "url": "https://developer.joomla.org/security-centre/877-20220308-core-inadequate-content-filtering-within-the-filter-code.html" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/joomla/filter/CVE-2022-23800.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/joomla-framework/filter" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T21:04:01Z", + "nvd_published_at": "2022-03-30T16:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json b/advisories/github-reviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json new file mode 100644 index 00000000000..6cfb908889e --- /dev/null +++ b/advisories/github-reviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rc8q-45v8-x6xc", + "modified": "2024-05-15T21:04:42Z", + "published": "2022-03-31T00:00:15Z", + "aliases": [ + "CVE-2022-23794" + ], + "summary": "Path Disclosure within joomla/filesystem class", + "details": "An issue was discovered in Joomla! 3.0.0 through 3.10.6 & 4.0.0 through 4.1.0. Uploading a file name of an excess length causes the error. This error brings up the screen with the path of the source code of the web application.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/filesystem" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "joomla/filesystem" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.0.0" + }, + { + "fixed": "2.0.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23794" + }, + { + "type": "WEB", + "url": "https://developer.joomla.org/security-centre/871-20220302-core-path-disclosure-within-filesystem-error-messages.html" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/joomla/filesystem/CVE-2022-23794.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/joomla-framework/filesystem" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-209" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T21:04:42Z", + "nvd_published_at": "2022-03-30T16:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/05/GHSA-8fg7-hp93-qhvr/GHSA-8fg7-hp93-qhvr.json b/advisories/github-reviewed/2024/05/GHSA-8fg7-hp93-qhvr/GHSA-8fg7-hp93-qhvr.json index fcdf4bcf98b..b79a4765460 100644 --- a/advisories/github-reviewed/2024/05/GHSA-8fg7-hp93-qhvr/GHSA-8fg7-hp93-qhvr.json +++ b/advisories/github-reviewed/2024/05/GHSA-8fg7-hp93-qhvr/GHSA-8fg7-hp93-qhvr.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-8fg7-hp93-qhvr", - "modified": "2024-05-15T20:02:14Z", + "modified": "2024-05-15T21:04:35Z", "published": "2024-05-15T20:02:14Z", "aliases": [ - + "CVE-2024-35183" ], "summary": "wolfictl leaks GitHub tokens to remote non-GitHub git servers", "details": "### Summary\n\nA git authentication issue allows a local user’s GitHub token to be sent to remote servers other than `github.com`.\n\n### Details\n\nMost git-dependent functionality in wolfictl relies on its own `git` package, which contains centralized logic for implementing interactions with git repositories. Some of this functionality requires authentication in order to access private repositories. There’s a central function `GetGitAuth`:\n\nhttps://github.com/wolfi-dev/wolfictl/blob/6d99909f7b1aa23f732d84dad054b02a61f530e6/pkg/git/git.go#L22\n\nThis looks for a GitHub token in the environment variable `GITHUB_TOKEN` and returns it as an HTTP basic auth object to be used with the `github.com/go-git/go-git/v5` library.\n\nMost callers (direct or indirect) of `GetGitAuth` use the token to authenticate to github.com only; however, in some cases callers were passing this authentication without checking that the remote git repository was hosted on github.com.\n\n#### Issue 1\n\nOne of these callers processed git URLs from Melange package configurations, cloning the package’s upstream repository in order to determine which project dependencies have been upgraded since the prior update.\n\nhttps://github.com/wolfi-dev/wolfictl/blob/4dd6c95abb4bc0f9306350a8601057bd7a92bded/pkg/update/deps/cleanup.go#L49\n\nThis issue affects the command `wolfictl check update`, and the set of remote git hosts is a function of the Melange package configuration files residing in the local directory specified in the command.\n\n#### Issue 2\n\nAnother caller processes a git URL received as a command line argument and clones the repository to look for new available versions of the given project.\n\nhttps://github.com/wolfi-dev/wolfictl/blob/488b53823350caa706de3f01ec0eded9350c7da7/pkg/update/update.go#L143\n\nThis issue affects the command `wolfictl update`.\n\n---\n\nThis behavior has existed in one form or another since https://github.com/wolfi-dev/wolfictl/commit/0d06e1578300327c212dda26a5ab31d09352b9d0 - committed January 25, 2023.\n\n### PoC\n\n```shell\nGITHUB_TOKEN=test wolfictl update http://git.example.com/\n```\n\nExamining traffic sent to the remote server will show that the HTTP `Authorization` header contains `test` in base64 encoded format.\n\n### Impact\n\nThis impacts anyone who ran the `wolfictl check update` commands with a Melange configuration that included a `git-checkout` directive step that referenced a git repository not hosted on github.com. \n\nThis also impacts anyone who ran `wolfictl update ` with a remote URL outside of github.com. \n\nAdditionally, these subcommands must have run with the `GITHUB_TOKEN` environment variable set to a valid GitHub token.\n", diff --git a/advisories/github-reviewed/2024/05/GHSA-mvf6-3f2g-xfxf/GHSA-mvf6-3f2g-xfxf.json b/advisories/github-reviewed/2024/05/GHSA-mvf6-3f2g-xfxf/GHSA-mvf6-3f2g-xfxf.json new file mode 100644 index 00000000000..6008017c59f --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-mvf6-3f2g-xfxf/GHSA-mvf6-3f2g-xfxf.json @@ -0,0 +1,62 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mvf6-3f2g-xfxf", + "modified": "2024-05-15T21:05:13Z", + "published": "2024-05-15T21:05:13Z", + "aliases": [ + + ], + "summary": "endroid/qr-code-bundle File Disclosure via logo_path query parameter", + "details": "Versions of endroid/qr-code-bundle prior to 3.4.2 are affected by a security vulnerability that allows disclosure of files through the logo_path query parameter. The vulnerability arises from the improper handling of non-image data as the logo, which could lead to unintended file disclosure.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "endroid/qr-code-bundle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.4.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/endroid/qr-code-bundle/commit/51928eaaa30e7db1fd3f1076744dcbc8f8cec8c8" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/endroid/qr-code-bundle/2019-12-22.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/endroid/qr-code-bundle" + }, + { + "type": "WEB", + "url": "https://github.com/endroid/qr-code-bundle/releases/tag/3.4.2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T21:05:13Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json b/advisories/unreviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json deleted file mode 100644 index 555b755647e..00000000000 --- a/advisories/unreviewed/2022/03/GHSA-49fj-qp6p-q544/GHSA-49fj-qp6p-q544.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-49fj-qp6p-q544", - "modified": "2022-04-06T00:01:48Z", - "published": "2022-03-31T00:00:15Z", - "aliases": [ - "CVE-2022-23799" - ], - "details": "An issue was discovered in Joomla! 4.0.0 through 4.1.0. Under specific circumstances, JInput pollutes method-specific input bags with $_REQUEST data.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23799" - }, - { - "type": "WEB", - "url": "https://developer.joomla.org/security-centre/876-20220307-core-variable-tampering-on-jinput-request-data.html" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-03-30T16:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json b/advisories/unreviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json deleted file mode 100644 index bc09c86f5f9..00000000000 --- a/advisories/unreviewed/2022/03/GHSA-jm67-jh3g-cg3f/GHSA-jm67-jh3g-cg3f.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jm67-jh3g-cg3f", - "modified": "2022-04-06T00:01:48Z", - "published": "2022-03-31T00:00:16Z", - "aliases": [ - "CVE-2022-23793" - ], - "details": "An issue was discovered in Joomla! 3.0.0 through 3.10.6 & 4.0.0 through 4.1.0. Extracting an specifilcy crafted tar package could write files outside of the intended path.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23793" - }, - { - "type": "WEB", - "url": "https://developer.joomla.org/security-centre/870-20220301-core-zip-slip-within-the-tar-extractor.html" - }, - { - "type": "WEB", - "url": "http://packetstormsecurity.com/files/166546/Joomla-4.1.0-Zip-Slip-File-Overwrite-Path-Traversal.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-22" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-03-30T16:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json b/advisories/unreviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json deleted file mode 100644 index e2d28b9b413..00000000000 --- a/advisories/unreviewed/2022/03/GHSA-qcv6-h33g-hvrc/GHSA-qcv6-h33g-hvrc.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-qcv6-h33g-hvrc", - "modified": "2022-04-06T00:01:48Z", - "published": "2022-03-31T00:00:15Z", - "aliases": [ - "CVE-2022-23800" - ], - "details": "An issue was discovered in Joomla! 4.0.0 through 4.1.0. Inadequate content filtering leads to XSS vulnerabilities in various components.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23800" - }, - { - "type": "WEB", - "url": "https://developer.joomla.org/security-centre/877-20220308-core-inadequate-content-filtering-within-the-filter-code.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-03-30T16:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json b/advisories/unreviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json deleted file mode 100644 index 32bff395bf6..00000000000 --- a/advisories/unreviewed/2022/03/GHSA-rc8q-45v8-x6xc/GHSA-rc8q-45v8-x6xc.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-rc8q-45v8-x6xc", - "modified": "2022-04-06T00:01:48Z", - "published": "2022-03-31T00:00:15Z", - "aliases": [ - "CVE-2022-23794" - ], - "details": "An issue was discovered in Joomla! 3.0.0 through 3.10.6 & 4.0.0 through 4.1.0. Uploading a file name of an excess length causes the error. This error brings up the screen with the path of the source code of the web application.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23794" - }, - { - "type": "WEB", - "url": "https://developer.joomla.org/security-centre/871-20220302-core-path-disclosure-within-filesystem-error-messages.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-209" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-03-30T16:15:00Z" - } -} \ No newline at end of file