CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-22850

High
Published: Translated: NVD NIST

Summary

Koko Analytics to wtyczka analityczna typu open-source dla WordPressa. Wersje przed 2.1.3 są podatne na wykonanie dowolnych zapytań SQL poprzez nieescapowane eksport/import analityki oraz zbyt luźne zasady importu SQL przez administratora.

Risk Assessment

Nieautoryzowani użytkownicy mogą wstrzykiwać złośliwe zapytania SQL, co może prowadzić do usunięcia danych lub przejęcia kontroli nad bazą danych. To stwarza poważne zagrożenie dla integralności i bezpieczeństwa danych organizacji.

Recommendation

Zaleca się aktualizację Koko Analytics do wersji 2.1.3 lub nowszej, aby usunąć tę podatność. Dodatkowo, warto wprowadzić dodatkowe kontrole walidacji dla importowanych danych SQL.

Related vulnerabilities

Original NVD description (English source)

Koko Analytics is an open-source analytics plugin for WordPress. Versions prior to 2.1.3 are vulnerable to arbitrary SQL execution through unescaped analytics export/import and permissive admin SQL import. Unauthenticated visitors can submit arbitrary path (`pa`) and referrer (`r`) values to the public tracking endpoint in src/Resources/functions/collect.php, which stores those strings verbatim in the analytics tables. The admin export logic in src/Admin/Data_Export.php writes these stored values directly into SQL INSERT statements without escaping. A crafted path such as "),('999','x');DROP TABLE wp_users;-- breaks out of the value list. When an administrator later imports that export file, the import handler in src/Admin/Data_Import.php reads the uploaded SQL with file_get_contents, performs only a superficial header check, splits on semicolons, and executes each statement via $wpdb->query with no validation of table names or statement types. Additionally, any authenticated user with

Vulnerability data from NVD (NIST) · CISA KEV · EPSS