mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-p495-jrpq-p66g
This commit is contained in:
+38
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user