Multiupload In Custom Taxonomy Security & Risk Analysis

wordpress.org/plugins/multiupload-in-custom-taxonomy

Add multiupload custom field in custom taxonomy.

10 active installs v1.2 PHP + WP 3.6+ Updated Unknown
image-uploadmultiuploadmultiupload-in-custom-taxonomymultiupload-in-taxonomytaxonomy
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Multiupload In Custom Taxonomy Safe to Use in 2026?

Generally Safe

Score 100/100

Multiupload In Custom Taxonomy has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The multiupload-in-custom-taxonomy v1.2 plugin exhibits a mixed security posture. On the positive side, it demonstrates strengths by having a limited attack surface with no identified AJAX handlers or REST API routes exposed without authentication. The presence of nonce and capability checks also indicates an awareness of basic security practices. Furthermore, the plugin has no recorded vulnerability history, suggesting a history of responsible development or a lack of past scrutiny.

However, significant concerns arise from the static analysis of the codebase. The fact that 0% of SQL queries use prepared statements is a major red flag, opening the door to potential SQL injection vulnerabilities. Coupled with this, 0% of output is properly escaped, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities, especially given the presence of a shortcode which often involves user-generated or dynamic content rendering. The absence of taint analysis results is also noteworthy, as it might mean the analysis tool was not configured to perform it, or that such flows were not detected, which could mask potential issues.

In conclusion, while the plugin's attack surface and vulnerability history are promising, the critical lack of prepared statements for SQL queries and proper output escaping present substantial and immediate security risks. These are fundamental security practices that are currently not being met, demanding careful attention and remediation.

Key Concerns

  • SQL queries not using prepared statements
  • Output not properly escaped
Vulnerabilities
None known

Multiupload In Custom Taxonomy Security Vulnerabilities

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

Multiupload In Custom Taxonomy Code Analysis

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

SQL Query Safety

0% prepared3 total queries

Output Escaping

0% escaped15 total outputs
Attack Surface

Multiupload In Custom Taxonomy Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[multiimg] multiupload-in-taxonomy.php:132
WordPress Hooks 4
actionadmin_initinclude\class-multiupload-in-taxonomy-admin.php:44
actionadmin_menuinclude\class-multiupload-in-taxonomy-admin.php:56
actioninitinclude\class-multiupload-in-taxonomy-admin.php:61
actionplugins_loadedmultiupload-in-taxonomy.php:70
Maintenance & Trust

Multiupload In Custom Taxonomy Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Multiupload In Custom Taxonomy Developer Profile

August Infotech

4 plugins · 50 total installs

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

How We Detect Multiupload In Custom Taxonomy

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/multiupload-in-custom-taxonomy/css/multi-image.css/wp-content/plugins/multiupload-in-custom-taxonomy/js/multi-message.js
Script Paths
/wp-content/plugins/multiupload-in-custom-taxonomy/js/multi-message.js

HTML / DOM Fingerprints

CSS Classes
of_containerof-save-popupof-save-saveform-tablefield-statusfield-nameAIGolbalMultiuploadOptions
Data Attributes
id="of_container"id="of-popup-save"class="of-save-popup"class="of-save-save"id="AIGolbalMultiuploadOptions"id="form-settings"
Shortcode Output
[multiimg]
FAQ

Frequently Asked Questions about Multiupload In Custom Taxonomy