CVE-2025-10055
BaseFortify
Publication date: 2025-12-05
Last updated on: 2025-12-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordfence | time_sheets | * |
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?
The vulnerability is a Cross-Site Request Forgery (CSRF) in the Time Sheets plugin for WordPress, affecting all versions up to and including 2.1.3. It occurs because of missing or incorrect nonce validation on several endpoints, allowing unauthenticated attackers to perform actions by tricking a site administrator into clicking a malicious link.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform unauthorized actions on the affected WordPress site by tricking an administrator into executing a forged request. While it does not directly compromise confidentiality or availability, it can lead to unauthorized changes or actions within the site.
What immediate steps should I take to mitigate this vulnerability?
Update the Time Sheets plugin for WordPress to a version later than 2.1.3 where the nonce validation issue is fixed. Until then, restrict administrative access and avoid clicking on suspicious links that could trigger forged requests.