Cyber Resilience

CVE-2024-8049

DoS in Progress Telerik Document Processing Libraries ≤ 2024.4.1106

Published
13 November 2024
Modified
18 November 2024
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0041 34th percentile
Risk Priority 53 floored blend · peak EPSS

Summary

CVE-2024-8049 is a medium-severity Excessive Iteration (CWE-834) vulnerability in Progress Telerik Document Processing Libraries. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-8 (Security and Privacy Engineering Principles) and SC-6 (Resource Availability) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In Progress Telerik Document Processing Libraries, versions prior to 2024 Q4 (2024.4.1106), importing a document with unsupported features can lead to excessive processing, leading to excessive use of computing resources leaving the application process unavailable.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-11629Same product: Progress Telerik Document Processing Libraries
CVE-2024-11343Same product: Progress Telerik Document Processing Libraries
CVE-2026-8485Same vendor: Progress
CVE-2026-14865Same vendor: Progress
CVE-2026-10699Same vendor: Progress
CVE-2025-55181Shared CWE-834
CVE-2026-41313Shared CWE-834
CVE-2024-4227Shared CWE-834
CVE-2025-62707Shared CWE-834
CVE-2024-42237Shared CWE-834

Affected Assets

progress
telerik document processing libraries
≤ 2024.4.1106

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Engineering principles can require developers to bound all loops and iterations at design time.

Resource quotas limit the CPU/time impact of an excessively long loop without eliminating the flaw.

Input validation can reject or sanitize data that would otherwise drive unbounded iteration.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent unbounded loops via code review, static analysis, and testing.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect excessive iteration through stress and fuzz testing.

prevents

Secure development lifecycle requires input validation and loop bounds, directly limiting excessive iteration.

prevents

Application security requirements include resource-consumption limits that prevent unbounded loops.

prevents

Secure architecture principles mandate defensive coding patterns such as loop termination checks.

prevents

Secure coding standards explicitly forbid unbounded loops and require explicit iteration limits.

References