rss-per-page Security & Risk Analysis

wordpress.org/plugins/rss-per-page

This plugin implements an widget which can show a different, page controled, rss feed.

10 active installs v1.6 PHP + WP 3.0.1+ Updated Jan 8, 2017
per-pagersswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is rss-per-page Safe to Use in 2026?

Generally Safe

Score 85/100

rss-per-page has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The 'rss-per-page' plugin v1.6 presents a mixed security posture. On the positive side, it demonstrates good practices in handling SQL queries with prepared statements and includes a nonce check and capability check, suggesting some awareness of security principles. Its vulnerability history is clear, with no known CVEs, which is encouraging. However, the static analysis reveals critical concerns. The presence of `create_function` is a significant risk, as it can lead to code injection vulnerabilities if not handled with extreme care, and this function is considered deprecated and unsafe. Furthermore, a low rate of output escaping (17%) is a major red flag, indicating a high likelihood of cross-site scripting (XSS) vulnerabilities where user-supplied data is displayed without proper sanitization.

While the plugin has a small attack surface and no recorded vulnerabilities, the identified code signals and the lack of comprehensive output escaping create a notable risk. The use of `create_function` is a specific and severe weakness that could be exploited. The low output escaping rate means that many points of user interaction within the plugin could potentially lead to XSS. In conclusion, despite a clean vulnerability history and some good security implementations, the presence of `create_function` and widespread unescaped output significantly lower its overall security rating, making it a moderate to high-risk plugin.

Key Concerns

  • Use of dangerous function create_function
  • Low output escaping rate (17%)
Vulnerabilities
None known

rss-per-page Security Vulnerabilities

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

rss-per-page Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("rss_per_page_widget");'));rss-per-page-plugin.php:164

Output Escaping

17% escaped36 total outputs
Attack Surface

rss-per-page Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
filterwp_feed_cache_transient_lifetimerss-per-page-plugin.php:95
filterplugin_row_metarss-per-page-plugin.php:157
actionadmin_menurss-per-page-plugin.php:160
actionsave_postrss-per-page-plugin.php:161
actionwidgets_initrss-per-page-plugin.php:164
actionwp_headrss-per-page-plugin.php:165
Maintenance & Trust

rss-per-page Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedJan 8, 2017
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

rss-per-page Developer Profile

jondor

7 plugins · 50 total installs

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

How We Detect rss-per-page

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rss-per-page/css/rss-per-page.css
Version Parameters
rss-per-page/css/rss-per-page.css?ver=

HTML / DOM Fingerprints

CSS Classes
rss_per_page_hookwp_widget_plugin_boxwidget-texttitledatenonews
Data Attributes
id="RSSID"name="rss_id"
FAQ

Frequently Asked Questions about rss-per-page