nuclei-templates/cves/2010/CVE-2010-1870.yaml

31 lines
845 B
YAML
Raw Normal View History

2021-09-30 19:38:59 +00:00
id: CVE-2010-1870
2021-07-01 19:14:33 +00:00
info:
2021-07-06 18:14:06 +00:00
name: ListSERV Maestro <= 9.0-8 RCE
2021-07-01 19:14:33 +00:00
author: b0yd
2021-07-06 18:14:06 +00:00
severity: info
2021-09-30 19:38:59 +00:00
description: Struts-based OGNL remote code execution in ListSERV Maestro before and including version 9.0-8.
reference:
- https://www.securifera.com/advisories/sec-2020-0001/
- https://packetstormsecurity.com/files/159643/listservmaestro-exec.txt
2021-09-30 19:38:59 +00:00
tags: rce,listserv,ognl,cves,cve2010
classification:
cvss-metrics: AV:N/AC:L/Au:N/C:N/I:P/A:N
cvss-score: 5.0
cve-id: CVE-2010-1870
cwe-id: CWE-917
2021-07-01 19:14:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/lui/"
2021-07-06 18:14:06 +00:00
- "{{BaseURL}}/hub/"
2021-07-06 18:22:24 +00:00
extractors:
2021-07-01 19:14:33 +00:00
- type: regex
regex:
- 'LISTSERV Maestro\s+9\.0-[123456780]'
- 'LISTSERV Maestro\s+[5678]'
- 'Administration Hub 9\.0-[123456780]'
2021-09-30 19:38:59 +00:00
- 'Administration Hub [5678]'