WP QR Code Generator Security & Risk Analysis

wordpress.org/plugins/wp-qr-code-generator

An easy way to add your QR Code widget in your sidebars and add in your page .

200 active installs v1.6 PHP + WP 3.0+ Updated Jun 18, 2019
qr-codeqr-code-generatorqr-code-widgetqr-code-wordpress-pluginwp-qr-code
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP QR Code Generator Safe to Use in 2026?

Generally Safe

Score 85/100

WP QR Code Generator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 6yr ago
Risk Assessment

The "wp-qr-code-generator" v1.6 plugin exhibits a generally positive security posture based on the static analysis. The plugin demonstrates good practices by using prepared statements for all SQL queries and properly escaping a high percentage of its output. Crucially, it has no recorded historical vulnerabilities, which suggests a history of secure development or diligent patching by its maintainers.

However, there are a few areas that warrant attention. The presence of the `create_function` function is a significant concern, as it is deprecated and can lead to serious security vulnerabilities if not handled with extreme care, potentially allowing for remote code execution. Furthermore, the complete lack of nonce checks and capability checks across all entry points, including the shortcode, presents a weakness. While the attack surface is currently small and appears to have no unprotected entry points in the static analysis, the absence of these fundamental security mechanisms means that an attacker could potentially manipulate the shortcode's functionality without proper authorization.

In conclusion, the plugin is strong in its handling of database interactions and output sanitization, and its clean vulnerability history is reassuring. Nevertheless, the use of `create_function` and the absence of nonce/capability checks are critical security oversights that significantly increase its risk profile. These issues, if exploitable, could outweigh the plugin's otherwise positive attributes.

Key Concerns

  • Use of deprecated and potentially unsafe create_function
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

WP QR Code Generator Security Vulnerabilities

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

WP QR Code Generator Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "qrcode_Widget" );' ) );wp-qr-code-generator.php:177

Output Escaping

86% escaped59 total outputs
Attack Surface

WP QR Code Generator Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[vqr] wp-qr-code-generator.php:40
WordPress Hooks 9
filterplugin_row_metawp-qr-code-generator.php:29
actionadmin_enqueue_scriptswp-qr-code-generator.php:38
actionwp_enqueue_scriptswp-qr-code-generator.php:39
actioninitwp-qr-code-generator.php:72
filtermce_external_pluginswp-qr-code-generator.php:74
filtermce_buttonswp-qr-code-generator.php:75
actionwidgets_initwp-qr-code-generator.php:177
actionadd_meta_boxeswp-qr-code-generator.php:205
actioninitwp-qr-code-generator.php:238
Maintenance & Trust

WP QR Code Generator Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedJun 18, 2019
PHP min version
Downloads15K

Community Trust

Rating46/100
Number of ratings3
Active installs200
Developer Profile

WP QR Code Generator Developer Profile

Team Startbit

6 plugins · 3K total installs

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

How We Detect WP QR Code Generator

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about WP QR Code Generator