Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Widgets for Social Photo Feed plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'feed_data' parameter keys in all versions up to, and including, 1.7.9 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored cross-site scripting (XSS) in the Widgets for Social Photo Feed WordPress plugin (versions ≤1.7.9) allows unauthenticated remote attackers to inject malicious scripts via unsanitized 'feed_data' parameter keys, achieving persistent code execution in victim browsers with scope change impact. The vulnerability stems from insufficient input validation on widget configuration data. CVSS 7.2 reflects network-accessible, low-complexity exploitation requiring no privileges or user interaction, w
Technical ContextAI
This vulnerability affects the Widgets for Social Photo Feed plugin (CPE: cpe:2.3:a:trustindex:widgets_for_social_photo_feed) developed by TrustIndex for WordPress content management systems. The flaw is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), the root cause category for cross-site scripting vulnerabilities. The technical issue resides in how the plugin processes the 'feed_data' parameter keys during widget configuration or rendering. WordPress plugins typically store widget configuration in the database through the WordPress options API or widget instance data. The vulnerable code path fails to apply proper sanitization functions (such as esc_html, esc_attr, or wp_kses) when handling feed_data array keys before output to HTML context. When these unsanitized keys are later rendered in administrative dashboards or public-facing pages, embedded JavaScript executes in the security context of the WordPress site. The WordPress.org changeset references point to specific code modifications in trustindex-feed-plugin.class.php and social-photo-feed-widget.php between versions 1.7.8 and 1.8, indicating where sanitization logic was added to neutralize script injection vectors in the feed data processing pipeline.
RemediationAI
WordPress site administrators must immediately upgrade the Widgets for Social Photo Feed plugin to version 1.8 or later, which contains input sanitization fixes for the feed_data parameter vulnerability as documented in WordPress.org changeset 3486529. The specific code changes implementing proper output escaping can be reviewed in the plugin repository changesets at https://plugins.trac.wordpress.org/changeset?old_path=social-photo-feed-widget/tags/1.7.8/trustindex-feed-plugin.class.php&new_path=social-photo-feed-widget/tags/1.8/trustindex-feed-plugin.class.php&old=3440215&new=3486529 and the corresponding social-photo-feed-widget.php modifications. Updates can be applied through the WordPress admin dashboard under Plugins > Updates, or manually by downloading version 1.8+ from the official WordPress plugin repository and uploading via FTP. If immediate patching is not feasible, temporary risk reduction measures include disabling the Widgets for Social Photo Feed plugin entirely until upgrade completion, restricting widget configuration access to only super-administrator roles through WordPress user capability controls, and implementing web application firewall rules to filter requests containing script tags in feed_data parameters. Organizations should also review WordPress database tables (particularly wp_options for widget configurations) for evidence of injected script payloads as part of incident response procedures, though no automated scanning guidance is provided in the vendor advisory.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-18989