CVE-2025-64198
7.1appscreo · Easy Social Share Buttons
A reflected cross-site scripting (XSS) vulnerability in the Easy Social Share Buttons plugin for WordPress allows unauthenticated attackers to execute arbitrary scripts in a user browser session.
Executive summary
The Easy Social Share Buttons plugin for WordPress is vulnerable to reflected XSS, potentially allowing unauthenticated attackers to hijack user sessions or inject malicious content.
Vulnerability
This is a reflected cross-site scripting (CWE-79) vulnerability occurring due to improper neutralization of input during web page generation. An unauthenticated attacker can exploit this flaw by tricking a user into clicking a crafted link, leading to the execution of arbitrary JavaScript in the victim's browser.
Business impact
A successful exploit poses a significant risk to user data integrity and session security. By injecting malicious scripts, an attacker could steal session cookies, redirect users to malicious sites, or perform unauthorized actions on behalf of authenticated administrators, leading to potential account takeover and unauthorized access to site management functions. The CVSS score of 7.1 underscores the high risk posed by this vulnerability in public facing web applications.
Remediation
Immediate Action: Update the Easy Social Share Buttons plugin to the latest version available beyond 10.7.1 to secure the application against this injection flaw.
Proactive Monitoring: Review web application access logs for suspicious URL parameters containing script tags or encoded characters that deviate from expected traffic patterns.
Compensating Controls: Deploy a Web Application Firewall (WAF) with robust XSS filtering rules to inspect and block malicious payloads directed at the vulnerable plugin endpoints.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the potential for session hijacking and unauthorized administrative actions, organizations should prioritize updating this plugin immediately. If an update is not yet available from the vendor, users should consider disabling the plugin until a secure version is released to prevent potential exploitation of the application.
Sources
Originally found and disclosed by João Pedro S Alcântara (Kinorth) | Patchstack Bug Bounty Program, per the CVE Program record.