Cyber Resilience

CVE-2024-53544

Critical

Published: 24 February 2025

Published
24 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0031 54.7th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-53544 is a critical-severity SQL Injection (CWE-89) vulnerability in Secure77 (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 45.3% of CVEs by exploit likelihood; 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-2024-53544 is a SQL injection vulnerability (CWE-89) affecting NovaCHRON Zeitsysteme GmbH & Co. KG's Smart Time Plus software in versions v8.x through v8.6. The issue resides in the getCookieNames method of the smarttimeplus/MySQLConnection endpoint, allowing malicious input to influence SQL query construction and execution.

The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity, no privileges, and no user interaction required. Unauthenticated remote attackers can leverage this flaw to achieve high impacts on confidentiality, integrity, and availability, such as executing arbitrary SQL commands to extract, modify, or delete database contents.

A reference advisory is available at https://secure77.de/smart-time-plus-rce-cve-2024-53543/, which covers a related issue in the same product but does not specify mitigations or patches for CVE-2024-53544.

EU & UK References

Vulnerability details

NovaCHRON Zeitsysteme GmbH & Co. KG Smart Time Plus v8.x to v8.6 was discovered to contain a SQL injection vulnerability via the getCookieNames method in the smarttimeplus/MySQLConnection endpoint.

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 a network-accessible endpoint directly enables remote exploitation of a public-facing application without authentication.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-39334Shared CWE-89
CVE-2024-13488Shared CWE-89
CVE-2026-20002Shared CWE-89
CVE-2025-1446Shared CWE-89
CVE-2025-22699Shared CWE-89
CVE-2026-36232Shared CWE-89
CVE-2026-31871Shared CWE-89
CVE-2026-33078Shared CWE-89
CVE-2026-46359Shared CWE-89
CVE-2025-22691Shared CWE-89

Affected Assets

Secure77
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation of untrusted inputs to the getCookieNames method in the MySQLConnection endpoint.

prevent

Mandates timely remediation of the specific SQL injection flaw through patching or code correction in Smart Time Plus versions v8.x to v8.6.

preventdetect

Provides boundary protection via web application firewalls or proxies to inspect and block SQL injection payloads targeting the exposed endpoint.

References