2022-09-08 13:28:46 +00:00
id : CVE-2019-20933
2022-08-23 06:13:10 +00:00
info :
2023-01-30 21:50:44 +00:00
name : InfluxDB <1.7.6 - Authentication Bypass
2022-08-23 06:13:10 +00:00
author : pussycat0x,c-sh0
severity : critical
2023-01-30 21:50:44 +00:00
description : 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.
2022-08-23 06:13:10 +00:00
reference :
- https://github.com/LorenzoTullini/InfluxDB-Exploit-CVE-2019-20933
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20933
- https://github.com/influxdata/influxdb/compare/v1.7.5...v1.7.6
2023-01-30 21:50:44 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-20933
remediation : Update Influxdb to version 1.7.6~rc0-1 or higher.
2022-08-23 06:13:10 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cve-id : CVE-2019-20933
cwe-id : CWE-287
metadata :
2023-01-23 20:08:27 +00:00
shodan-query : InfluxDB
2022-08-23 06:13:10 +00:00
verified : "true"
tags : unauth,db,influxdb,misconfig
2022-09-08 13:28:46 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/query?db=db&q=SHOW%20DATABASES"
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"results":'
- '"name":"databases"'
condition : and
- type : status
status :
- 200
2023-01-30 21:50:44 +00:00
# Enhanced by md on 2023/01/30