CVE-2025-11171 PUBLISHED

Chartify – WordPress Chart Plugin <= 3.5.9 - Missing Authentication for Administrative Function

Assigner: Wordfence
Reserved: 29.09.2025 Published: 08.10.2025 Updated: 08.10.2025

The Chartify – WordPress Chart Plugin for WordPress is vulnerable to Missing Authentication for Critical Function in all versions up to, and including, 3.5.9. This is due to the plugin registering an unauthenticated AJAX action that dispatches to admin-class methods based on a request parameter, without any nonce or capability checks. This makes it possible for unauthenticated attackers to execute administrative functions via the wp-admin/admin-ajax.php endpoint granted they can identify callable method names.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
CVSS Score: 5.3

Product Status

Vendor ays-pro
Product Chartify – WordPress Chart Plugin
Versions Default: unaffected
  • affected from * to 3.5.9 (incl.)

Credits

  • Avraham Shemesh finder
  • Kai Aizen finder

References

Problem Types

  • CWE-306 Missing Authentication for Critical Function CWE