CVE-2025-14726
Deferred Deferred - Pending Action
Widgets for Social Photo Feed Plugin Unauthenticated Data Access

Publication date: 2026-05-02

Last updated on: 2026-05-05

Assigner: Wordfence

Description
The Widgets for Social Photo Feed plugin for WordPress is vulnerable to unauthorized access of data and modification of data due to a missing capability check on the '/trustindex_feed_hook_instagram/troubleshooting' and '/trustindex_feed_hook_instagram/submit-data' REST API endpoints in all versions up to, and including, 1.8. This makes it possible for unauthenticated attackers to access and update plugin settings.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-02
Last Modified
2026-05-05
Generated
2026-06-16
AI Q&A
2026-05-02
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
trustindex widgets_for_social_photo_feed to 1.8 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The Widgets for Social Photo Feed plugin for WordPress has a vulnerability due to missing capability checks on two REST API endpoints: '/trustindex_feed_hook_instagram/troubleshooting' and '/trustindex_feed_hook_instagram/submit-data'.

This flaw allows unauthenticated attackers to access and modify plugin settings without proper authorization.

Impact Analysis

Because unauthenticated attackers can access and update plugin settings, this vulnerability can lead to unauthorized changes in the plugin's behavior.

Such unauthorized modifications could potentially disrupt website functionality or expose sensitive configuration data.

Compliance Impact

The vulnerability allows unauthenticated attackers to access and modify plugin settings due to missing capability checks on certain REST API endpoints.

This unauthorized access and modification of data could potentially lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require strict controls over access to sensitive data and system configurations.

However, the provided information does not specify the exact nature of the data affected or the direct impact on compliance frameworks.

Detection Guidance

This vulnerability involves unauthorized access to specific REST API endpoints of the Widgets for Social Photo Feed plugin for WordPress. Detection can focus on monitoring access to the following endpoints: '/trustindex_feed_hook_instagram/troubleshooting' and '/trustindex_feed_hook_instagram/submit-data'.

You can detect attempts to exploit this vulnerability by checking your web server logs for HTTP requests to these endpoints, especially those coming from unauthenticated sources.

Example commands to search for such requests in Apache or Nginx logs might include:

  • grep "/trustindex_feed_hook_instagram/troubleshooting" /var/log/apache2/access.log
  • grep "/trustindex_feed_hook_instagram/submit-data" /var/log/apache2/access.log
  • grep "/trustindex_feed_hook_instagram/troubleshooting" /var/log/nginx/access.log
  • grep "/trustindex_feed_hook_instagram/submit-data" /var/log/nginx/access.log

Additionally, monitoring for unexpected POST requests to these endpoints can help identify attempts to modify plugin settings.

Mitigation Strategies

To mitigate this vulnerability, immediately update the Widgets for Social Photo Feed plugin to a version later than 1.8 where the missing capability check has been fixed.

If an update is not immediately available, consider temporarily disabling the plugin or restricting access to the vulnerable REST API endpoints using web server rules or firewall policies.

Implement access controls to ensure that only authenticated and authorized users can access the '/trustindex_feed_hook_instagram/troubleshooting' and '/trustindex_feed_hook_instagram/submit-data' endpoints.

Monitor your logs for suspicious activity targeting these endpoints and respond accordingly.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14726. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart