From 0a4ccf8744d1e972789349acaef2a0fc559ab216 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:24:39 +0000 Subject: [PATCH] Publish GHSA-8pph-gfhp-w226 --- .../GHSA-8pph-gfhp-w226.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 advisories/github-reviewed/2024/10/GHSA-8pph-gfhp-w226/GHSA-8pph-gfhp-w226.json diff --git a/advisories/github-reviewed/2024/10/GHSA-8pph-gfhp-w226/GHSA-8pph-gfhp-w226.json b/advisories/github-reviewed/2024/10/GHSA-8pph-gfhp-w226/GHSA-8pph-gfhp-w226.json new file mode 100644 index 00000000000..02a0737f454 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-8pph-gfhp-w226/GHSA-8pph-gfhp-w226.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8pph-gfhp-w226", + "modified": "2024-10-10T20:23:32Z", + "published": "2024-10-10T20:23:32Z", + "aliases": [ + "CVE-2024-47067" + ], + "summary": "Alist reflected Cross-Site Scripting vulnerability", + "details": "AList is a file list program that supports multiple storages. AList contains a reflected cross-site scripting vulnerability in helper.go. The endpoint /i/:link_name takes in a user-provided value and reflects it back in the response. The endpoint returns an application/xml response, opening it up to HTML tags via XHTML and thus leading to a XSS vulnerability. This vulnerability is fixed in 3.29.0.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/alist-org/alist/v3" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.29.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47067" + }, + { + "type": "WEB", + "url": "https://github.com/alist-org/alist/commit/6100647310594868e931f3de1188ddd8bde93b78" + }, + { + "type": "PACKAGE", + "url": "https://github.com/alist-org/alist" + }, + { + "type": "ADVISORY", + "url": "https://securitylab.github.com/advisories/GHSL-2023-220_Alist" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-10T20:23:32Z", + "nvd_published_at": "2024-09-30T16:15:09Z" + } +} \ No newline at end of file