CVE-2025-10375
BaseFortify
Publication date: 2025-10-11
Last updated on: 2025-10-14
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| accessibe | accessibe_wordpress_plugin | 2.10 |
| accessibe | accessibe_wordpress_plugin | 2.11 |
| accessibe | accessibe_wordpress_plugin | 2.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the Web Accessibility By accessiBe plugin for WordPress, affecting all versions up to 2.10. It occurs because the plugin lacks nonce validation on several AJAX actions, allowing unauthenticated attackers to trick a site administrator into performing actions like modifying plugin settings or creating verification files via forged requests.
How can this vulnerability impact me? :
An attacker could exploit this vulnerability to change the plugin's settings or create verification files without authorization by tricking an administrator into clicking a malicious link. This could lead to unauthorized configuration changes that may affect the website's accessibility features or security posture.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the Web Accessibility By accessiBe plugin for WordPress to a version later than 2.10 where the nonce validation issue is fixed. Additionally, restrict administrative access and avoid clicking on suspicious links that could trigger forged requests. Monitoring and limiting AJAX actions related to accessibe_signup, accessibe_login, accessibe_license_trial, accessibe_modify_config, and accessibe_add_verification_page can also help reduce risk.