# N/A
## 概述
InfluxDB 在 1.7.6 之前的版本中存在一个认证绕过漏洞,该漏洞位于 `services/httpd/handler.go` 中的 `authenticate` 函数中,原因是 JWT 令牌可能具有空的 SharedSecret(共享密钥)。
## 影响版本
- 1.7.6 之前的版本
## 细节
在 `services/httpd/handler.go` 文件中的 `authenticate` 函数中,JWT 令牌可能存在空的 SharedSecret,这导致可以通过空的共享密钥绕过身份验证。
## 影响
该漏洞允许攻击者绕过身份验证机制,从而可能访问受保护的资源或执行未经授权的操作。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | InfluxDB CVE-2019-20933 vulnerability exploit | https://github.com/LorenzoTullini/InfluxDB-Exploit-CVE-2019-20933 | POC详情 |
2 | None | https://github.com/Hydragyrum/CVE-2019-20933 | POC详情 |
3 | InfluxDB before 1.7.6 contains an authentication bypass vulnerability via the authenticate function in services/httpd/handler.go. A JWT token may have an empty SharedSecret (aka shared secret). An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2019/CVE-2019-20933.yaml | POC详情 |
4 | None | https://github.com/Threekiii/Awesome-POC/blob/master/%E6%95%B0%E6%8D%AE%E5%BA%93%E6%BC%8F%E6%B4%9E/InfluxDB%20JWT%20%E8%AE%A4%E8%AF%81%E7%BB%95%E8%BF%87%E6%BC%8F%E6%B4%9E%20CVE-2019-20933.md | POC详情 |
5 | https://github.com/vulhub/vulhub/blob/master/influxdb/CVE-2019-20933/README.md | POC详情 |
暂无评论