-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| gg.jte:jte | maven | <= 3.1.15 | 3.1.16 |
| gg.jte:jte-runtime | maven | <= 3.1.15 | 3.1.16 |
The vulnerability stems from two methods in the Escape class handling JavaScript contexts. The commit diff shows these functions lacked escaping for backticks (used in JS template literals) and dollar signs (used in template interpolation). This matches the CWE-79/CWE-150 descriptions and the PoC demonstrating XSS via unescaped template strings. The high confidence comes from direct references in vulnerability details, commit patches adding specific escaping logic, and test cases validating these fixes.
Ongoing coverage of React2Shell