mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-29 17:50:34 +00:00
1.2 KiB
1.2 KiB
CVE-2024-2344
Description
The Avada theme for WordPress is vulnerable to SQL Injection via the 'entry' parameter in all versions up to, and including, 7.11.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticted attackers, with editor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
POC
Reference
- https://gist.github.com/Xib3rR4dAr/05a32f63d75082ab05de27e313e70fa3
- https://gist.github.com/Xib3rR4dAr/05a32f63d75082ab05de27e313e70fa3
Github
No PoCs found on GitHub currently.