Simple Google Directions Security & Risk Analysis

wordpress.org/plugins/simple-google-directions

Simple Google Directions uses the Maps API and returns step-by-step directions.

40 active installs v1.2 PHP + WP 2.0+ Updated Dec 12, 2011
direction-formdirectionsgoogle-mapssimple-directions
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Google Directions Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "simple-google-directions" plugin version 1.2 exhibits a mixed security posture. On the positive side, it has a very limited attack surface with only one shortcode as an entry point and no AJAX handlers or REST API routes exposed without authentication. Furthermore, there are no recorded vulnerabilities or CVEs, suggesting a history of stable and potentially secure code. The absence of dangerous functions, file operations, and external HTTP requests also contributes to a favorable assessment.

However, a significant concern arises from the complete lack of output escaping. With 10 total outputs and 0% properly escaped, this presents a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data processed and displayed by the plugin, if not rigorously sanitized by external means, could be exploited by attackers to inject malicious scripts. The absence of nonce checks and capability checks, while not immediately concerning given the limited attack surface and lack of AJAX/REST routes, indicates a potential weakness if the plugin were to evolve or if the shortcode were to handle sensitive data in the future.

In conclusion, while the plugin benefits from a small attack surface and a clean vulnerability history, the pervasive lack of output escaping is a critical flaw that severely undermines its security. This issue requires immediate attention to prevent potential XSS attacks. The absence of other common security checks is less critical at this moment but represents a potential area for future improvement.

Key Concerns

  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Simple Google Directions Security Vulnerabilities

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

Simple Google Directions Code Analysis

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

Output Escaping

0% escaped10 total outputs
Attack Surface

Simple Google Directions Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[simple_directions] index.php:32
WordPress Hooks 2
actionwp_footerindex.php:33
actioninitindex.php:34
Maintenance & Trust

Simple Google Directions Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedDec 12, 2011
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Simple Google Directions Developer Profile

Justin Givens

2 plugins · 60 total installs

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

How We Detect Simple Google Directions

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-google-directions/simple-google.php
Script Paths
/wp-content/plugins/simple-google-directions/simple-google.php
Version Parameters
simple-google-directions/simple-google.php?ver=1.2

HTML / DOM Fingerprints

Data Attributes
name="directions"id="directions"name="address"id="address"name="sgdAddress"id="sgdAddress"+5 more
JS Globals
SGD_VERSION
Shortcode Output
<form name="directions"<input type="text" name="address"<input type="hidden" name="sgdAddress"<input type="submit" id="submit"
FAQ

Frequently Asked Questions about Simple Google Directions