DZS Custom WP Query Shortcode Security & Risk Analysis

wordpress.org/plugins/dzs-custom-wp-query-shortcode

This plugin creates a custom wp_query via a shortcode. Accepts any parameter of WP_Query

10 active installs v1.0 PHP + WP 3.2+ Updated Aug 16, 2011
custom-queryqueryshortcodewp_query
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is DZS Custom WP Query Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

DZS Custom WP Query Shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 15yr ago
Risk Assessment

The "dzs-custom-wp-query-shortcode" v1.0 plugin exhibits a very strong security posture based on the provided static analysis. The absence of dangerous functions, file operations, external HTTP requests, and the proper use of prepared statements for all SQL queries are excellent indicators of secure coding practices. All output is also properly escaped, mitigating cross-site scripting (XSS) risks.

While the code analysis reveals no immediate vulnerabilities, the lack of any capability checks or nonce checks on the single shortcode entry point is a significant concern. Shortcodes can be powerful entry points for user-supplied data, and without proper authorization and validation, this could lead to unauthorized actions or data leakage depending on the shortcode's functionality. The taint analysis showing zero flows is positive, but this is likely due to the limited scope or the absence of complex data processing that would trigger such analysis.

The plugin's vulnerability history is completely clean, which is a positive sign of either robust development or a lack of historical scrutiny. However, the absence of capability checks on the shortcode is a potential weakness that could be exploited if the shortcode's logic is not inherently safe. Overall, the plugin demonstrates good technical security in terms of common vulnerabilities like SQL injection and XSS, but a lack of access control on its primary user-facing feature presents a notable risk.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
Vulnerabilities
None known

DZS Custom WP Query Shortcode Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

DZS Custom WP Query Shortcode Release Timeline

v1.0.3
v1.0.1
v1.0Current
Code Analysis
Analyzed Mar 16, 2026

DZS Custom WP Query Shortcode Code Analysis

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

DZS Custom WP Query Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[query] dzscustomquery.php:15
Maintenance & Trust

DZS Custom WP Query Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedAug 16, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

DZS Custom WP Query Shortcode Developer Profile

digitalzoomstudio

3 plugins · 110 total installs

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

How We Detect DZS Custom WP Query Shortcode

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

Asset Fingerprints

Script Paths
/wp-content/plugins/dzs-custom-wp-query-shortcode/dzs_custom_wp_query.js
Version Parameters
dzs-custom-wp-query-shortcode/style.css?ver=1.0

HTML / DOM Fingerprints

Shortcode Output
<h3></h3><div></div>
FAQ

Frequently Asked Questions about DZS Custom WP Query Shortcode