SQL Injection
6
Guides
SQL Injection in WordPress, Explained
What SQL injection is, why WordPress plugins keep producing it, and what it means when your site has one.
Abandoned Cart Lite for WooCommerce before 5.8.2 — SQL Injection
Unsanitised cart parameters in Abandoned Cart Lite for WooCommerce exposed stored customer data to unauthenticated extraction. Fixed in 5.8.3.
Loginizer before 1.6.4 — Unauthenticated SQL Injection
An unauthenticated SQL injection in Loginizer’s brute-force protection, reachable from any WordPress login form. Fixed in 1.6.4 — and pushed to over a million sites by a rare…
WordPress Core and MySQL String Comparison: Security Lessons for Plugin Developers
Database comparison rules can change security outcomes. Case sensitivity, collation, truncation, and loose comparisons can make two strings look equal when the application expected a strict check.
LearnPress SQL Injection to RCE: Lessons for WordPress LMS Sites
LMS plugins hold users, progress, payments, certificates, and admin workflows. A SQL injection in that environment can become more than a data leak if chained with privileged actions.
WooCommerce MySQL REPLACE to RCE: Why Store Plugins Need Fast Patching
WooCommerce runs close to money and customer data. Any chain that moves from database manipulation toward code execution should be treated as an emergency, even if exploitation requires…