Wordpress Plugin
CVE-2025-49358
MEDIUM
Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Ruhul Amin Content Fetcher content-fetcher allows DOM-Based XSS.This issue affects Content Fetcher: from n/a through <= 1.1.
AnalysisAI
DOM-based cross-site scripting (XSS) vulnerability in Ruhul Amin Content Fetcher WordPress plugin versions 1.1 and earlier allows authenticated attackers to inject arbitrary JavaScript code into web pages, potentially compromising site integrity and user sessions. The vulnerability resides in improper input neutralization during web page generation, enabling malicious scripts to execute in the context of affected websites. EPSS exploitation probability is extremely low at 0.01% (3rd percentile), indicating minimal real-world attack likelihood despite the XSS vector.
Technical ContextAI
The vulnerability is a DOM-based cross-site scripting flaw (CWE-79) in the Ruhul Amin Content Fetcher WordPress plugin, which is a content aggregation/fetching utility. DOM-based XSS occurs when the plugin processes user-controlled input in the Document Object Model (DOM) without proper sanitization or encoding, allowing malicious scripts embedded in URLs or form parameters to be executed client-side. The affected component handles web page generation and content retrieval; improper neutralization of input during this process creates the attack surface. This type of vulnerability is distinct from stored or reflected XSS because the malicious payload is processed entirely in the browser's DOM, often leveraging JavaScript frameworks or jQuery selectors without context-aware output encoding.
Affected ProductsAI
Ruhul Amin Content Fetcher WordPress plugin versions 1.1 and earlier (all versions from initial release through 1.1). The plugin is distributed via the WordPress plugin repository and identified in the Patchstack database. Exact CPE string for WordPress plugins is typically wp:wordpress:content-fetcher, though version-specific CPE data is limited in the provided references.
RemediationAI
Update the Content Fetcher plugin to a patched version released after 1.1. Users should navigate to WordPress admin dashboard, go to Plugins, search for 'Content Fetcher,' and click 'Update' if a new version is available. If no update is available, temporarily disable the plugin until a security patch is released. Input validation and output encoding should be applied to all user-controllable content rendered in the DOM; plugin developers should implement WordPress sanitization functions (sanitize_text_field, wp_kses_post) for input and escaping functions (esc_attr, esc_html) for output. Consult the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/content-fetcher/vulnerability/wordpress-content-fetcher-plugin-1-1-cross-site-scripting-xss-vulnerability for ongoing updates.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today