#1172 closed defect (bug) (fixed)
Need Sanity Check for Plugin Page Callbacks
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.0.3 | Priority: | high |
| Severity: | major | Version: | 1.0.1 |
| Component: | General - Administration | Keywords: | |
| Cc: |
Description
bbPress should verify that a plugin page callback is actually one of the registered plugin pages. The problem is that it currently executes any callable argument, such as this:
bb-admin/admin-base.php?plugin=phpinfo
Change History (4)
Note: See
TracTickets for help on using
tickets.
I am bumping this to major/high because even though at least regular users cannot access the admin panel like on WordPress, moderators can escalate their access via certain functions which is bad situation.
This problem also exists on 0.9 so if easy, let's backport as a security issue.