Time spent: 6 hours spent in total
Objective: Find, analyze, recreate, and document five vulnerabilities affecting an old version of WordPress
- User Enumeration: Green site. If a user name exists, the error text is bold. If the error text is not bold, the user name does not exist
- Indirect Object Reference: Red Site https://130.211.159.203/red/public/salesperson.php?id=11
- SQLI: BLUE with https://130.211.159.203/blue/public/salesperson.php?id=1%27%20OR%20SLEEP(1)%23
- Cross Site Scrpting: GREEN https://130.211.159.203/green/public/staff/feedback/index.php, feedback does not sanitize for javascript.
- Cross Site Request Forgery: Red Site: https://130.211.159.203/red/public/staff/states/show.php?id=1 You can submit a form without a CSRF token. You can create form and trick and admin into submitting the form.
- Session Hijacking/Fixation: Blue Site: https://130.211.159.203/blue/public/staff/feedback/index.php I copied PHPSESSID cookie from target browser to the attacking browser and was able to get into the admin area.
List any additional assets, such as scripts or files
GIFs created with LiceCap.
Describe any challenges encountered while doing the work
Copyright [2017] [Juan Lara]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.