CVE-2025-9627
BaseFortify
Publication date: 2025-09-11
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | run_log | 1.7.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 Run Log plugin for WordPress, affecting all versions up to and including 1.7.10. It occurs because the plugin's oirl_plugin_options function lacks proper nonce validation, allowing attackers to trick a site administrator into performing unintended actions, such as changing plugin settings, by sending forged requests.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to modify the Run Log plugin settings without authorization. This includes changing distance units, pace display preferences, style themes, and display positions. Although the attacker must trick an administrator into clicking a malicious link, successful exploitation can lead to unauthorized changes in the plugin's behavior and appearance.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update the Run Log plugin to a version later than 1.7.10 where the nonce validation issue is fixed. Additionally, avoid clicking on suspicious links and educate site administrators about the risk of Cross-Site Request Forgery attacks. If an update is not available, consider disabling the plugin until a patch is released.