Skip to content

Commit b0697f9

Browse files
committed
KB security
1 parent 9eafdbd commit b0697f9

File tree

3 files changed

+88
-2
lines changed

3 files changed

+88
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Path Traversal Vulnerability (11343)
3+
description: "How to mitigate CVE-2024-11343, a path traversal vulnerability."
4+
slug: kb-security-excessive-iteration-cve-2024-11343
5+
res_type: kb
6+
---
7+
8+
## Description
9+
10+
Product Alert – February 2025 - [CVE-2024-11343](https://www.cve.org/CVERecord?id=CVE-2024-11343)
11+
12+
- Progress® Telerik® Document Processing Libraries 2024 Q4 (2024.4.1106) or earlier.
13+
14+
## Issue
15+
16+
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
17+
18+
### What Are the Impacts
19+
20+
In Progress® Telerik® Document Processing, versions prior to 2025 Q1 (2025.1.2xx), improper limitation of a target path can lead to decompressing an archive's content into a restricted directory.
21+
22+
## Solution
23+
24+
We have addressed the issue and the Progress Telerik team strongly recommends performing an upgrade to the latest version listed in the table below.
25+
26+
| Current Version | Guidance |
27+
|-----------------|----------|
28+
| 2024 Q4 (2024.4.1106) or earlier | Update to 2025 Q1 (2025.1.2xx) ([update instructions](({%slug installation-upgrade-instructions%}))) |
29+
30+
All customers who have a Telerik license can access the downloads here [Product Downloads | Your Account](https://www.telerik.com/account/downloads/product-download). Note, Telerik Document Processing is not a separate product, it is distributed with the primary product you are using. More information can be found here: [What Versions of Document Processing Libraries are Distributed with the Telerik Products]({%slug distribute-telerik-document-processing-libraries-net-versions%}).
31+
32+
## Notes
33+
34+
- To check your version of Document Processing, look at the Properties of `Telerik.Documents.*.dll` (or `Telerik.Windows.Document.*.dll`) files and inspect the Version value.
35+
- If you have any questions or concerns related to this issue, open a new Technical Support case in [Your Account | Support Center](https://www.telerik.com/account/support-center/contact-us/). Technical Support is available to Telerik customers with an active support plan.
36+
37+
## External References
38+
39+
[CVE-2024-11343](https://www.cve.org/CVERecord?id=CVE-2024-11343) (HIGH)
40+
41+
**CVSS:** 7.3
42+
43+
In Progress® Telerik® Document Processing, versions prior to 2025 Q1 (2025.1.2xx), improper limitation of a target path can lead to decompressing an archive's content into a restricted directory.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Arbitrary File Export (11629)
3+
description: "How to mitigate CVE-2024-11629, a arbitrary file export vulnerability."
4+
slug: kb-security-excessive-iteration-cve-2024-11629
5+
res_type: kb
6+
---
7+
8+
## Description
9+
10+
Product Alert – February 2025 - [CVE-2024-11629](https://www.cve.org/CVERecord?id=CVE-2024-11629)
11+
12+
- Progress® Telerik® Document Processing Libraries 2024 Q4 (2024.4.1106) or earlier.
13+
14+
## Issue
15+
16+
CWE-552 Files or Directories Accessible to External Parties
17+
18+
### What Are the Impacts
19+
20+
In Progress Telerik Document Processing Libraries, versions prior to 2025 Q1 (2025.1.2xx), using .NET Standard 2.0, the contents of a file at an arbitrary path can be exported to RTF.
21+
22+
## Solution
23+
24+
We have addressed the issue and the Progress Telerik team strongly recommends performing an upgrade to the latest version listed in the table below.
25+
26+
| Current Version | Guidance |
27+
|-----------------|----------|
28+
| 2024 Q4 (2024.4.1106) or earlier | Update to 2025 Q1 (2025.1.2xx) ([update instructions](({%slug installation-upgrade-instructions%}))) |
29+
30+
All customers who have a Telerik license can access the downloads here [Product Downloads | Your Account](https://www.telerik.com/account/downloads/product-download). Note, Telerik Document Processing is not a separate product, it is distributed with the primary product you are using. Therefore, we recommend upgrading the primary product to 2025 Q1 to automatically recieve the Document Processing improvements. More information can be found here: [What Versions of Document Processing Libraries are Distributed with the Telerik Products]({%slug distribute-telerik-document-processing-libraries-net-versions%}).
31+
32+
## Notes
33+
34+
- To check your version of Document Processing, look at the Properties of `Telerik.Documents.*.dll` (or `Telerik.Windows.Document.*.dll`) files and inspect the Version value.
35+
- If you have any questions or concerns related to this issue, open a new Technical Support case in [Your Account | Support Center](https://www.telerik.com/account/support-center/contact-us/). Technical Support is available to Telerik customers with an active support plan.
36+
37+
## External References
38+
39+
[CVE-2024-11629](https://www.cve.org/CVERecord?id=CVE-2024-11629) (HIGH)
40+
41+
**CVSS:** 7.3
42+
43+
In Progress Telerik Document Processing Libraries, versions prior to 2025 Q1 (2025.1.2xx), using .NET Standard 2.0, the contents of a file at an arbitrary path can be exported to RTF.

release-notes/2025/release-notes-2025-1-205.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ position: 99
9393

9494
![fixed](../images/fixed.png)
9595

96-
* Remediated Security Vulnerability CVE-2024-11629. **<sup>.NET Standard</sup>**
96+
* Remediated Security Vulnerability [CVE-2024-11629]({%slug kb-security-excessive-iteration-cve-2024-11629%}). <sup>.NET Standard</sup>
9797

9898
## ZipLibrary
9999

100100

101101
![fixed](../images/fixed.png)
102102

103-
* Remediated Security Vulnerability CVE-2024-11343.
103+
* Remediated Security Vulnerability [CVE-2024-11343]({%slug kb-security-excessive-iteration-cve-2024-11343%}).

0 commit comments

Comments
 (0)