1. WordPress Sentinel Plugin Exposes Critical Input Sanitization Flaw in $_POST Handling
A critical vulnerability has been identified in the WordPress Sentinel plugin, stemming from improper handling of user input. The flaw resides in the plugin's failure to apply the `wp_unslash()` function to `$_POST` superglobal arrays before sanitizing them with functions like `sanitize_text_field`. Because WordPress a...