Email Address Obfuscation Security & Risk Analysis

wordpress.org/plugins/email-address-obfuscation

Email Address Obfuscation prevents email harvesting by hiding email address appearing in your pages, while remaining visible to your site visitors.

2K active installs v1.2.0 PHP 5.6+ WP 2.5+ Updated Nov 28, 2025
anti-spamemailobfuscateobfuscationprotect
99
A · Safe
CVEs total1
Unpatched0
Last CVEDec 3, 2024
Download
Safety Verdict

Is Email Address Obfuscation Safe to Use in 2026?

Generally Safe

Score 99/100

Email Address Obfuscation has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Dec 3, 2024Updated 4mo ago
Risk Assessment

The email-address-obfuscation plugin v1.2.0 exhibits a generally positive security posture based on the static analysis provided. The code adheres to good practices by not utilizing dangerous functions, employing prepared statements for all SQL queries, and properly escaping all identified output. The absence of file operations and external HTTP requests further reduces the potential attack surface. However, a significant concern arises from the lack of any explicit nonce or capability checks, particularly given the presence of a shortcode. This means that any user, regardless of their logged-in status or role, could potentially interact with the shortcode's functionality. The vulnerability history reveals one known CVE, a medium-severity Cross-site Scripting (XSS) vulnerability, which is noted as currently patched. While this specific vulnerability is addressed, the pattern of past XSS issues, even if resolved, suggests a potential for input sanitization oversight. The overall risk is moderate due to the lack of authorization checks on the shortcode entry point, creating a potential avenue for misuse, despite good coding practices in other areas.

Key Concerns

  • Missing capability checks on shortcode
  • Missing nonce checks on shortcode
  • One past medium severity XSS vulnerability
Vulnerabilities
1

Email Address Obfuscation Security Vulnerabilities

CVEs by Year

1 CVE in 2024
2024
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2024-11935medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Email Address Obfuscation <= 1.0.1 - Authenticated (Contributor+) Stored Cross-Site Scripting via class Parameter

Dec 3, 2024 Patched in 1.1.0 (1d)
Code Analysis
Analyzed Mar 16, 2026

Email Address Obfuscation Code Analysis

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

Output Escaping

100% escaped3 total outputs
Attack Surface

Email Address Obfuscation Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[obfuscate_email] email-address-obfuscation.php:57
Maintenance & Trust

Email Address Obfuscation Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedNov 28, 2025
PHP min version5.6
Downloads11K

Community Trust

Rating100/100
Number of ratings4
Active installs2K
Developer Profile

Email Address Obfuscation Developer Profile

Neotrendy

1 plugin · 2K total installs

99
trust score
Avg Security Score
99/100
Avg Patch Time
1 days
View full developer profile
Detection Fingerprints

How We Detect Email Address Obfuscation

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

Asset Fingerprints

Version Parameters
email-address-obfuscation/style.css?ver=email-address-obfuscation/script.js?ver=

HTML / DOM Fingerprints

Shortcode Output
<a href="mailto:title="">
FAQ

Frequently Asked Questions about Email Address Obfuscation