Skip to content

Commit 0be1849

Browse files
1 parent a3106f7 commit 0be1849

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

advisories/github-reviewed/2023/12/GHSA-qw4h-3xjj-84cc/GHSA-qw4h-3xjj-84cc.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-qw4h-3xjj-84cc",
4-
"modified": "2023-12-11T21:45:42Z",
4+
"modified": "2025-11-04T18:12:32Z",
55
"published": "2023-12-01T00:31:00Z",
66
"aliases": [
77
"CVE-2023-49735"
88
],
99
"summary": "Apache Tiles: Unvalidated input may lead to path traversal and XXE",
10-
"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",
10+
"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.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -30,6 +30,44 @@
3030
]
3131
}
3232
]
33+
},
34+
{
35+
"package": {
36+
"ecosystem": "Maven",
37+
"name": "org.apache.struts:struts-tiles"
38+
},
39+
"ranges": [
40+
{
41+
"type": "ECOSYSTEM",
42+
"events": [
43+
{
44+
"introduced": "1.3.0"
45+
},
46+
{
47+
"last_affected": "1.3.10"
48+
}
49+
]
50+
}
51+
]
52+
},
53+
{
54+
"package": {
55+
"ecosystem": "Maven",
56+
"name": "struts:struts"
57+
},
58+
"ranges": [
59+
{
60+
"type": "ECOSYSTEM",
61+
"events": [
62+
{
63+
"introduced": "1.1"
64+
},
65+
{
66+
"last_affected": "1.2.9"
67+
}
68+
]
69+
}
70+
]
3371
}
3472
],
3573
"references": [

0 commit comments

Comments
 (0)