Cyber Posture

CVE-2025-15560

High

Published: 19 February 2026

Published
19 February 2026
Modified
26 February 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0004 11.1th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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 11.1th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

nestersoft
worktime
≤ 11.8.8 · ≤ 11.8.8

CVEs Like This One

CVE-2025-15559Same product: Nestersoft Worktime
CVE-2025-15561Same product: Nestersoft Worktime
CVE-2026-3180Shared CWE-89
CVE-2025-1872Shared CWE-89
CVE-2026-32458Shared CWE-89
CVE-2026-24494Shared CWE-89
CVE-2025-26875Shared CWE-89
CVE-2026-26263Shared CWE-89
CVE-2026-30531Shared CWE-89
CVE-2025-7636Shared CWE-89

References