Easy Google+ Widget Security & Risk Analysis

wordpress.org/plugins/easy-googles-widget

Googles+ widget which provides you public post from your timeline.

10 active installs v0.2.7.2 PHP + WP 3.0.0+ Updated Aug 13, 2013
googlegoogle-plussocialwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy Google+ Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Easy Google+ Widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "easy-googles-widget" plugin version 0.2.7.2 exhibits a concerning security posture due to significant weaknesses in its handling of user input and authorization. The static analysis reveals a small but critical attack surface consisting of two AJAX handlers, neither of which has any authentication checks. This means any unauthenticated user can potentially trigger these handlers. Furthermore, all identified output (48 instances) is unescaped, creating a high risk of cross-site scripting (XSS) vulnerabilities. The taint analysis shows three flows with unsanitized paths, indicating potential for malicious data to be processed without proper validation, although no critical or high severity taint flows were specifically identified. The plugin's history of zero known CVEs is a positive sign, suggesting a lack of publicly disclosed vulnerabilities, but this is overshadowed by the immediate and severe risks present in the current codebase. The use of the `create_function` dangerous function is also a red flag. While the plugin uses prepared statements for SQL queries, this is a minor positive against the backdrop of critical security flaws. The lack of nonces and capability checks on its entry points, combined with the unescaped output, makes this plugin a significant risk for exploitation, particularly through XSS attacks.

Key Concerns

  • AJAX handlers without auth checks
  • All outputs are unescaped
  • Taint flows with unsanitized paths
  • Dangerous function create_function used
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Easy Google+ Widget Security Vulnerabilities

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

Easy Google+ Widget Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("ozoGPWidget");'));easy-google-plus-widget.php:252

Output Escaping

0% escaped48 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
ozoGPWidget (easy-google-plus-widget.php:132)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Easy Google+ Widget Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_ajax_actioneasy-google-plus-widget.php:140
noprivwp_ajax_ajax_actioneasy-google-plus-widget.php:141
WordPress Hooks 1
actionwidgets_initeasy-google-plus-widget.php:252
Maintenance & Trust

Easy Google+ Widget Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedAug 13, 2013
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Easy Google+ Widget Developer Profile

Michal Ozogan

3 plugins · 30 total installs

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

How We Detect Easy Google+ Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-googles-widget/ozoGPWidgetStyle.php
Script Paths
/wp-content/plugins/easy-googles-widget/ozoGPWidgetScript.js
Version Parameters
easy-googles-widget/ozoGPWidgetStyle.php?ver=easy-googles-widget/ozoGPWidgetScript.js?ver=

HTML / DOM Fingerprints

CSS Classes
ozoGPAuthorozoGPstatusphotophotoshrozoGPcomments
Data Attributes
data-widget-id
JS Globals
ajax_object
FAQ

Frequently Asked Questions about Easy Google+ Widget