Skip to content

Used WPscan to identify vulnerabilities in different versions of words press and execute the hacks against them.

Notifications You must be signed in to change notification settings

hmike96/Week-7-Project-WordPress-vs.-Kali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 7 - WordPress Pentesting

Time spent: 10 hours spent in total

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

Pentesting Report

  1. (Required) WordPress <= 4.2 - Unauthenticated Stored Cross-Site Scripting (XSS)
  • Summary:
    • Vulnerability types: XSS
    • Tested in version: 4.2.0
    • Fixed in version: 4.2.1
  • GIF Walkthrough:
  • Steps to recreate: Comment on a post with the following -
<a title='x onmouseover=alert(unescape(/hello%20world/.source)) style=position:absolute;left:0;top:0;width:5000px;height:5000px <insert greater than 63kb of any data>'></a>
  1. (Required) Authenticated Stored Cross-Site Scripting (XSS) in YouTube URL Embeds
  • Summary:
    • Vulnerability types: XSS
    • Tested in version: 4.2.0
    • Fixed in version: 4.7.3
  • GIF Walkthrough:
  • Steps to recreate: Create or update a post with the following code in its body-
[embed src='https://youtube.com/embed/123\x3csvg onload=alert(1)\x3e'][/embed]
  1. (Required) 4.3 - Authenticated Shortcode Tags Cross-Site Scripting (XSS)
  • Summary:
    • Vulnerability types: XSS
    • Tested in version: 4.2
    • Fixed in version: 4.3.1
  • GIF Walkthrough:
  • Steps to recreate: Create or update a post with the following code in its body
TEST!!![caption width="1" caption='<a href="' ">]</a><a href="http://onMouseOver='alert(1)'">Click me</a>
  1. (Optional) WordPress 4.5.3 Audio Playlist Cross Site Scripting

About

Used WPscan to identify vulnerabilities in different versions of words press and execute the hacks against them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published