Recommend by mail widget Security & Risk Analysis

wordpress.org/plugins/recommend-by-mail-widget

Recommend the site or the current page to a friend by mail.

10 active installs v1.0 PHP + WP 3.0.1+ Updated Jan 11, 2017
emailsharesidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Recommend by mail widget Safe to Use in 2026?

Generally Safe

Score 85/100

Recommend by mail widget has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The "recommend-by-mail-widget" v1.0 plugin presents a mixed security posture. On the positive side, it has a very small attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which are excellent security practices. The presence of a nonce check is also a positive indicator.

However, the static analysis reveals a significant concern with the use of the "unserialize" function. This function is inherently dangerous if used with untrusted input, as it can lead to arbitrary object injection and code execution vulnerabilities. The fact that there are no capability checks on any entry points, combined with the presence of unserialize, raises a red flag. While the taint analysis did not reveal any immediate issues, this could be due to limited analysis scope or the specific nature of the data flow. The plugin also has a clean vulnerability history, with no recorded CVEs, suggesting that the existing code, despite its potential risks, has not yet been exploited in the wild or identified as vulnerable.

In conclusion, while the plugin has a minimal attack surface and good practices in areas like SQL handling, the use of "unserialize" without evident capability checks on entry points represents a notable security risk. The lack of vulnerability history is reassuring but does not negate the inherent danger of unserializing untrusted data. Further investigation into how user-supplied data reaches the unserialize function would be prudent.

Key Concerns

  • Use of unserialize without capability checks
  • Improper output escaping (55% unescaped)
  • Lack of capability checks on entry points
Vulnerabilities
None known

Recommend by mail widget Security Vulnerabilities

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

Recommend by mail widget Code Analysis

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

Dangerous Functions Found

unserializeif($meta_rbm) $max = unserialize($meta_rbm);recommend-by-mail-widget.php:124

Output Escaping

45% escaped22 total outputs
Attack Surface

Recommend by mail widget Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initrecommend-by-mail-widget.php:14
Maintenance & Trust

Recommend by mail widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJan 11, 2017
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Recommend by mail widget Developer Profile

Jacques Malgrange

4 plugins · 530 total installs

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

How We Detect Recommend by mail widget

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
recommend_by_mail_widget
Data Attributes
id="rbm_title"name="rbm_title"id="rbm_url"name="rbm_url"id="rbm_subject"name="rbm_subject"+7 more
JS Globals
var recommend_by_mail_widget
FAQ

Frequently Asked Questions about Recommend by mail widget