RSS Includes Pages Security & Risk Analysis

wordpress.org/plugins/rss-includes-pages

Modifies RSS feeds so that they include pages and not just posts.

10K active installs v3.8 PHP + WP 5.0+ Updated Dec 29, 2025
feedfeedspages-feedrss
100
A · Safe
CVEs total1
Unpatched0
Last CVEApr 14, 2017
Safety Verdict

Is RSS Includes Pages Safe to Use in 2026?

Generally Safe

Score 100/100

RSS Includes Pages has a strong security track record. Known vulnerabilities have been patched promptly.

1 known CVELast CVE: Apr 14, 2017Updated 3mo ago
Risk Assessment

The 'rss-includes-pages' plugin v3.8 presents a mixed security posture. On the positive side, the static analysis reveals no identifiable attack surface through common entry points like AJAX, REST API, shortcodes, or cron events. Furthermore, the code signals indicate no dangerous functions, file operations, external HTTP requests, or bundled libraries that could pose immediate risks. Taint analysis also shows no critical or high severity flows with unsanitized paths.

However, there are notable concerns. The plugin has a history of vulnerabilities, specifically a medium severity Cross-Site Scripting (XSS) flaw recorded in 2017. While this vulnerability is listed as currently unpatched, it's important to note the absence of any recent vulnerabilities suggests that the specific XSS issue might have been fixed in later versions, or that the plugin has not been actively targeted or found to be vulnerable since then. A significant concern lies in the SQL queries, where 100% of the two identified queries are not using prepared statements. This leaves the plugin susceptible to SQL injection vulnerabilities, especially if any of the input influencing these queries is not strictly sanitized. The output escaping is also only 60% properly escaped, which could lead to XSS if user-supplied data is echoed without adequate sanitization.

In conclusion, while the plugin has a minimal attack surface and no critical code signals, the presence of past vulnerabilities and, more importantly, the lack of prepared statements for all SQL queries and incomplete output escaping represent significant risks. The fact that the single historical vulnerability is marked as unpatched is a major red flag. Users should exercise caution and consider updating to a later version if available, or carefully audit the plugin's usage to mitigate potential SQL injection and XSS risks.

Key Concerns

  • Raw SQL queries without prepared statements
  • Output escaping only 60% properly escaped
  • Known unpatched medium severity CVE
Vulnerabilities
1

RSS Includes Pages Security Vulnerabilities

CVEs by Year

1 CVE in 2017
2017
Patched Has unpatched

Severity Breakdown

Medium
1

1 total CVE

WF-cb5c08ea-1321-42f8-aea2-49661396311b-rss-includes-pagesmedium · 6.1Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

RSS Includes Pages <= 3.6 - Cross-Site Scripting

Apr 14, 2017 Patched in 3.7 (2475d)
Code Analysis
Analyzed Mar 16, 2026

RSS Includes Pages Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

60% escaped5 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
rssip_options_page (rss-includes-pages.php:71)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

RSS Includes Pages Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menurss-includes-pages.php:36
filterplugin_row_metarss-includes-pages.php:38
filterposts_whererss-includes-pages.php:214
filterget_lastpostmodifiedrss-includes-pages.php:219
actionrss2_nsrss-includes-pages.php:222
actionatom_nsrss-includes-pages.php:223
actionrdf_nsrss-includes-pages.php:224
actionrss2_comments_nsrss-includes-pages.php:227
actionatom_comments_nsrss-includes-pages.php:228
Maintenance & Trust

RSS Includes Pages Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 29, 2025
PHP min version
Downloads211K

Community Trust

Rating76/100
Number of ratings16
Active installs10K
Developer Profile

RSS Includes Pages Developer Profile

Marios Alexandrou

7 plugins · 195K total installs

78
trust score
Avg Security Score
99/100
Avg Patch Time
1456 days
View full developer profile
Detection Fingerprints

How We Detect RSS Includes Pages

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

Asset Fingerprints

Asset Paths
/rss-includes-pages/css/rssip.css

HTML / DOM Fingerprints

CSS Classes
side-labeltextbox-long
Data Attributes
disabled='disabled'
FAQ

Frequently Asked Questions about RSS Includes Pages