CVE-2021-39128
16.09.2021, 06:15
Affected versions of Atlassian Jira Server or Data Center using the Jira Service Management addon allow remote attackers with JIRA Administrators access to execute arbitrary Java code via a server-side template injection vulnerability in the Email Template feature. The affected versions of Jira Server or Data Center are before version 8.13.12, and from version 8.14.0 before 8.19.1.
Vendor | Product | Version |
---|---|---|
atlassian | jira_data_center | 𝑥 < 8.13.12 |
atlassian | jira_data_center | 8.14.0 ≤ 𝑥 < 8.19.1 |
atlassian | jira_server | 𝑥 < 8.13.12 |
atlassian | jira_server | 8.14.0 ≤ 𝑥 < 8.19.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-1336 - Improper Neutralization of Special Elements Used in a Template EngineThe product uses a template engine to insert or process externally-influenced input, but it does not neutralize or incorrectly neutralizes special elements or syntax that can be interpreted as template expressions or other code directives when processed by the engine.
- CWE-94 - Improper Control of Generation of Code ('Code Injection')The software constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.