CVE-2025-68584
8.8Constantin Boiangiu · Vimeotheque
A Cross-Site Request Forgery (CSRF) vulnerability exists in the Vimeotheque plugin for WordPress, which allows attackers to perform unauthorized actions on behalf of authenticated users.
Executive summary
The Constantin Boiangiu Vimeotheque plugin for WordPress is vulnerable to Cross-Site Request Forgery, potentially allowing unauthorized state-changing actions by an attacker.
Vulnerability
This vulnerability is a Cross-Site Request Forgery (CWE-352) that allows an unauthenticated attacker to trick a logged-in user into performing unintended actions within the WordPress environment. The flaw exists because the application lacks sufficient anti-CSRF token validation for sensitive requests.
Business impact
The successful exploitation of this vulnerability could lead to unauthorized administrative actions being performed on the WordPress site without the user's consent. With a CVSS score of 8.8, this flaw represents a significant risk to site integrity, as it may be leveraged to modify settings or perform other destructive tasks.
Remediation
Immediate Action: Users should check the vendor advisory for any available security patches and apply them immediately. If no update is available, deactivate the plugin until a fix is released.
Proactive Monitoring: Review web server access logs for unusual patterns of requests originating from administrative sessions that do not correlate with intended user activity.
Compensating Controls: Implement a Web Application Firewall (WAF) with rules configured to detect and block suspicious requests that lack proper CSRF tokens or originate from unexpected sources.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
Given the severity of this vulnerability, administrators should prioritize the remediation of the Vimeotheque plugin. If a patch is not currently available, deactivating the software is the most effective way to eliminate the risk of unauthorized state changes until the vendor provides a secure version.
Sources
Originally found and disclosed by Nabil Irawan | Patchstack Bug Bounty Program, per the CVE Program record.