CVE-2025-6067
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-06

Last updated on: 2025-09-08

Assigner: Wordfence

Description
The Easy Social Feed – Social Photos Gallery – Post Feed – Like Box plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `data-caption` and `data-linktext` parameters in all versions up to, and including, 6.6.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-06
Last Modified
2025-09-08
Generated
2026-05-07
AI Q&A
2025-09-06
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 3 associated CPEs
Vendor Product Version / Range
maltathemes easy_facebook_likebox 6.6.7
maltathemes easy_facebook_likebox 6.6.8
maltathemes easy_facebook_likebox 6.6.9
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Easy Social Feed – Social Photos Gallery – Post Feed – Like Box WordPress plugin. It occurs because the plugin does not properly sanitize and escape input in the `data-caption` and `data-linktext` parameters. Authenticated users with Contributor-level access or higher can inject malicious scripts into pages. These scripts then execute whenever any user views the affected page, potentially compromising user data or site integrity.


How can this vulnerability impact me? :

The vulnerability allows attackers with Contributor-level access to inject arbitrary JavaScript into pages viewed by other users. This can lead to theft of user credentials, session hijacking, defacement, or distribution of malware. Since the malicious scripts execute in the context of the affected site, it can compromise the security and trustworthiness of the website and its users.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by identifying if the Easy Social Feed – Social Photos Gallery – Post Feed – Like Box WordPress plugin is installed and running a version up to and including 6.6.7. Additionally, detection can involve scanning for stored XSS payloads in the `data-caption` and `data-linktext` parameters within the plugin's content. Since the vulnerability involves stored Cross-Site Scripting, monitoring HTTP requests and responses for suspicious script injections in these parameters can help. Specific commands could include using WP-CLI to check the plugin version: `wp plugin get easy-social-feed --field=version`, and using web vulnerability scanners or custom scripts to search for injected scripts in posts or pages that use this plugin. Network-level detection might involve inspecting HTTP traffic for suspicious payloads targeting these parameters.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include updating the Easy Social Feed – Social Photos Gallery – Post Feed – Like Box plugin to a version later than 6.6.7 where the vulnerability is fixed. If an update is not immediately available, restrict Contributor-level and higher user permissions to trusted users only, as the vulnerability requires authenticated users with at least Contributor access to exploit. Additionally, implement Web Application Firewall (WAF) rules to block or sanitize inputs to the `data-caption` and `data-linktext` parameters to prevent script injection. Monitoring and sanitizing user-generated content before it is saved or rendered can also help mitigate the risk.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart