AGP Ajax Taxonomy Filter Security & Risk Analysis

wordpress.org/plugins/agp-ajax-taxonomy-filter

Simple Ajax Taxonomy Filter

20 active installs v1.1.0 PHP + WP 3.5.0+ Updated Sep 1, 2015
agpajaxcategoryfiltertaxonomy
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is AGP Ajax Taxonomy Filter Safe to Use in 2026?

Generally Safe

Score 85/100

AGP Ajax Taxonomy Filter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The 'agp-ajax-taxonomy-filter' plugin version 1.1.0 exhibits a mixed security posture. On the positive side, it has a clean vulnerability history with no known CVEs and correctly uses prepared statements for all its SQL queries, which is a strong indicator of good database security practices. Furthermore, all identified AJAX handlers and REST API routes appear to have appropriate permission checks in place, and there are no file operations or cron events that could present common attack vectors.

However, the static analysis reveals several areas of concern. The presence of the `unserialize` function, a known source of potential vulnerabilities when handling untrusted input, is a significant red flag. This is further exacerbated by the taint analysis, which identified two high-severity flows with unsanitized paths. While the number of these flows is relatively low, their high severity combined with the use of `unserialize` suggests a tangible risk of code execution or data manipulation if an attacker can control the input to these functions. Additionally, a notable portion (60%) of output escaping is missing, which could lead to Cross-Site Scripting (XSS) vulnerabilities.

In conclusion, while the plugin benefits from a lack of historical vulnerabilities and good practices in SQL handling and access control for its entry points, the identified high-severity taint flows coupled with the use of `unserialize` and insufficient output escaping represent critical areas that require immediate attention. The plugin has strengths in its structured approach to handling data and access, but these specific weaknesses could be exploited.

Key Concerns

  • High severity taint flows detected
  • Dangerous function 'unserialize' used
  • Insufficient output escaping (40% escaped)
  • Unsanitized paths in taint flows
Vulnerabilities
None known

AGP Ajax Taxonomy Filter Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

AGP Ajax Taxonomy Filter Code Analysis

Dangerous Functions
4
Raw SQL Queries
0
2 prepared
Unescaped Output
81
53 escaped
Nonce Checks
3
Capability Checks
1
File Operations
0
External Requests
2
Bundled Libraries
0

Dangerous Functions Found

unserialize$data = unserialize($data);agp-core\classes\fields\Agp_RepeaterAbstract.class.php:113
unserialize$cookie = unserialize(stripslashes($_COOKIE[$this->name]));agp-core\classes\persistence\session\Agp_CookieAbstract.class.php:24
unserialize$data = unserialize($data);agp-core\classes\persistence\session\Agp_SessionAbstract.class.php:21
unserialize$res = unserialize($_SESSION[$this->name][$key]);agp-core\classes\persistence\session\Agp_SessionAbstract.class.php:36

SQL Query Safety

100% prepared2 total queries

Output Escaping

40% escaped134 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

5 flows4 with unsanitized paths
request (agp-core\classes\ajax\Agp_AjaxAbstract.class.php:20)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

AGP Ajax Taxonomy Filter Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_atf_post_type_selectclasses\widget\Atf_TaxonomyWidget.class.php:12
noprivwp_ajax_atf_post_type_selectclasses\widget\Atf_TaxonomyWidget.class.php:13

Shortcodes 1

[atf] classes\Atf.class.php:66
WordPress Hooks 14
actioninitagp-ajax-taxonomy-filter.php:35
actionadmin_noticesagp-ajax-taxonomy-filter.php:47
actionplugins_loadedagp-ajax-taxonomy-filter.php:66
actionadmin_initagp-core\classes\config\Agp_SettingsAbstract.class.php:67
actionadmin_menuagp-core\classes\config\Agp_SettingsAbstract.class.php:68
actionadmin_noticesagp-core\classes\config\Agp_SettingsAbstract.class.php:69
actionwp_enqueue_scriptsagp-core\classes\fields\Agp_RepeaterAbstract.class.php:22
actionadmin_enqueue_scriptsagp-core\classes\fields\Agp_RepeaterAbstract.class.php:23
actionadd_meta_boxesagp-core\classes\fields\Agp_RepeaterAbstract.class.php:24
actionsave_postagp-core\classes\fields\Agp_RepeaterAbstract.class.php:25
actionpre_get_postsclasses\Atf.class.php:67
actioninitclasses\Atf.class.php:68
actionwp_enqueue_scriptsclasses\Atf.class.php:69
actionwidgets_initclasses\Atf.class.php:70
Maintenance & Trust

AGP Ajax Taxonomy Filter Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 1, 2015
PHP min version
Downloads5K

Community Trust

Rating60/100
Number of ratings1
Active installs20
Developer Profile

AGP Ajax Taxonomy Filter Developer Profile

Alexey Golubnichenko

1 plugin · 20 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect AGP Ajax Taxonomy Filter

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/js/main.js/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/css/style.css/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/js/admin.js/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/css/admin.css
Script Paths
/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/js/main.js/wp-content/plugins/agp-ajax-taxonomy-filter/agp-core/classes/fields/repeater/js/admin.js

HTML / DOM Fingerprints

CSS Classes
agp-repeater-container
HTML Comments
Copyright Alexey GolubnichenkoThis program is free software; you can redistribute it and/or modifyThis program is distributed in the hope that it will be useful,You should have received a copy of the GNU General Public License+2 more
Data Attributes
agp-repeater-container
JS Globals
Atf
FAQ

Frequently Asked Questions about AGP Ajax Taxonomy Filter