CVE-2025-7835
BaseFortify
Publication date: 2025-07-24
Last updated on: 2025-07-25
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gerkin | ithoughts_advanced_code_editor | 1.2.10 |
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 iThoughts Advanced Code Editor WordPress plugin up to version 1.2.10. It occurs because the plugin does not properly validate nonces on the 'ithoughts_ace_update_options' AJAX action. This flaw allows an attacker to trick a site administrator into performing an unwanted action, such as changing plugin settings, by sending a forged request that the administrator unknowingly executes.
How can this vulnerability impact me? :
The vulnerability can allow an unauthenticated attacker to modify the plugin's settings by tricking an administrator into clicking a malicious link or performing another action. This could lead to unauthorized changes in the website's code editor settings, potentially affecting site functionality or security. However, it does not directly lead to data disclosure or site takeover but can degrade the integrity of the plugin's configuration.
What immediate steps should I take to mitigate this vulnerability?
Immediate steps to mitigate this vulnerability include disabling or uninstalling the iThoughts Advanced Code Editor plugin, especially since it has been closed and is no longer available for download as of July 22, 2025. Avoid using versions up to and including 1.2.10, as they are vulnerable. Additionally, ensure that site administrators are cautious about clicking on untrusted links that could trigger forged requests. Monitoring for plugin updates or patches is recommended if the plugin becomes available again. [1]