Skip to content

Releases: Ziltosh/lrseo-wp-plugin

v2.1.1 - Security fixes

Choose a tag to compare

@Ziltosh Ziltosh released this 12 Mar 17:57

Security fixes

  • Fix reflected XSS via $_GET['s'] (esc_attr)
  • Add current_user_can('manage_options') capability checks on all AJAX handlers
  • Replace var_dump() with error_log() in API error handling
  • Use intval() for numeric POST parameters
  • Validate base64/JSON in lrseo_faq shortcode
  • Guard update_post_meta with permission check