nuclei-templates/http/cves/2020/CVE-2020-14181.yaml

45 lines
1.5 KiB
YAML
Raw Normal View History

2021-01-02 04:56:15 +00:00
id: CVE-2020-14181
2020-09-30 20:36:12 +00:00
info:
name: Jira Server and Data Center - Information Disclosure
2020-09-30 20:36:12 +00:00
author: bjhulst
severity: medium
description: Jira Server and Data Center is susceptible to information disclosure. An attacker can enumerate users via the /ViewUserHover.jspa endpoint and thus potentially access sensitive information, modify data, and/or execute unauthorized operations. Affected versions are before version 7.13.6, from version 8.0.0 before 8.5.7, and from version 8.6.0 before 8.12.0.
2023-09-06 12:22:36 +00:00
remediation: |
Apply the necessary patches or updates provided by Atlassian to fix the vulnerability.
reference:
2021-03-18 13:22:13 +00:00
- https://jira.atlassian.com/browse/JRASERVER-71560
2021-03-18 19:09:38 +00:00
- http://packetstormsecurity.com/files/161730/Atlassian-JIRA-8.11.1-User-Enumeration.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-14181
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-14181
cwe-id: CWE-200
2023-10-14 11:27:55 +00:00
epss-score: 0.9695
epss-percentile: 0.99627
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:atlassian:data_center:*:*:*:*:*:*:*:*
2022-07-04 13:18:24 +00:00
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: atlassian
product: data_center
2023-09-06 12:22:36 +00:00
shodan-query: http.component:"Atlassian Jira"
tags: cve,cve2020,atlassian,jira,packetstorm
2020-09-30 20:36:12 +00:00
http:
2020-09-30 20:36:12 +00:00
- method: GET
path:
2022-10-19 22:03:53 +00:00
- '{{BaseURL}}/secure/ViewUserHover.jspa'
2020-09-30 20:36:12 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-02-12 12:47:16 +00:00
- 'user-hover-details'
2022-10-19 22:03:53 +00:00
- 'content="JIRA"'
condition: and
2020-09-30 20:36:12 +00:00
- type: status
status:
- 200