QRCode Security & Risk Analysis

wordpress.org/plugins/doqrcode

A simple plugin to generate QR Code by shortcode for WordPress

400 active installs v1.2.2 PHP + WP 4.0+ Updated May 27, 2025
barcodedoqrcodeqrcodeqrcode-shortcode
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is QRCode Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 10mo ago
Risk Assessment

The doqrcode v1.2.2 plugin exhibits a generally good security posture due to its avoidance of dangerous functions, 100% use of prepared statements for SQL queries, and lack of external HTTP requests. The absence of known vulnerabilities in its history is also a positive indicator. However, several significant concerns arise from the static analysis. The most critical issue is the extremely low rate of output escaping (9%), indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. With 11 total outputs and only one properly escaped, a vast majority of dynamic content displayed by the plugin is likely vulnerable. Furthermore, the complete lack of nonce checks and capability checks is alarming, especially given the presence of a shortcode which represents an entry point into the plugin's functionality. This means that any user, regardless of their privileges, could potentially trigger this shortcode, and actions within it might be exploitable without proper authorization verification. The plugin also performs 10 file operations, which, in conjunction with poor output escaping and a lack of authorization checks, could lead to further security risks if not handled with extreme care.

Key Concerns

  • Very low output escaping percentage (9%)
  • No nonce checks implemented
  • No capability checks implemented
  • Shortcode as an entry point without auth checks
Vulnerabilities
None known

QRCode Security Vulnerabilities

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

QRCode Code Analysis

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

Output Escaping

9% escaped11 total outputs
Attack Surface

QRCode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[qrcode] core.cls.php:21
Maintenance & Trust

QRCode Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 27, 2025
PHP min version
Downloads7K

Community Trust

Rating60/100
Number of ratings2
Active installs400
Developer Profile

QRCode Developer Profile

WPDO

6 plugins · 8K total installs

76
trust score
Avg Security Score
95/100
Avg Patch Time
146 days
View full developer profile
Detection Fingerprints

How We Detect QRCode

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/doqrcode/phpqrcode.lib.php

HTML / DOM Fingerprints

Shortcode Output
<img src='data:image/svg+xml;base64,
FAQ

Frequently Asked Questions about QRCode