{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2019-20933/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2019-20933/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2019-20933/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2019-20933/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2019-20933/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2019-20933"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2019-20933"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2019/CVE-2019-20933.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2019-20933\n\ninfo:\n  name: InfluxDB <1.7.6 - Authentication Bypass\n  author: pussycat0x,c-sh0\n  severity: critical\n  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.\n  impact: |\n    An attacker can bypass authentication and gain unauthorized access to the InfluxDB database.\n  remediation: Update Influxdb to version 1.7.6~rc0-1 or higher.\n  reference:\n    - https://github.com/LorenzoTullini/InfluxDB-Exploit-CVE-2019-20933\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20933\n    - https://github.com/influxdata/influxdb/compare/v1.7.5...v1.7.6\n    - https://nvd.nist.gov/vuln/detail/CVE-2019-20933\n    - https://github.com/influxdata/influxdb/commit/761b557315ff9c1642cf3b0e5797cd3d983a24c0\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2019-20933\n    cwe-id: CWE-287\n    epss-score: 0.30921\n    epss-percentile: 0.9818\n    cpe: cpe:2.3:a:influxdata:influxdb:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: influxdata\n    product: influxdb\n    shodan-query:\n      - InfluxDB\n      - http.title:\"influxdb - admin interface\"\n      - influxdb\n    fofa-query: title=\"influxdb - admin interface\"\n    google-query: intitle:\"influxdb - admin interface\"\n  tags: cve,cve2019,unauth,db,influxdb,misconfig,influxdata,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/query?db=db&q=SHOW%20DATABASES\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"results\":'\n          - '\"name\":\"databases\"'\n        condition: and\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100da80b4797a803af1fe408064e9087f6f991fa7b445ea3c643b22260c6665e699022100e6206c173675c5f19ef34da15488c6ff58a4ea20b7109f88638e0ca66cb6c439:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2019-20933"
}