CWE-Bench-Java / advisory /apache__jspwiki_CVE-2019-10078_2.11.0.M3.json
claire71's picture
add advisory .json files
f091478 verified
raw
history blame
2.03 kB
{
"schema_version": "1.4.0",
"id": "GHSA-hp5r-mhgp-56c9",
"modified": "2021-08-04T20:00:07Z",
"published": "2019-06-06T15:29:29Z",
"aliases": [
"CVE-2019-10078"
],
"summary": "Cross-site Scriptin in JSPWiki",
"details": "A carefully crafted plugin link invocation could trigger an XSS vulnerability on Apache JSPWiki 2.9.0 to 2.11.0.M3, which could lead to session hijacking. Initial reporting indicated ReferredPagesPlugin, but further analysis showed that multiple plugins were vulnerable.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.jspwiki:jspwiki-war"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.9.0"
},
{
"fixed": "2.11.0.M4"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.11.0.M3"
}
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.jspwiki:jspwiki-main"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.9.0"
},
{
"fixed": "2.11.0.M4"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 2.11.0.M3"
}
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-10078"
},
{
"type": "WEB",
"url": "https://jspwiki-wiki.apache.org/Wiki.jsp?page=CVE-2019-10078"
}
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2019-05-29T19:05:49Z",
"nvd_published_at": "2019-05-20T21:29:00Z"
}
}