CVE-2025-15562
Reflected XSS in /report/internet/urls API Endpoint Enables Code Execution
Publication date: 2026-02-19
Last updated on: 2026-02-26
Assigner: SEC Consult Vulnerability Lab
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nestersoft | worktime | to 11.8.8 (inc) |
| nestersoft | worktime | to 11.8.8 (inc) |
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?
This vulnerability exists in the server API endpoint /report/internet/urls, which reflects received data into the HTML response without proper encoding or filtering.
Because of this, an attacker can craft a malicious URL that, when opened by a victim, allows the attacker to execute arbitrary JavaScript code in the victim's browser.
How can this vulnerability impact me? :
This vulnerability can lead to cross-site scripting (XSS) attacks, where an attacker can run malicious scripts in the context of the victim's browser.
- Stealing sensitive information such as cookies or session tokens.
- Performing actions on behalf of the victim without their consent.
- Potentially redirecting the victim to malicious websites.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know