User Info Login Shortcode Security & Risk Analysis

wordpress.org/plugins/userinfologinshortcode

This plugin provides a [user_info_login] shortcode to let you embed a User Info or Login section without farting around with page templates or widgets

10 active installs v0.2.1 PHP + WP 2.6+ Updated Unknown
loginshortcodewpmu
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is User Info Login Shortcode Safe to Use in 2026?

Generally Safe

Score 100/100

User Info Login Shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "userinfologinshortcode" v0.2.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices regarding output escaping, with 100% of analyzed outputs being properly escaped. Furthermore, the plugin has no known recorded vulnerabilities (CVEs), suggesting a history of stable and secure development or a lack of widespread exploitation. The attack surface is also minimal, with only one shortcode and no AJAX handlers or REST API routes that are exposed without authentication checks. Taint analysis found no critical or high-severity flaws, and dangerous functions and file operations are absent.

However, a significant concern lies in the handling of SQL queries. All three identified SQL queries are executed without prepared statements. This makes the plugin highly susceptible to SQL injection vulnerabilities if any user-supplied data is incorporated into these queries, even if output is escaped. The lack of nonce checks and capability checks also presents a potential risk, as it implies that the functionality triggered by the shortcode might not be adequately protected against unauthorized access or misuse if those functions are called indirectly.

Key Concerns

  • Raw SQL queries without prepare
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

User Info Login Shortcode Security Vulnerabilities

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

User Info Login Shortcode Code Analysis

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

SQL Query Safety

0% prepared3 total queries
Attack Surface

User Info Login Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[user_info_login] UserInfoLoginShortcode.php:174
Maintenance & Trust

User Info Login Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedUnknown
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

User Info Login Shortcode Developer Profile

D'Arcy Norman

6 plugins · 620 total installs

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

How We Detect User Info Login Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
inboxsubmit-buttonchk
HTML Comments
<!-- user info / login block --><!-- end user info / login block -->
Data Attributes
name="log"id="user_login"name="pwd"id="user_pass"name="submit"name="rememberme"+3 more
Shortcode Output
<form name="loginform" action="
FAQ

Frequently Asked Questions about User Info Login Shortcode