Skip to content

Commit 213b12a

Browse files
Merge pull request #6318 from github/ryanmurf-GHSA-qw4h-3xjj-84cc
2 parents 4938089 + 5afc0d5 commit 213b12a

File tree

1 file changed

+97
-0
lines changed

1 file changed

+97
-0
lines changed
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qw4h-3xjj-84cc",
4+
"modified": "2023-12-11T21:45:44Z",
5+
"published": "2023-12-01T00:31:00Z",
6+
"aliases": [
7+
"CVE-2023-49735"
8+
],
9+
"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",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.tiles:tiles-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "2.0.0"
29+
}
30+
]
31+
}
32+
]
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+
]
71+
}
72+
],
73+
"references": [
74+
{
75+
"type": "ADVISORY",
76+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-49735"
77+
},
78+
{
79+
"type": "PACKAGE",
80+
"url": "https://github.com/apache/tiles"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://lists.apache.org/thread/8ktm4vxr6vvc1qsxh6ft8jzmom1zl65p"
85+
}
86+
],
87+
"database_specific": {
88+
"cwe_ids": [
89+
"CWE-22",
90+
"CWE-776"
91+
],
92+
"severity": "HIGH",
93+
"github_reviewed": true,
94+
"github_reviewed_at": "2023-12-11T21:45:42Z",
95+
"nvd_published_at": "2023-11-30T22:15:09Z"
96+
}
97+
}

0 commit comments

Comments
 (0)