Skip to content

natlarks/Week7-WordPressPentesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Project 7 - WordPress Pentesting

Time spent: 6.5 hours spent in total

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

Pentesting Report

  1. (Required) YouTube XSS - CVE-2017-6817
  • Summary: XSS vulnerability that executes code embedded in YouTube URL
    • Vulnerability types: XSS
    • Tested in version: 4.2.2
    • Fixed in version: 4.7.3
  • GIF Walkthrough: xss2
  • Steps to recreate: I entered script in the end of a YouTube URL and then posted that to the homepage.
  • Affected source code:
  1. (Required) Login User Enumeration - CVE-2017-5487
  • Summary: Login screen releases if an user exists or not.
    • Vulnerability types: User Enumeration
    • Tested in version: 4.2.2
    • Fixed in version: 4.7.1
  • GIF Walkthrough: ue
  • Steps to recreate: I entered a username that I knew existed and compared the errors to a username I knew didn't exist.
  • Affected source code:
  1. (Required) Home Page XSS - CVE-2015-5622
  • Summary: WordPress allows script to execute on the home page of the site.
    • Vulnerability types: XSS
    • Tested in version: 4.2.2
    • Fixed in version: 4.2.3
  • GIF Walkthrough: xss1
  • Steps to recreate: On the homepage, I edited the information so the title contained script. Once I viewed the page, the script executed.
  • Affected source code:

Notes

The biggest issue I faced with this lab wasn't the actual assignment, but the environment. I had issues getting Vagrant, virtualBox, and WordPress to communicate.

License

Copyright [2017] [Natalie Larkin]

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published