CVE-2024-4434: learnpress
## The Exploit An unauthenticated attacker can inject arbitrary SQL into LearnPress course queries via the `term_id` parameter in the course filter API by passing a non-integer value that bypasses `esc_sql()` validation. ```http GET /wp-j...
Read article →