Strava Ride Details Security & Risk Analysis

wordpress.org/plugins/strava-ride-details

This plugin allows you to display Strava ride details from a specific ride in your posts and pages using a shortcode.

50 active installs v1.2.1 PHP + WP 3.4+ Updated Mar 23, 2014
bikingshortcodestrava
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Strava Ride Details Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "strava-ride-details" plugin, version 1.2.1, exhibits a mixed security posture. On the positive side, it demonstrates excellent practices regarding SQL queries, utilizing prepared statements exclusively, and there are no known vulnerabilities or CVEs associated with it. The attack surface is minimal with only one shortcode and no AJAX handlers or REST API routes, and importantly, no unprotected entry points are identified in the static analysis. This suggests a deliberate effort to limit potential exposure.

However, significant concerns arise from the output escaping. With 100% of outputs being improperly escaped, this represents a high risk of cross-site scripting (XSS) vulnerabilities. Any data displayed by the plugin, if it originates from user input or external sources without proper sanitization, could be exploited by attackers to inject malicious scripts. The absence of nonce checks and capability checks on any potential (though currently limited) entry points further exacerbates this risk, as it means that even if the attack surface were to grow, there are no built-in mechanisms to verify user authentication and authorization.

Given the lack of historical vulnerabilities, it might be inferred that the plugin has been carefully developed or has not attracted significant malicious attention. Nevertheless, the unescaped output is a critical flaw that demands immediate attention. The plugin's current security is compromised by this single, but severe, oversight. While the minimal attack surface and secure SQL practices are commendable, the rampant unescaped output presents a clear and present danger that overshadows these strengths.

Key Concerns

  • 100% of outputs are unescaped
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Strava Ride Details Security Vulnerabilities

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

Strava Ride Details Code Analysis

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

Output Escaping

0% escaped6 total outputs
Attack Surface

Strava Ride Details Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[strava] strava-ride-details.php:162
WordPress Hooks 2
actionadmin_menustrava-ride-details.php:39
actionadmin_initstrava-ride-details.php:60
Maintenance & Trust

Strava Ride Details Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedMar 23, 2014
PHP min version
Downloads4K

Community Trust

Rating80/100
Number of ratings1
Active installs50
Developer Profile

Strava Ride Details Developer Profile

Jeremy Green

4 plugins · 3K total installs

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

How We Detect Strava Ride Details

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
srd-detailssrd-namesrd-distancesrd-elevationsrd-moving-timesrd-location
Data Attributes
name="srd_options[srd_oauth]"name="srd_options[srd_client_id]"name="srd_options[srd_client_secret]"name="srd_options[srd_units]"
Shortcode Output
<ul class="srd-details"><li class="srd-name"><span>Ride Name: </span><li class="srd-distance"><span>Distance:</span> <li class="srd-elevation"><span>Elevation Gain:</span>
FAQ

Frequently Asked Questions about Strava Ride Details