RSSInjection Security & Risk Analysis

wordpress.org/plugins/rss-injection

Inject content into your RSS feed to entice people to subscribe or allow you to add a message so if the feed it aggregated onto another site it is at …

10 active installs v3.2.48f PHP + WP 3.0.0+ Updated Jun 4, 2012
added-contentcontent-scrapersheaderpostseo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is RSSInjection Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "rss-injection" plugin, version 3.2.48f, exhibits a mixed security posture. While it demonstrates strength in avoiding direct SQL injection vulnerabilities by exclusively using prepared statements and has no recorded vulnerability history, significant concerns arise from its static analysis. The plugin utilizes the `unserialize` function three times, which is a known vector for remote code execution if untrusted data is processed. Furthermore, all seven identified output operations lack proper escaping, posing a risk of cross-site scripting (XSS) vulnerabilities. The complete absence of nonce checks and capability checks on any identified entry points, despite having an attack surface, is a major oversight. The taint analysis revealing three flows with unsanitized paths further exacerbates these concerns, suggesting potential for malicious data to be processed insecurely. The lack of any recorded vulnerabilities historically is a positive sign, but it cannot entirely offset the inherent risks identified in the current codebase. The plugin requires immediate attention to address the identified security weaknesses to mitigate potential exploitation.

Key Concerns

  • Dangerous function unserialize used
  • Output escaping not performed
  • No nonce checks implemented
  • No capability checks implemented
  • Flows with unsanitized paths found
Vulnerabilities
None known

RSSInjection Security Vulnerabilities

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

RSSInjection Code Analysis

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

Dangerous Functions Found

unserialize$new_key = unserialize ( $key );library\base\data\xml.php:165
unserialize$data [$new_key] = unserialize ( $data [$new_key] );library\wordpress\data\legacy.php:122
unserialize$data = unserialize($value[0]);library\wordpress\data\meta.php:133

Bundled Libraries

TinyMCE

SQL Query Safety

100% prepared1 total queries

Output Escaping

0% escaped7 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
basic_auth (library\wordpress\action.php:306)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

RSSInjection Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitlibrary\wordpress\application.php:54
actioninitlibrary\wordpress\data\meta.php:21
Maintenance & Trust

RSSInjection Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJun 4, 2012
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

RSSInjection Developer Profile

DCoda

4 plugins · 40 total installs

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

How We Detect RSSInjection

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rss-injection/library/base/public/css/images.css/wp-content/plugins/rss-injection/library/base/public/css/admin.css/wp-content/plugins/rss-injection/library/base/public/css/front.css/wp-content/plugins/rss-injection/library/base/public/css/common.css/wp-content/plugins/rss-injection/library/base/public/js/script.js
Script Paths
/wp-content/plugins/rss-injection/library/base/public/js/script.js
Version Parameters
v48fv_imagesv48fv_adminv48fv_frontv48fv_commonv48fv_script_js

HTML / DOM Fingerprints

CSS Classes
v48fv_16x16_info
JS Globals
v48fv_data
FAQ

Frequently Asked Questions about RSSInjection