CVE-2025-67824
BaseFortify
Publication date: 2026-01-20
Last updated on: 2026-01-26
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| the_starware | worklogpro_jira_timesheets | to 4.23.7 (exc) |
| the_starware | worklogpro_jira_timesheets | 4.23.7 |
| the_starware | worklogpro_jira_timesheets | to 4.24.2 (exc) |
| the_starware | worklogpro_jira_timesheets | 4.24.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the WorklogPRO - Jira Timesheets plugin for Jira Data Center before versions 4.24.1-jira9, 4.24.1-jira10, and 4.24.1-jira11 allows attackers to perform Cross-Site Scripting (XSS) by injecting arbitrary HTML or JavaScript code via a crafted payload placed in the name of a filter. This malicious code executes in the user's browser when they try to create a timesheet using the filter timesheet type on the custom timesheet dialog because the filter name is not properly sanitized during this action.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary HTML or JavaScript code in the context of the user's browser session. This can lead to unauthorized actions such as stealing user credentials, session tokens, or performing actions on behalf of the user without their consent, potentially compromising the security and integrity of the Jira environment.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
To detect this vulnerability, you can attempt to inject a crafted XSS payload into the name of a filter in the WorklogPRO - Jira Timesheets plugin and observe if the payload executes when creating a timesheet with the filter timesheet type. Although no specific commands are provided for network or system scanning, a manual test involves creating or editing a filter name with a payload such as `<script>alert("XSS")</script>` and then attempting to create a timesheet using that filter to see if the script executes in the browser. This approach is similar to the proof of concept for a related XSS vulnerability in the plugin, which involves injecting scripts into input fields and observing execution in the UI. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include upgrading the WorklogPRO - Jira Timesheets plugin to version 4.24.1-jira9, 4.24.1-jira10, or 4.24.1-jira11 or later, as these versions contain fixes for the vulnerability. Additionally, avoid using or creating filters with untrusted input in their names until the plugin is updated. If upgrading is not immediately possible, restrict access to the affected plugin features to trusted users only and consider applying web application firewall (WAF) rules to block suspicious input patterns that resemble XSS payloads.