Gimme Filter Security & Risk Analysis

wordpress.org/plugins/gimme-filter

Flexible and simple WordPress taxonomy filter

0 active installs v1.0 PHP + WP 3.0.1+ Updated Apr 25, 2017
actual-termsfiltertaxonomy
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Gimme Filter Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "gimme-filter" v1.0 plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface, with only one shortcode and no AJAX handlers, REST API routes, or cron events. Furthermore, the code signals indicate an absence of dangerous functions, SQL injection vulnerabilities (all queries are prepared), file operations, and external HTTP requests. The vulnerability history is also clean, with no known CVEs, which is a strong indicator of responsible development.

However, there are significant concerns regarding output escaping and taint analysis. A mere 4% of output is properly escaped, suggesting a high risk of Cross-Site Scripting (XSS) vulnerabilities where user-supplied data could be injected into the page. The taint analysis reveals two flows with unsanitized paths, indicating potential issues with how data is handled, though fortunately, these did not escalate to critical or high severity in this analysis.

Overall, while the plugin avoids common severe vulnerabilities like SQL injection and lacks a broad attack surface, the critical lack of output escaping is a major weakness. The absence of nonce and capability checks, while not directly linked to an exploitable vulnerability in this specific version, also represents a deviation from best practices for securing WordPress functionality. The lack of vulnerabilities in its history is reassuring, but the current code analysis points to a significant risk of XSS.

Key Concerns

  • Low percentage of properly escaped output
  • Flows with unsanitized paths found
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Gimme Filter Security Vulnerabilities

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

Gimme Filter Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
22
1 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

4% escaped23 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
gimmeQueryHandler (includes\class-gimme-filter-request.php:27)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Gimme Filter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[gimmefilter] gimmefilter.php:87
WordPress Hooks 6
actionwidgets_initgimmefilter.php:79
actionadmin_menugimmefilter.php:126
actionadmin_initgimmefilter.php:129
actioninitgimmefilter.php:132
actionpre_get_postsincludes\class-gimme-filter-request.php:17
actionwp_enqueue_scriptsincludes\class-gimme-filter-scripts.php:19
Maintenance & Trust

Gimme Filter Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedApr 25, 2017
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Gimme Filter Developer Profile

kirillantv

1 plugin · 0 total installs

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

How We Detect Gimme Filter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/gimme-filter/css/top-style.css/wp-content/plugins/gimme-filter/css/widget-style.css/wp-content/plugins/gimme-filter/js/gimme-filter.js
Script Paths
/wp-content/plugins/gimme-filter/js/gimme-filter.js
Version Parameters
gimmefilterstylegimme_filter_script

HTML / DOM Fingerprints

CSS Classes
g-checkbox-classg-radio-classg-dropdown-classgimmefiltergimme-filter
Data Attributes
id="gimme-submit-button"id="gimme-reset-button"id="gimmefilter"
JS Globals
gimmeparams
Shortcode Output
<div class = "gimmefilter"><form id="gimmefilter"><input type="submit" id="gimme-submit-button" value="Apply"><button name="gimmereset" id="gimme-reset-button" value="on">Reset</button>
FAQ

Frequently Asked Questions about Gimme Filter