Find Us Security & Risk Analysis

wordpress.org/plugins/find-us

This plugin displays a map on your website and allows your visitors to find their way to your location.

10 active installs v1.7 PHP + WP 2.1+ Updated Unknown
googlegoogle-mapsmap
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Find Us Safe to Use in 2026?

Generally Safe

Score 100/100

Find Us has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "find-us" plugin v1.7 demonstrates a mixed security posture. On one hand, it has no recorded vulnerabilities, a clean history with no known CVEs, and avoids dangerous functions, file operations, external requests, and bundled libraries. This suggests a generally cautious development approach.

However, the static analysis reveals significant concerns, particularly in output escaping and taint analysis. A concerning 0% of outputs are properly escaped, meaning user-supplied data displayed on the frontend could be vulnerable to cross-site scripting (XSS) attacks. Furthermore, all four analyzed taint flows show unsanitized paths, indicating a risk of sensitive data being mishandled or exposed. The lack of any capability or nonce checks, while the attack surface appears minimal (0 entry points), is also a potential weakness if the plugin's functionality were to be expanded or if certain entry points were overlooked.

While the absence of known vulnerabilities is positive, the critical findings in output escaping and taint analysis present a tangible risk. The plugin's developers need to address the unescaped outputs and unsanitized taint flows to mitigate potential XSS and data exposure vulnerabilities.

Key Concerns

  • All outputs are unescaped
  • All taint flows have unsanitized paths
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Find Us Security Vulnerabilities

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

Find Us Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped26 total outputs
Data Flows
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
dprx_display_find_us (find-us.php:208)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Find Us Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actioninitfind-us.php:46
actionadmin_headfind-us.php:56
actionadmin_headfind-us.php:57
actionadmin_menufind-us.php:59
actionwp_headfind-us.php:63
actionwp_headfind-us.php:76
actionwp_headfind-us.php:77
actionthe_contentfind-us.php:78
actionactivate_find-us/find-us.phpfind-us.php:174
actiondeactivate_find-us/find-us.phpfind-us.php:184
Maintenance & Trust

Find Us Maintenance & Trust

Maintenance Signals

WordPress version tested2.2.2
Last updatedUnknown
PHP min version
Downloads12K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Find Us Developer Profile

Roland Rust

9 plugins · 180 total installs

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

How We Detect Find Us

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/find-us/css/map.css/wp-content/plugins/find-us/js/map.js
Script Paths
/wp-content/plugins/find-us/js/map.js
Version Parameters
find-us/css/map.css?ver=find-us/js/map.js?ver=

HTML / DOM Fingerprints

CSS Classes
dprx_find_us_map_boxdprx_find_us_map_form
Data Attributes
id="dprx_find_us_map_box"id="dprx_find_us_map_form"id="dprx_form_location"id="dprx_form_setlocation"
JS Globals
window.dprx_find_us_map
Shortcode Output
[findusmap<?php if (empty($endlocation)) { $endlocation = get_option("dprx_find_us_location"); } $GLOBALS['dprx_find_us_map']->addaddress("" . $endlocation . ""); if (empty($width)) { $width = get_option("dprx_find_us_width"); } $GLOBALS['dprx_find_us_map']->mapWidth = $width; if (empty($height)) { $height = get_option("dprx_find_us_height"); } $GLOBALS['dprx_find_us_map']->mapHeight = $height; if (empty($ctype)) { $ctype = get_option("dprx_find_us_ctype"); } $GLOBALS['dprx_find_us_map']->controlType = $ctype; if (empty($mtypes)) { $mtypes = get_option("dprx_find_us_mtypes"); } if($mtypes == 1) { $GLOBALS['dprx_find_us_map']->showType = true; } else { $GLOBALS['dprx_find_us_map']->showType = false; } if (!empty($_REQUEST['dprx_find_us_location_start'])) { $GLOBALS['dprx_find_us_map']->addAddress($_REQUEST['dprx_find_us_location_start']); $lat = $GLOBALS['dprx_find_us_map']->dprx_find_us_lat(1); $lon = $GLOBALS['dprx_find_us_map']->dprx_find_us_lon(1); if (!empty($lat)) { $GLOBALS['dprx_find_us_map']->centerMap($lat,$lon); } } if (count($GLOBALS['dprx_find_us_map']->validPoints) > 0) { $GLOBALS['dprx_find_us_map']->showMap(); } else { _e('No valid points found. Please try again', 'dprx_find_us'); }
FAQ

Frequently Asked Questions about Find Us