# N/A
## 漏洞概述
FortiOS配置备份文件使用硬编码的加密密钥对敏感数据进行加密,从而允许攻击者通过知道该硬编码密钥来解密这些敏感数据。
## 影响版本
未具体说明影响的版本
## 漏洞细节
FortiOS配置备份文件使用固定的加密密钥来保护敏感信息。这些敏感信息包括用户密码(管理员密码除外)、私钥的口令以及高可用性密码(如果已设置)。
## 影响
攻击者可以利用已知的硬编码密钥访问并解密备份文件中的敏感数据,导致这些敏感信息被泄露。
是否为 Web 类漏洞: 未知
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Decrypt FortiGate configuration secrets | https://github.com/gquere/CVE-2019-6693 | POC详情 |
| 2 | Decrypt reversible secrets encrypted using the default hardcoded key related to CVE-2020-9289 on FortiAnalyzer/FortiManager (the only difference with CVE-2019-6693 is the encryption routine). | https://github.com/synacktiv/CVE-2020-9289 | POC详情 |
| 3 | An authorized remote user with access or knowledge of the standard encryption key can gain access and decrypt the FortiOS backup files and all non-administator passwords, private keys and High Availability passwords. | https://github.com/saladandonionrings/cve-2019-6693 | POC详情 |
| 4 | None | https://github.com/Real4XoR/CVE-2019-6693 | POC详情 |
暂无评论