CVE-2024-12629
Published: 12 February 2025
Summary
CVE-2024-12629 is a medium-severity Prototype Pollution (CWE-1321) vulnerability in Progress Kendoreact. Its CVSS base score is 4.1 (Medium).
Operationally, ranked at the 16.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
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the prototype pollution flaw in KendoReact by requiring timely identification, prioritization, and remediation of the vulnerability via patching.
Prevents exploitation by validating and sanitizing untrusted inputs to KendoReact components, blocking malicious property modifications to the global prototype chain.
Mitigates the high privilege requirement (PR:H) for exploitation by enforcing least privilege, limiting who can supply inputs capable of polluting the prototype.
NVD Description
In Progress® Telerik® KendoReact versions v3.5.0 through v9.4.0, an attacker can introduce or modify properties within the global prototype chain which can result in denial of service or command injection.
Deeper analysisAI
CVE-2024-12629 is a prototype pollution vulnerability in Progress Telerik KendoReact versions v3.5.0 through v9.4.0. It enables an attacker to introduce or modify properties within the global prototype chain, which can lead to denial of service or command injection. The issue is classified under CWE-1321 and carries a CVSS v3.1 base score of 4.1 (AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L).
Exploitation is possible over the network by an attacker with high privileges, though it requires high attack complexity and no user interaction. Upon success, the attacker can achieve low-level impacts on confidentiality, integrity, and availability, aligning with the potential for denial of service or command injection as described.
The Telerik knowledge base provides details on mitigation in their security advisory at https://www.telerik.com/kendo-react-ui/components/knowledge-base/kb-security-protoype-pollution-2024-12629.
Details
- CWE(s)