CVE-2025-10700
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-10-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | ally_web_accessibility_and_usability | 3.8.0 |
| wordpress | ally_web_accessibility_and_usability | * |
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 Ally β Web Accessibility & Usability plugin for WordPress, affecting all versions up to and including 3.8.0. It occurs because the plugin does not properly validate nonces in the enable_unfiltered_files_upload function. As a result, an attacker can trick a site administrator into performing an action, such as clicking a malicious link, which enables unfiltered file uploads and allows SVG files to be added to the upload list without proper authorization.
How can this vulnerability impact me? :
The vulnerability can allow an unauthenticated attacker to enable unfiltered file uploads on a WordPress site by tricking an administrator into clicking a malicious link. This could lead to the upload of potentially harmful files, such as SVG files, which might be used to execute malicious code or compromise the siteβs security and integrity.