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-01-19 20:30:11 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 10
|
|
|
|
verified: true
|
|
|
|
shodan-query: title:"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-01-20 08:05:50 +00:00
|
|
|
# digest: 490a004630440220042129ad559679a4f7413c2849c6322b4424e173fa77ddaf42c6ef6df369ad8f0220552fb4df555b6c1afe9cc1986c7fe758cfc2d8af2da66ad6c0d2d99a1eb0afb1:922c64590222798bb761d5b6d8e72950
|