Update CVE-2022-30514.yaml

patch-1
Prince Chaddha 2022-10-06 02:02:46 +05:30 committed by GitHub
parent d36f9ebe0b
commit 64f9c137ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 8 deletions

View File

@ -1,12 +1,11 @@
id: CVE-2022-30514
info:
name: School Dormitory Management Authenticated XSS via s= parameter
name: School Dormitory Management - Authenticated XSS via "s=" parameter
author: tess
severity: medium
description: |
School Dormitory Management System v1.0 is vulnerable to reflected
cross-site scripting (XSS) via admin/inc/navigation.php:125
School Dormitory Management System v1.0 is vulnerable to reflected cross-site scripting (XSS) via admin/inc/navigation.php:125
reference:
- https://github.com/bigzooooz/CVE-2022-30514
- https://www.sourcecodester.com/php/15319/school-dormitory-management-system-phpoop-free-source-code.html
@ -20,6 +19,7 @@ info:
metadata:
verified: true
tags: cve,cve2022,xss,authenticated
requests:
- raw:
- |
@ -38,9 +38,13 @@ requests:
cookie-reuse: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- "status_code_2 == 200"
- 'contains(body_2, "alert(document.domain);")'
- 'contains(body_2, "School Dormitory Management System")'
- type: word
part: body_2
words:
- "''; alert(document.domain); s='';"
- "School Dormitory Management System"
condition: and
- type: status
status:
- 200