Cyber Resilience

CVE-2025-15560

High

Published: 19 February 2026

Published
19 February 2026
Modified
26 February 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0025 16.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-15560 is a high-severity SQL Injection (CWE-89) vulnerability in Nestersoft Worktime. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-15560 is a SQL injection vulnerability (CWE-89) in the WorkTime server's "widget" API endpoint, affecting instances configured with either a Firebird or MSSQL database backend. Published on 2026-02-19, it has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant confidentiality, integrity, and availability impacts.

An authenticated attacker with minimal permissions can exploit the vulnerability over the network with low complexity and no user interaction required. When using the Firebird backend, the attacker can retrieve all data from the database. With the MSSQL backend, the attacker can execute arbitrary SQL statements on the database, enabling access to sensitive data.

The SEC Consult advisory provides further details at https://r.sec-consult.com/worktime.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An authenticated attacker with minimal permissions can exploit a SQL injection in the WorkTime server "widget" API endpoint to inject SQL queries. If the Firebird backend is used, attackers are able to retrieve all data from the database backend. If…

more

the MSSQL backend is used the attacker can execute arbitrary SQL statements on the database backend and gain access to sensitive data.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in public-facing widget API endpoint directly enables remote exploitation of the application for data access and arbitrary SQL execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-15559Same product: Nestersoft Worktime
CVE-2025-15561Same product: Nestersoft Worktime
CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89

Affected Assets

nestersoft
worktime
≤ 11.8.8 · ≤ 11.8.8

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by validating and sanitizing inputs to the vulnerable widget API endpoint before they reach the database backend.

prevent

Requires identification, reporting, and patching of the specific SQL injection flaw in the WorkTime server to eliminate the vulnerability.

prevent

Enforces least privilege on the application's database service account, limiting the scope of data access or arbitrary SQL execution even if injection succeeds.

References