CVE-2025-15559
Published: 19 February 2026
Description
An unauthenticated attacker can inject OS commands when calling a server API endpoint in NesterSoft WorkTime. The server API call to generate and download the WorkTime client from the WorkTime server is vulnerable in the “guid” parameter. This allows an…
more
attacker to execute arbitrary commands on the WorkTime server as NT Authority\SYSTEM with the highest privileges. Attackers are able to access or manipulate sensitive data and take over the whole server.
Mitigating Controls (NIST 800-53 r5)AI
Requires validation and sanitization of the 'guid' parameter in the WorkTime server API to directly prevent OS command injection exploitation.
Mandates timely remediation of the specific command injection flaw in the WorkTime server API endpoint to eliminate the vulnerability.
Enforces least privilege on the WorkTime server process to restrict the impact of injected commands beyond NT Authority\SYSTEM privileges.
Security SummaryAI
CVE-2025-15559 is an OS command injection vulnerability (CWE-78) affecting NesterSoft WorkTime, a time-tracking software. The issue resides in the server API endpoint responsible for generating and downloading the WorkTime client, where the "guid" parameter fails to properly sanitize input, enabling unauthenticated attackers to inject arbitrary OS commands on the WorkTime server.
An unauthenticated attacker can exploit this vulnerability remotely over the network with low complexity and no privileges or user interaction required, as reflected in its CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H). Exploitation allows execution of arbitrary commands as NT Authority\SYSTEM with the highest privileges, granting attackers the ability to access or manipulate sensitive data and achieve full takeover of the WorkTime server.
Mitigation details are available in the SEC Consult advisory at https://r.sec-consult.com/worktime.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE enables unauthenticated exploitation of a public-facing server API (T1190) via OS command injection, allowing arbitrary Windows command execution as SYSTEM (T1059.003).