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

46 lines
1.1 KiB
YAML
Raw Normal View History

2022-10-04 18:19:15 +00:00
id: CVE-2022-30512
info:
name: SQL Injection in School Dormitory Management System 1.0
author: tess
severity: critical
2022-10-04 18:30:28 +00:00
description: |
School Dormitory Management System 1.0 is vulnerable to SQL Injection
2022-10-04 18:19:15 +00:00
via accounts/payment_history.php:31.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-30512
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-30512
- https://github.com/bigzooooz/CVE-2022-30512
metadata:
2022-10-04 18:30:28 +00:00
verified: true
2022-10-04 18:19:15 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2022-30512
cwe-id: CWE-89
tags: cve,cve2022,sqli
requests:
- method: GET
path:
- '{{BaseURL}}/dms/admin/accounts/payment_history.php?account_id=2%27'
matchers-condition: and
matchers:
- type: word
words:
2022-10-04 18:35:05 +00:00
- 'Fatal error'
2022-10-04 18:19:15 +00:00
- '<th class="">DateTime Added</th>'
- '<th class="">Month of</th>'
part: body
- type: word
words:
- text/html
part: header
- type: status
status:
- 200