2024-01-19 20:30:11 +00:00
|
|
|
id: vbulletin-path-disclosure
|
2023-12-31 16:09:36 +00:00
|
|
|
|
|
|
|
info:
|
2024-01-19 20:30:11 +00:00
|
|
|
name: vBulletin - Full Path Disclosure
|
2023-12-31 16:09:36 +00:00
|
|
|
author: MaStErChO
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://github.com/OWASP/vbscan/blob/master/modules/pathdisclure.pl
|
2024-09-10 08:41:12 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:*
|
2024-01-19 20:30:11 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2024-01-29 11:58:34 +00:00
|
|
|
max-request: 11
|
|
|
|
shodan-query: "title:\"vBulletin\""
|
2024-09-10 08:22:50 +00:00
|
|
|
product: vbulletin
|
|
|
|
vendor: vbulletin
|
2023-12-31 16:09:36 +00:00
|
|
|
tags: config,exposure,fpd,vbulletin
|
2024-01-19 20:42:09 +00:00
|
|
|
flow: http(1) && http(2)
|
|
|
|
|
2023-12-31 16:09:36 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
2024-01-19 20:42:09 +00:00
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "vBulletin"
|
|
|
|
|
|
|
|
- method: GET
|
2023-12-31 16:09:36 +00:00
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/forumdisplay.php?do[]=[test.dll]"
|
|
|
|
- "{{BaseURL}}/calendar.php?do[]=[test.dll]"
|
|
|
|
- "{{BaseURL}}/search.php?do[]=[test.dll]"
|
|
|
|
- "{{BaseURL}}/forumrunner/include/album.php"
|
|
|
|
- "{{BaseURL}}/core/vb5/route/channel.php"
|
|
|
|
- "{{BaseURL}}/core/vb5/route/conversation.php"
|
|
|
|
- "{{BaseURL}}/includes/api/interface/noncollapsed.php"
|
|
|
|
- "{{BaseURL}}/includes/api/interface/collapsed.php"
|
|
|
|
- "{{BaseURL}}/vbseo_sitemap/addons/vbseo_sm_vba.php"
|
|
|
|
- "{{BaseURL}}/vbseo_sitemap/addons/vbseo_sm_vba_links.php"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2024-01-19 20:30:11 +00:00
|
|
|
- "<strong>Warning</strong>:"
|
2023-12-31 16:09:36 +00:00
|
|
|
- "Cannot modify header information"
|
2024-01-19 20:30:11 +00:00
|
|
|
- "/strong> on line"
|
|
|
|
- "trim() expects parameter"
|
2023-12-31 16:09:36 +00:00
|
|
|
- "class_core.php"
|
|
|
|
- "header already sent"
|
2023-12-31 16:34:01 +00:00
|
|
|
- "Fatal error"
|
2023-12-31 16:09:36 +00:00
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2024-01-19 20:30:11 +00:00
|
|
|
- 200
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a00473045022100cd0e5278dcecc2de63aecaea9edd4fd2fa32d34d7d11f9a83d0020f0156189210220401c79a4b2130139376318210dcb271e90da2fd7d7ce00c5be12193979148854:922c64590222798bb761d5b6d8e72950
|