WP Open Street Map Security & Risk Analysis

wordpress.org/plugins/wp-open-street-map

Create easily maps with OpenStreetMap

3K active installs v1.35 PHP + WP 3.5+ Updated Mar 11, 2026
mapopen-street-mapopenstreetopenstreetmaposm
100
A · Safe
CVEs total1
Unpatched0
Last CVEOct 12, 2023
Download
Safety Verdict

Is WP Open Street Map Safe to Use in 2026?

Generally Safe

Score 100/100

WP Open Street Map has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Oct 12, 2023Updated 23d ago
Risk Assessment

The 'wp-open-street-map' plugin v1.35 exhibits a generally strong security posture with excellent adherence to secure coding practices. The static analysis reveals a minimal attack surface, with only one shortcode as an entry point and no unprotected handlers or routes. The code demonstrates responsible handling of SQL queries, with a high percentage using prepared statements, and an impressive 99% of output being properly escaped, significantly mitigating common web vulnerabilities like Cross-Site Scripting (XSS). The plugin also incorporates a respectable number of nonce and capability checks, further bolstering its defenses. The absence of file operations and external HTTP requests also reduces potential attack vectors.

Despite these strengths, there is a past vulnerability history, including one medium-severity CVE, which was reported in October 2023. While the plugin currently has no unpatched CVEs, this history indicates a pattern of past security weaknesses, specifically related to Cross-Site Request Forgery (CSRF). Although the current analysis shows no critical or high-severity taint flows and no unsanitized paths, the past CSRF vulnerability, if it was not addressed through input validation or nonce checks on its entry points, could still represent a latent risk if not fully remediated or if similar vulnerabilities arise in the future.

In conclusion, 'wp-open-street-map' v1.35 is a well-developed plugin from a security perspective, demonstrating a commitment to secure coding. Its robust output escaping, prepared SQL statements, and limited attack surface are significant strengths. However, the presence of a past medium-severity CSRF vulnerability, even if patched, warrants a degree of caution and ongoing vigilance. Future development should continue to prioritize input validation and secure handling of all user-submitted data, especially in the context of its single shortcode entry point.

Key Concerns

  • Past medium severity CVE (CSRF)
Vulnerabilities
1

WP Open Street Map Security Vulnerabilities

CVEs by Year

1 CVE in 2023
2023
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

CVE-2023-45645medium · 4.3Cross-Site Request Forgery (CSRF)

WP Open Street Map <= 1.25 - Cross-Site Request Forgery via wp_openstreetmaps

Oct 12, 2023 Patched in 1.30 (103d)
Code Analysis
Analyzed Mar 16, 2026

WP Open Street Map Code Analysis

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

SQL Query Safety

89% prepared27 total queries

Output Escaping

99% escaped87 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
wp_openstreetmaps (wp_openstreetmap.php:170)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Open Street Map Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp-osm] wp_openstreetmap.php:470
WordPress Hooks 4
actionadmin_menuwp_openstreetmap.php:136
actionadmin_print_styleswp_openstreetmap.php:148
actionadmin_enqueue_scriptswp_openstreetmap.php:160
actionplugins_loadedwp_openstreetmap.php:568
Maintenance & Trust

WP Open Street Map Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 11, 2026
PHP min version
Downloads41K

Community Trust

Rating76/100
Number of ratings9
Active installs3K
Developer Profile

WP Open Street Map Developer Profile

manu225

17 plugins · 27K total installs

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

How We Detect WP Open Street Map

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-open-street-map/css/admin.css

HTML / DOM Fingerprints

Data Attributes
data-wp-osm-map-id
Shortcode Output
[wp-osm id=
FAQ

Frequently Asked Questions about WP Open Street Map