Last.fm RPS Security & Risk Analysis

wordpress.org/plugins/lastfm-rps

Widget Plugin that lists your recently listened songs on your sidebar with album or artist images and text.

10 active installs v2.0.0 PHP + WP 2.0.0+ Updated Dec 9, 2017
audioscrobblerlast-fmlastfmplayed-songsrecent
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Last.fm RPS Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "lastfm-rps" plugin version 2.0.0 exhibits a generally strong security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events that expose an attack surface, and therefore no unprotected entry points. The plugin also demonstrates good practices by exclusively using prepared statements for its SQL queries and reporting no file operations or external HTTP requests. Crucially, there is no known vulnerability history, suggesting a well-maintained or less targeted plugin.

However, there are a few areas of concern. The presence of the `create_function` function is a significant red flag, as it can be a vector for code injection if used with untrusted input. Furthermore, the low percentage of properly escaped output (16%) indicates a high risk of cross-site scripting (XSS) vulnerabilities, especially if any of the unescaped outputs process user-supplied data. The absence of nonce checks and capability checks on any potential (though not identified) entry points, coupled with a lack of taint analysis data, leaves room for potential vulnerabilities that might not have been caught by the static analysis.

In conclusion, while the plugin boasts a clean vulnerability history and a limited attack surface, the identified use of `create_function` and the widespread lack of output escaping are serious weaknesses that require immediate attention. These issues, if exploited, could lead to significant security breaches, despite the absence of known CVEs.

Key Concerns

  • Use of dangerous function create_function
  • Low percentage of properly escaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Last.fm RPS Security Vulnerabilities

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

Last.fm RPS Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'register_widget("LastFmRPS");'));plugin.php:162

Output Escaping

16% escaped37 total outputs
Attack Surface

Last.fm RPS Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptsplugin.php:51
actionwidgets_initplugin.php:162
Maintenance & Trust

Last.fm RPS Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedDec 9, 2017
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Last.fm RPS Developer Profile

tpaksu

1 plugin · 10 total installs

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

How We Detect Last.fm RPS

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lastfm-rps/css/style.css
Version Parameters
lastfm-rps/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
lastfm-rps-widgetlastfm-rps-badgelastfm-rps-infolastfm-rps-avatar
Data Attributes
data-lastfm-rps-userdata-lastfm-rps-sizedata-lastfm-rps-positiondata-lastfm-rps-colordata-lastfm-rps-showbadgedata-lastfm-rps-badgeposition+9 more
FAQ

Frequently Asked Questions about Last.fm RPS