CVE-2021-39115
01.09.2021, 23:15
Affected versions of Atlassian Jira Service Management Server and Data Center allow remote attackers with "Jira Administrators" access to execute arbitrary Java code or run arbitrary system commands via a Server_Side Template Injection vulnerability in the Email Template feature. The affected versions are before version 4.13.9, and from version 4.14.0 before 4.18.0.
Vendor | Product | Version |
---|---|---|
atlassian | jira_service_desk | 𝑥 < 4.13.9 |
atlassian | jira_service_desk | 𝑥 < 4.13.9 |
atlassian | jira_service_management | 4.14.0 ≤ 𝑥 < 4.18.0 |
atlassian | jira_service_management | 4.14.0 ≤ 𝑥 < 4.18.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-96 - Improper Neutralization of Directives in Statically Saved Code ('Static Code Injection')The software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes code syntax before inserting the input into an executable resource, such as a library, configuration file, or template.
- 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.