CVE-2025-15560
SQL Injection in WorkTime Server Widget API Enables Data Theft
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-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a SQL injection in the WorkTime server "widget" API endpoint that can be exploited by an authenticated attacker with minimal permissions.
Depending on the database backend used, the impact differs: if the Firebird backend is used, attackers can retrieve all data from the database; if the MSSQL backend is used, attackers can execute arbitrary SQL statements and gain access to sensitive data.
What immediate steps should I take to mitigate this vulnerability?
I don't know
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can retrieve or manipulate sensitive data stored in the database backend.
- If using Firebird backend, attackers can retrieve all data from the database.
- If using MSSQL backend, attackers can execute arbitrary SQL commands, potentially leading to data breaches or unauthorized data manipulation.
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