All intelligence
// vulnerability record
live · NVDCVE-2024-13321
HIGHpublished 2025-03-14 08:15 UTC · 1 year ago · modified 2026-06-17 07:01 UTC
7.5
CVSS / 10
// description
The AnalyticsWP plugin for WordPress is vulnerable to SQL Injection via the 'custom_sql' parameter in all versions up to, and including, 2.0.0 due to insufficient authorization checks on the handle_get_stats() function. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
// weaknesses (CWE)
- CWE-89
- CWE-89