Assign Categories Security & Risk Analysis

wordpress.org/plugins/assign-categories

Assign one or more categories to multiple posts in a single shot, with or without preserving existing categories.

20 active installs v1.0 PHP + WP 2.7+ Updated Nov 21, 2014
categoriescategorytagtags
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Assign Categories Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "assign-categories" plugin v1.0 exhibits a mixed security posture. On the positive side, it has a remarkably small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed. Furthermore, all detected SQL queries utilize prepared statements, mitigating direct SQL injection risks. The absence of any recorded vulnerability history is also a strong indicator of a secure development past. However, the static analysis reveals significant areas of concern. With 100% of its detected output escaping being improperly handled, there's a high probability of cross-site scripting (XSS) vulnerabilities. This is further exacerbated by the taint analysis, which identified two flows with unsanitized paths, suggesting potential for code injection or other malicious data processing, even if not classified as critical or high severity in this specific scan. The complete lack of nonce and capability checks across all entry points (even though there are none exposed) is a critical oversight in general WordPress plugin development best practices, leaving the door open for future vulnerabilities if the attack surface were to expand. The plugin's strengths lie in its minimal attack surface and safe database interactions, but the prevalent output escaping issues and taint analysis findings present a notable risk.

Key Concerns

  • Output escaping is not properly handled (10%)
  • Taint analysis shows unsanitized paths (2 flows)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Assign Categories Security Vulnerabilities

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

Assign Categories Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

10% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
com_aswinanand_assignCategories (assign_categories.php:55)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Assign Categories Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuassign_categories.php:377
Maintenance & Trust

Assign Categories Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 21, 2014
PHP min version
Downloads4K

Community Trust

Rating60/100
Number of ratings3
Active installs20
Developer Profile

Assign Categories Developer Profile

Aswin Anand

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 Assign Categories

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/assign-categories/assign-categories.php

HTML / DOM Fingerprints

CSS Classes
childrenselectitpopular-category
Data Attributes
id='category-id='span_id='a_id='in-category-name='cate_id='setcat_select_subcat'+13 more
JS Globals
jQuery$com_aswinanand_assignCategories
FAQ

Frequently Asked Questions about Assign Categories