From ee613b86e5318395757fc7d7d4751c03d48bbbc4 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:11:53 +0000 Subject: [PATCH] Publish GHSA-v6f4-jwv9-682w --- .../GHSA-v6f4-jwv9-682w.json | 42 ++++++++++++++++--- 1 file changed, 36 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json (52%) diff --git a/advisories/unreviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json b/advisories/github-reviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json similarity index 52% rename from advisories/unreviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json rename to advisories/github-reviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json index c49ecdc62c2..34b8ca1aed9 100644 --- a/advisories/unreviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json +++ b/advisories/github-reviewed/2024/01/GHSA-v6f4-jwv9-682w/GHSA-v6f4-jwv9-682w.json @@ -1,23 +1,49 @@ { "schema_version": "1.4.0", "id": "GHSA-v6f4-jwv9-682w", - "modified": "2024-01-04T18:30:21Z", + "modified": "2024-01-04T20:10:32Z", "published": "2024-01-04T18:30:21Z", "aliases": [ "CVE-2023-6551" ], + "summary": "class.upload.php allows cross-site scripting attacks via uploaded files", "details": "As a simple library, class.upload.php does not perform an in-depth check on uploaded files, allowing a stored XSS vulnerability when the default configuration is used. \n\n\nDevelopers must be aware of that fact and use extension whitelisting accompanied by forcing the server to always provide content-type based on the file extension. \n\n\nThe README has been updated to include these guidelines.\n\n\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" + } ], "affected": [ - + { + "package": { + "ecosystem": "Packagist", + "name": "verot/class.upload.php" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.1.6" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6551" }, + { + "type": "WEB", + "url": "https://github.com/verot/class.upload.php/commit/befbccc2330b0ccb148fc87495896bd7b57f8c57" + }, { "type": "WEB", "url": "https://cert.pl/en/posts/2024/01/CVE-2023-6551" @@ -25,15 +51,19 @@ { "type": "WEB", "url": "https://cert.pl/posts/2024/01/CVE-2023-6551" + }, + { + "type": "PACKAGE", + "url": "https://github.com/verot/class.upload.php" } ], "database_specific": { "cwe_ids": [ "CWE-20" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-04T20:10:32Z", "nvd_published_at": "2024-01-04T16:15:09Z" } } \ No newline at end of file