diff --git a/advisories/unreviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json b/advisories/github-reviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json similarity index 54% rename from advisories/unreviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json rename to advisories/github-reviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json index e5b733a55ad..9c9a85259b7 100644 --- a/advisories/unreviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json +++ b/advisories/github-reviewed/2022/05/GHSA-p495-jrpq-p66g/GHSA-p495-jrpq-p66g.json @@ -1,14 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-p495-jrpq-p66g", - "modified": "2022-05-24T17:11:53Z", + "modified": "2025-05-29T15:42:11Z", "published": "2022-05-24T17:11:53Z", "aliases": [ "CVE-2019-15539" ], + "summary": "MantisBT XSS when uploading an attachment", "details": "The proj_doc_edit_page.php Project Documentation feature in MantisBT before 2.21.3 has a stored cross-site scripting (XSS) vulnerability, allowing execution of arbitrary code (if CSP settings permit it) after uploading an attachment with a crafted filename. The code is executed when editing the document's page.", - "severity": [], - "affected": [], + "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": "mantisbt/mantisbt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.21.3" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -18,16 +44,22 @@ "type": "WEB", "url": "https://github.com/mantisbt/mantisbt/commit/bd094dede74ff6e313e286e949e2387233a96eea" }, + { + "type": "PACKAGE", + "url": "https://github.com/mantisbt/mantisbt" + }, { "type": "WEB", "url": "https://mantisbt.org/bugs/view.php?id=26078" } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-79" + ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-29T15:42:11Z", "nvd_published_at": "2020-03-19T19:15:00Z" } } \ No newline at end of file