Update CVE-2022-30513.yaml

patch-1
Prince Chaddha 2022-10-06 01:29:07 +05:30 committed by GitHub
parent f8fb98cc2a
commit 7172604548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
id: CVE-2022-30513
info:
name: School Dormitory Management Authenticated XSS
name: School Dormitory Management - Authenticated XSS
author: tess
severity: medium
description: |
@ -20,6 +20,7 @@ info:
metadata:
verified: true
tags: cve,cve2022,xss,authenticated
requests:
- raw:
- |
@ -40,7 +41,7 @@ requests:
matchers:
- type: dsl
dsl:
- "status_code_2 == 200"
- 'contains(body_2, "alert(document.domain);")'
- 'contains(body_2, "School Dormitory Management System")'
- contains(body_2, "''; alert(document.domain); s='';")
- contains(body_2, "School Dormitory Management System")
- status_code_2 == 200"
condition: and