mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 00:49:28 +02:00
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
### [CVE-2020-8658](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8658)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The BestWebSoft Htaccess plugin through 1.8.1 for WordPress allows wp-admin/admin.php?page=htaccess.php&action=htaccess_editor CSRF. The flag htccss_nonce_name passes the nonce to WordPress but the plugin does not validate it correctly, resulting in a wrong implementation of anti-CSRF protection. In this way, an attacker is able to direct the victim to a malicious web page that modifies the .htaccess file, and takes control of the website.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/V1n1v131r4/Exploiting-WP-Htaccess-by-BestWebSoft-Plugin/blob/master/README.md
|
|
- https://wpvulndb.com/vulnerabilities/10060
|
|
|
|
#### Github
|
|
- https://github.com/V1n1v131r4/Exploiting-WP-Htaccess-by-BestWebSoft-Plugin
|
|
- https://github.com/V1n1v131r4/My-CVEs
|
|
|