CVE-2021-43466: Template injection in thymeleaf-spring5
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90148%
CWE
Published
11/10/2021
Updated
1/28/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.thymeleaf:thymeleaf-spring5 | maven | <= 3.0.12.RELEASE | 3.0.13.RELEASE |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub issue comment explicitly references the render function in AjaxThymeleafView.java as the injection point. This aligns with the CWE-94 pattern where unvalidated user input flows into template resolution. The function's role in handling dynamic template names makes it a logical vector for expression injection attacks. The direct reference in the vulnerability report and consistency with Thymeleaf's template processing mechanics support high confidence.