Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"schema_version": "1.4.0",
"id": "GHSA-qw4h-3xjj-84cc",
"modified": "2023-12-11T21:45:44Z",
"published": "2023-12-01T00:31:00Z",
"aliases": [
"CVE-2023-49735"
],
"summary": "Apache Tiles: Unvalidated input may lead to path traversal and XXE",
"details": "The value set as the DefaultLocaleResolver.LOCALE_KEY attribute on the session was not validated while resolving XML definition files, leading to possible path traversal and eventually SSRF/XXE when passing user-controlled data to this key. Passing user-controlled data to this key may be relatively common, as it was also used like that to set the language in the 'tiles-test' application shipped with Tiles.\n\nThis issue affects Apache Tiles from version 2 onwards.\n\nNOTE: This vulnerability only affects products that are no longer supported by the maintainer.\n\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.tiles:tiles-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.struts:struts-tiles"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.3.0"
},
{
"last_affected": "1.3.10"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "struts:struts"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.1"
},
{
"last_affected": "1.2.9"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49735"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/tiles"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/8ktm4vxr6vvc1qsxh6ft8jzmom1zl65p"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22",
"CWE-776"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2023-12-11T21:45:42Z",
"nvd_published_at": "2023-11-30T22:15:09Z"
}
}