Where Am I Security & Risk Analysis

wordpress.org/plugins/whereami

Adds a HTML comment in the head on the front-end with current server name and address. Description = Where Am I is a tiny WordPress plugin which ad …

40 active installs v1.0 PHP + WP 1.2.0+ Updated Dec 28, 2015
debuggingdevelopmentloadbalancermumultisite
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Where Am I Safe to Use in 2026?

Generally Safe

Score 85/100

Where Am I has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "whereami" v1.0 plugin exhibits a generally good security posture based on the provided static analysis. It boasts no identified attack surface points (AJAX, REST API, shortcodes, cron), no dangerous functions, no direct SQL queries (all use prepared statements), no file operations, and no external HTTP requests. Furthermore, there's no recorded vulnerability history, suggesting a lack of publicly known issues. This indicates that the developers have taken steps to implement secure coding practices in these areas.

However, a significant concern arises from the output escaping analysis. 100% of outputs are unescaped, meaning any data rendered by the plugin is potentially vulnerable to Cross-Site Scripting (XSS) attacks. The taint analysis, while reporting no critical or high-severity flows, does highlight two flows with unsanitized paths. While these may not have escalated to critical issues in this analysis, they represent potential vectors for further exploitation if not properly handled. The absence of nonce and capability checks on potential (though currently none identified) entry points also leaves a theoretical gap in securing future additions or if the attack surface expands.

In conclusion, the "whereami" plugin demonstrates strengths in its minimal attack surface and use of prepared statements. The primary weakness lies in the complete lack of output escaping, presenting a clear XSS risk. The presence of unsanitized paths in taint analysis, although not rated as critical, warrants attention. The absence of historical vulnerabilities is a positive sign, but it does not negate the immediate risks identified in the code analysis.

Key Concerns

  • 100% of outputs unescaped
  • Unsanitized paths in taint analysis
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Where Am I Security Vulnerabilities

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

Where Am I Release Timeline

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

Where Am I Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
tell_me_where_am_i (where-am-i.php:36)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Where Am I Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwp_headwhere-am-i.php:33
Maintenance & Trust

Where Am I Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedDec 28, 2015
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Where Am I Developer Profile

BjornW

8 plugins · 10K total installs

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

How We Detect Where Am I

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- WHERE AM I? --><!-- IP: --><!-- SERVER NAME: +1 more
FAQ

Frequently Asked Questions about Where Am I