CVE-2020-36287
09.04.2021, 02:15
The dashboard gadgets preference resource of the Atlassian gadgets plugin used in Jira Server and Jira Data Center before version 8.13.5, and from version 8.14.0 before version 8.15.1 allows remote anonymous attackers to obtain gadget related settings via a missing permissions check.Enginsight
Vendor | Product | Version |
---|---|---|
atlassian | data_center | 𝑥 < 8.13.5 |
atlassian | jira | 𝑥 < 8.13.5 |
atlassian | jira_data_center | 8.14.0 ≤ 𝑥 < 8.15.1 |
atlassian | jira_server | 8.14.0 ≤ 𝑥 < 8.15.1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
- CWE-862 - Missing AuthorizationThe software does not perform an authorization check when an actor attempts to access a resource or perform an action.