CWE-Bench-Java / advisory /apache__myfaces_CVE-2011-4367_2.0.11.json
claire71's picture
add advisory .json files
f091478 verified
raw
history blame
2.19 kB
{
"schema_version": "1.4.0",
"id": "GHSA-gjfx-9wx3-j6r7",
"modified": "2023-08-16T23:00:39Z",
"published": "2022-05-13T01:24:34Z",
"aliases": [
"CVE-2011-4367"
],
"summary": "Apache MyFaces Vulnerable to Path Traversal",
"details": "Multiple directory traversal vulnerabilities in MyFaces JavaServer Faces (JSF) in Apache MyFaces Core 2.0.x before 2.0.12 and 2.1.x before 2.1.6 allow remote attackers to read arbitrary files via a `..` (dot dot) in the (1) ln parameter to `faces/javax.faces.resource/web.xml` or (2) the `PATH_INFO` to `faces/javax.faces.resource/`.",
"severity": [
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.myfaces.core:myfaces-impl"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0"
},
{
"fixed": "2.0.12"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.myfaces.core:myfaces-impl"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.1.0"
},
{
"fixed": "2.1.6"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4367"
},
{
"type": "WEB",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/73100"
},
{
"type": "WEB",
"url": "https://web.archive.org/web/20120213042504/http://www.securityfocus.com/bid/51939"
},
{
"type": "WEB",
"url": "http://mail-archives.apache.org/mod_mbox/myfaces-announce/201202.mbox/%3C4F33ED1F.4070007%40apache.org%3E"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2012/Feb/150"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2022-11-02T00:42:02Z",
"nvd_published_at": "2014-06-19T14:55:00Z"
}
}