CVE-2025-8423
BaseFortify
Publication date: 2025-09-11
Last updated on: 2025-09-11
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| my_wp_translate | plugin | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the My WP Translate plugin for WordPress allows authenticated users with Subscriber-level access or higher to modify data without proper authorization. This happens because the plugin lacks a capability check on certain functions (mtswpt_remove_plugin() and ajax_update_export_code()), enabling these users to read and delete arbitrary WordPress options.
How can this vulnerability impact me? :
This vulnerability can lead to denial of service by allowing attackers to delete important WordPress options. Although it does not impact confidentiality, it can affect the integrity and availability of the WordPress site by enabling unauthorized modification and deletion of data.