OSMaps Security & Risk Analysis

wordpress.org/plugins/osmaps

Plugin to view free road maps.

10 active installs v2.3.9 PHP 7.2.24+ WP 4.0+ Updated Feb 14, 2026
leafletmapmapboxopenlayersopenstreetmap
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is OSMaps Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The static analysis of OSMaps v2.3.9 reveals a generally positive security posture with no critical or high-severity code signals or taint flows identified. The absence of dangerous functions, raw SQL queries, and external HTTP requests is a strong indicator of good development practices. The plugin also appears to have a limited attack surface, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed without proper checks. Furthermore, the plugin has no recorded vulnerability history, which suggests a history of stable and secure releases.

However, there are a few areas for improvement. The 30% of output that is not properly escaped presents a potential risk for Cross-Site Scripting (XSS) vulnerabilities, especially if user-provided data is involved in these outputs. Additionally, the complete lack of nonce and capability checks across all entry points (even though the attack surface is currently reported as zero) is a significant concern. This indicates that if any new entry points are introduced or if the current analysis missed some, they would be completely unprotected against common WordPress attacks.

In conclusion, while OSMaps v2.3.9 demonstrates a solid foundation with a clean code analysis and no historical vulnerabilities, the unescaped output and the complete absence of authorization checks on entry points represent potential weaknesses that should be addressed to further strengthen its security. The current lack of identified vulnerabilities is a positive sign, but the structural weaknesses in authorization and output escaping leave room for potential future exploits if not remediated.

Key Concerns

  • 30% of outputs not properly escaped
  • 0 Nonce checks on entry points
  • 0 Capability checks on entry points
Vulnerabilities
None known

OSMaps Security Vulnerabilities

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

OSMaps Code Analysis

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

SQL Query Safety

100% prepared6 total queries

Output Escaping

70% escaped20 total outputs
Attack Surface

OSMaps Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwp_enqueue_scriptsicd\class.frontend.php:22
actionplugins_loadedosmaps.php:65
actionadmin_initosmaps.php:80
actionadmin_menuosmaps.php:82
actionadmin_enqueue_scriptsosmaps.php:84
Maintenance & Trust

OSMaps Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 14, 2026
PHP min version7.2.24
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

OSMaps Developer Profile

Alessandro Lin

2 plugins · 100 total installs

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

How We Detect OSMaps

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/osmaps/public/osmAdmin.css

HTML / DOM Fingerprints

CSS Classes
OSMdivButton
HTML Comments
<!-- *** OSMaps - SHORTCODE [osmaps_display] --><!-- plugin settings -->
Data Attributes
data-osmaps-londata-osmaps-latdata-osmaps-zoomdata-osmaps-heightdata-osmaps-widthdata-osmaps-popup+3 more
JS Globals
OSM
Shortcode Output
<div class="osmaps_container"></div>
FAQ

Frequently Asked Questions about OSMaps