DE Social Login Security & Risk Analysis

wordpress.org/plugins/de-social-login

A Simple wordpress plugin which enable the user to login in wordress site with Google/Facebook/Twitter/LinkedIn/Yahoo/OpenId accounts with one click.

10 active installs v1.0.2 PHP + WP 3.0+ Updated Aug 26, 2014
login-with-facebooklogin-with-twittersocial-loginwordpress-loginwordpress-social-login
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is DE Social Login Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The de-social-login plugin v1.0.2 exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode and no AJAX handlers or REST API routes exposed without authentication. The plugin also shows good practices by utilizing prepared statements for a significant majority of its SQL queries and having no known CVEs. However, there are significant areas of concern that detract from its overall security.

The most critical issues stem from the code analysis. The presence of the 'unserialize' function is a major red flag, as unserialization of untrusted data can lead to remote code execution vulnerabilities. Coupled with this, the plugin lacks any nonce checks or capability checks, meaning that even though the entry points are limited, they are not adequately protected against unauthorized access or manipulation. Furthermore, the static analysis indicates that 100% of the output is not properly escaped, which is a serious deficiency that can lead to cross-site scripting (XSS) vulnerabilities.

The absence of any past vulnerability history is a positive indicator, suggesting the plugin may not have been a target or has been developed with a degree of care. However, the existing code signals of dangerous functions and unsanitized taint flows, along with the complete lack of output escaping and authorization checks, present immediate and exploitable risks that outweigh the lack of historical issues. The plugin's strengths lie in its limited attack surface and SQL practices, but these are overshadowed by critical vulnerabilities in data handling, authorization, and output sanitization.

Key Concerns

  • Presence of 'unserialize' function
  • 100% of output not properly escaped
  • 0 Nonce checks
  • 0 Capability checks
  • Flows with unsanitized paths
Vulnerabilities
None known

DE Social Login Security Vulnerabilities

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

DE Social Login Code Analysis

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

Dangerous Functions Found

unserialize$data = unserialize($data);google\Cache\File.php:59
unserialize$obj = unserialize($rv);yahoo\OAuth.php:722
unserialize$obj = unserialize($rv);yahoo\OAuth.php:734

SQL Query Safety

78% prepared9 total queries

Output Escaping

0% escaped38 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<demo> (linkedin\demo.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

DE Social Login Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[WPDE_LOGIN_FORM] front.php:133
WordPress Hooks 5
actionadmin_menuadmin.php:7
actioninitadmin.php:300
filterwp_login_errorsde-social-login.php:28
actionlogin_formfront.php:16
actionplugins_loadedfront.php:97
Maintenance & Trust

DE Social Login Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedAug 26, 2014
PHP min version
Downloads6K

Community Trust

Rating56/100
Number of ratings5
Active installs10
Developer Profile

DE Social Login Developer Profile

sunildhanda

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 DE Social Login

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/de-social-login/js/sociallogin.js/wp-content/plugins/de-social-login/css/sociallogin.css/wp-content/plugins/de-social-login/js/script.js/wp-content/plugins/de-social-login/css/style.css/wp-content/plugins/de-social-login/js/admin.js/wp-content/plugins/de-social-login/js/loginBySocialID.js/wp-content/plugins/de-social-login/js/login.js
Script Paths
/wp-content/plugins/de-social-login/js/sociallogin.js/wp-content/plugins/de-social-login/js/script.js/wp-content/plugins/de-social-login/js/admin.js/wp-content/plugins/de-social-login/js/loginBySocialID.js/wp-content/plugins/de-social-login/js/login.js
Version Parameters
de-social-login/sociallogin.js?ver=de-social-login/sociallogin.css?ver=de-social-login/script.js?ver=de-social-login/style.css?ver=de-social-login/admin.js?ver=de-social-login/loginBySocialID.js?ver=de-social-login/login.js?ver=

HTML / DOM Fingerprints

CSS Classes
de-help-buttonde-newsdesl-social-login-content
HTML Comments
<!-- WP Social Login Settings --><!-- Facebook Settings --><!-- Twitter Settings --><!-- Google Settings -->+4 more
Data Attributes
data-providerdata-uid
JS Globals
loginByOpenID_PATHdeSocialLoginSettingsdesl_install_plugindesl_login_errorsde_social_login_settings_pagede_social_login_facebook_settings_page+6 more
Shortcode Output
[de_social_login]
FAQ

Frequently Asked Questions about DE Social Login