RD Contact Information Security & Risk Analysis

wordpress.org/plugins/rd-contact-info

Provides a simple way to add dynamic contact information to posts and pages. This provides a way to add information beyond just the admin email.

10 active installs v1.2 PHP + WP 2.8.0+ Updated Aug 27, 2010
contactinformation
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is RD Contact Information Safe to Use in 2026?

Generally Safe

Score 85/100

RD Contact Information has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 16yr ago
Risk Assessment

The "rd-contact-info" plugin version 1.2 presents a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and unpatched vulnerabilities is a strong positive indicator. Furthermore, the code signals show no dangerous functions, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which significantly reduces the potential attack surface. The presence of a nonce check, even without explicit capability checks, demonstrates some awareness of security best practices.

However, a significant concern arises from the output escaping. With 46 total outputs and 0% properly escaped, this plugin has a critical weakness. This means that any data displayed to users, if it originates from an untrusted source (e.g., user input indirectly, or data from an external source that isn't properly sanitized before reaching this plugin), could lead to Cross-Site Scripting (XSS) vulnerabilities. While taint analysis did not reveal any unsanitized paths in the single flow analyzed, the lack of output escaping across all outputs is a pervasive risk that could be easily exploited if malicious data finds its way into the plugin's display functions.

In conclusion, while the plugin avoids common pitfalls like raw SQL or dangerous functions and has no known historical vulnerabilities, the universal lack of output escaping is a serious flaw. Developers should prioritize addressing this to prevent potential XSS attacks. The plugin's strengths lie in its clean handling of database queries and external interactions, but its weakness in output sanitization demands immediate attention.

Key Concerns

  • 0% properly escaped output
Vulnerabilities
None known

RD Contact Information Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

RD Contact Information Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

RD Contact Information Code Analysis

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

Output Escaping

0% escaped46 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

1 flows
<rd_contact_admin> (php\rd_contact_admin.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

RD Contact Information Attack Surface

Entry Points7
Unprotected0

Shortcodes 7

[rd-contact-info] rd_contact_info.php:48
[rd-contact-name] rd_contact_info.php:49
[rd-contact-phone] rd_contact_info.php:50
[rd-contact-mobile] rd_contact_info.php:51
[rd-contact-fax] rd_contact_info.php:52
[rd-contact-email] rd_contact_info.php:53
[rd-contact-address] rd_contact_info.php:54
WordPress Hooks 1
actionadmin_menurd_contact_info.php:40
Maintenance & Trust

RD Contact Information Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedAug 27, 2010
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

RD Contact Information Developer Profile

paulreitz

3 plugins · 40 total installs

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

How We Detect RD Contact Information

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rd-contact-info/php/rd_contact_admin.php/wp-content/plugins/rd-contact-info/php/rd_contact_shortcode.php/wp-content/plugins/rd-contact-info/php/rd_contact_theme_functions.php
Version Parameters
rd-contact-info/style.css?ver=rd-contact-info/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
rd-contact-info-containerrd-contact-info-item
HTML Comments
<!-- RD Contact Info -->
Data Attributes
data-contact-info-id
JS Globals
RDContactInfo
Shortcode Output
[rd-contact-info][rd-contact-name][rd-contact-phone][rd-contact-mobile]
FAQ

Frequently Asked Questions about RD Contact Information