Super Cool QRCode Security & Risk Analysis

wordpress.org/plugins/super-cool-qrcode

Easily insert QR codes in your blog, with Widget or Shortcode.

100 active installs v0.0.7 PHP + WP 2.8+ Updated Mar 7, 2011
mobileqr-codeqrcodeshortcodewidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Super Cool QRCode Safe to Use in 2026?

Generally Safe

Score 85/100

Super Cool QRCode 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 "super-cool-qrcode" plugin v0.0.7 exhibits a concerning security posture despite a clean vulnerability history. While the code analysis reveals no immediately apparent dangerous functions, raw SQL queries, or external HTTP requests, and the taint analysis shows no critical or high severity flows, there are significant weaknesses. The most alarming finding is that 100% of its 87 output operations are not properly escaped. This represents a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, as malicious input could be rendered directly in the user's browser. Furthermore, the plugin lacks any nonces or capability checks on its single entry point, the shortcode, meaning any logged-in user could potentially trigger its functionality, exacerbating the XSS risk.

Despite the absence of historical CVEs, which might suggest a lack of prior discovery or a very small user base, the identified code-level issues are severe and actionable. The lack of output escaping on such a high number of outputs, combined with the absence of authentication and authorization mechanisms on its sole entry point, creates a clear pathway for exploitation. While the plugin's attack surface is small, its security posture is weakened by these fundamental coding oversights. The developer should prioritize addressing the output escaping and implementing appropriate checks before this plugin is widely adopted or a vulnerability is discovered.

Key Concerns

  • 0% output escaping
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

Super Cool QRCode Security Vulnerabilities

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

Super Cool QRCode Code Analysis

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

Output Escaping

0% escaped87 total outputs
Attack Surface

Super Cool QRCode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[qrcode] super-cool-qrcodes.php:137
WordPress Hooks 2
actionwidgets_initsuper-cool-qrcodes.php:26
actionadmin_menusuper-cool-qrcodes.php:151
Maintenance & Trust

Super Cool QRCode Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedMar 7, 2011
PHP min version
Downloads8K

Community Trust

Rating20/100
Number of ratings1
Active installs100
Developer Profile

Super Cool QRCode Developer Profile

mschertel

1 plugin · 100 total installs

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

How We Detect Super Cool QRCode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
scqrcode
Data Attributes
id="scqrcode-widget"
Shortcode Output
<img src="http://chart.apis.google.com/chart?cht=qr&chs=width="height="border="
FAQ

Frequently Asked Questions about Super Cool QRCode