CVE-2021-0220
15.01.2021, 18:15
The Junos Space Network Management Platform has been found to store shared secrets in a recoverable format that can be exposed through the UI. An attacker who is able to execute arbitrary code in the victim browser (for example via XSS) or access cached contents may be able to obtain a copy of credentials managed by Junos Space. The impact of a successful attack includes, but is not limited to, obtaining access to other servers connected to the Junos Space Management Platform. This issue affects Juniper Networks Junos Space versions prior to 20.3R1.Enginsight
Vendor | Product | Version |
---|---|---|
juniper | junos_space | 1.0 |
juniper | junos_space | 1.1 |
juniper | junos_space | 1.2 |
juniper | junos_space | 1.3 |
juniper | junos_space | 1.4 |
juniper | junos_space | 2.0 |
juniper | junos_space | 11.1 |
juniper | junos_space | 11.2 |
juniper | junos_space | 11.3 |
juniper | junos_space | 11.4 |
juniper | junos_space | 12.1 |
juniper | junos_space | 12.2 |
juniper | junos_space | 12.3 |
juniper | junos_space | 13.1 |
juniper | junos_space | 13.1:r1.8 |
juniper | junos_space | 13.3:r3 |
juniper | junos_space | 14.1 |
juniper | junos_space | 15.1 |
juniper | junos_space | 15.1:r2 |
juniper | junos_space | 15.1:r4 |
juniper | junos_space | 15.2 |
juniper | junos_space | 16.1 |
juniper | junos_space | 17.1 |
juniper | junos_space | 17.2 |
juniper | junos_space | 17.2:r1.4 |
juniper | junos_space | 18.1 |
juniper | junos_space | 18.1r1:r1 |
juniper | junos_space | 18.2 |
juniper | junos_space | 18.3 |
juniper | junos_space | 18.4 |
juniper | junos_space | 19.1 |
juniper | junos_space | 15.1:r1 |
juniper | junos_space | 15.2:r1 |
juniper | junos_space | 16.1 |
juniper | junos_space | 17.2 |
juniper | junos_space | 18.1:r1 |
juniper | junos_space | 18.2:r1 |
juniper | junos_space | 18.3:r1 |
juniper | junos_space | 18.4:r1 |
juniper | junos_space | 19.1:r1 |
juniper | junos_space | 19.2:r1 |
juniper | junos_space | 19.3:r1 |
juniper | junos_space | 19.4:r1 |
juniper | junos_space | 20.1:r1 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-257 - Storing Passwords in a Recoverable FormatThe storage of passwords in a recoverable format makes them subject to password reuse attacks by malicious users. In fact, it should be noted that recoverable encrypted passwords provide no significant benefit over plaintext passwords since they are subject not only to reuse by malicious attackers but also by malicious insiders. If a system administrator can recover a password directly, or use a brute force search on the available information, the administrator can use the password on other accounts.
- CWE-522 - Insufficiently Protected CredentialsThe product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.