Cyber Resilience

CVE-2024-12251

HighUpdated

Published: 12 February 2025

Published
12 February 2025
Modified
21 May 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0024 47.6th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12251 is a high-severity Command Injection (CWE-77) vulnerability in Progress Telerik Ui For Winui. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Command and Scripting Interpreter (T1059); ranked at the 47.6th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-12251 is a command injection vulnerability (CWE-77) in Progress Telerik UI for WinUI versions prior to 2025 Q1 (3.0.0), caused by improper neutralization of hyperlink elements. Published on 2025-02-12, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact on affected systems.

A local attacker with no privileges can exploit this vulnerability by tricking a user into interacting with a malicious hyperlink, such as clicking it in a UI context. Successful exploitation enables command injection, allowing the attacker to achieve high levels of confidentiality, integrity, and availability impacts on the targeted system.

The Telerik security advisory at https://docs.telerik.com/devtools/winui/security/kb-security-command-injection-cve-2024-12251 provides details on mitigation, with the fix available in version 2025 Q1 (3.0.0) and later. Security practitioners should ensure upgrades for affected installations.

EU & UK References

Vulnerability details

In Progress Telerik UI for WinUI versions prior to 2025 Q1 (3.0.0), a command injection attack is possible through improper neutralization of hyperlink elements.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
Why these techniques?

Command injection via malicious hyperlink directly enables arbitrary command execution (T1059) after user interaction with crafted UI element (T1204.001).

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

CVEs Like This One

CVE-2026-4048Same vendor: Progress
CVE-2026-3518Same vendor: Progress
CVE-2026-3517Same vendor: Progress
CVE-2026-3519Same vendor: Progress
CVE-2024-56134Same vendor: Progress
CVE-2026-3692Same vendor: Progress
CVE-2026-2701Same vendor: Progress
CVE-2026-8486Same vendor: Progress
CVE-2026-6023Same vendor: Progress
CVE-2025-11235Same vendor: Progress

Affected Assets

progress
telerik ui for winui
2.0.0 — 3.0.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2024-12251 by requiring timely identification, reporting, and patching of the vulnerable Telerik UI for WinUI versions to 2025 Q1 (3.0.0) or later.

prevent

Prevents command injection exploitation by enforcing information input validation and proper neutralization of hyperlink elements at input points in the UI.

detectrespond

Identifies the presence of vulnerable Telerik UI versions through regular vulnerability scanning, enabling prompt remediation of this specific CVE.

References