StockViz Security & Risk Analysis

wordpress.org/plugins/stockviz

The Wordpress shortcode plugin allows you to pull in the latest stock price from within your post.

10 active installs v1.0.1.0 PHP + WP 3.3.1+ Updated Aug 28, 2012
indiashortcodestocks
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is StockViz Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The stockviz v1.0.1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding SQL query handling, exclusively using prepared statements, and has no recorded vulnerability history, which suggests a potentially stable codebase. Furthermore, the attack surface is minimal, with only one shortcode and no apparent unprotected entry points like AJAX handlers or REST API routes. However, significant concerns arise from the static analysis. The presence of the `create_function` is a notable risk, as it can be a vector for code injection if not handled with extreme caution and proper sanitization. Critically, none of the plugin's outputs are properly escaped, presenting a high risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of nonce checks and capability checks further amplifies these risks, as it implies that actions triggered by the shortcode or other potential entry points might not be adequately protected against unauthorized execution.

Key Concerns

  • Unescaped output
  • Dangerous function usage (create_function)
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

StockViz Security Vulnerabilities

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

StockViz Release Timeline

v2.0.0.0
v1.0.1.0Current
v1.0.0.0
Code Analysis
Analyzed Mar 17, 2026

StockViz Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'plugins_loaded', create_function( '', 'global $StockVizCode; $StockVizCode = new StockVstockviz.php:99

Output Escaping

0% escaped3 total outputs
Attack Surface

StockViz Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[stockquote] stockviz.php:41
WordPress Hooks 3
actionadmin_menuoption.php:3
actionadmin_initoption.php:11
actionplugins_loadedstockviz.php:99
Maintenance & Trust

StockViz Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedAug 28, 2012
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

StockViz Developer Profile

stockviz

1 plugin · 10 total installs

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

How We Detect StockViz

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<span style="font-size:.*?;font-family:.*?;height:20px;padding-left:5px;padding-right:5px;background-color:.*?;display:inline-block;border-radius:3px 3px 3px 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;"><a style="text-decoration:none;" href="http://stockviz.biz/StockDive.aspx?TICKER=.*?" title=".*?">.*?</a> .*? <span style="color:.*?">.*? .*?</span></span>
FAQ

Frequently Asked Questions about StockViz