2025.1.205
CVE-2024-11343 是 Progress Telerik Document Processing Libraries 中的一个路径遍历漏洞。攻击者可以通过解压特制的压缩文件,利用此漏洞获取任意文件系统访问权限,造成严重的安全风险。该漏洞影响 1.0.0–2024.4.1203 版本,建议尽快升级至 2025.1.205 版本以修复此问题。
该路径遍历漏洞允许攻击者读取服务器上的任意文件,包括敏感信息、配置文件和源代码。攻击者可以利用此漏洞获取数据库凭据、API 密钥和其他敏感数据,从而进一步控制系统或窃取数据。此外,攻击者还可以利用此漏洞修改或删除服务器上的文件,导致系统崩溃或数据丢失。由于该漏洞无需身份验证即可利用,因此攻击面非常广阔,可能导致大规模数据泄露和系统破坏。
目前尚未公开发现针对 CVE-2024-11343 的公开利用代码,但由于该漏洞的严重性和易利用性,预计未来可能会出现。该漏洞已添加到 CISA KEV 目录中,表明其具有较高的风险。建议密切关注安全社区的动态,并及时采取相应的安全措施。
Applications that utilize the Telerik Document Processing Libraries to process user-supplied archive files are at risk. This includes web applications, desktop applications, and any other software that integrates with the library. Organizations using older, unpatched versions of the library, particularly those with limited patching cycles, are at higher risk.
• .NET / dotnet: Use Sysinternals Process Monitor to observe file access patterns when processing archives. Look for attempts to access files outside of the expected application directory.
Get-Process | Where-Object {$_.ProcessName -like '*Telerik*'} | Get-Process -Id $PID | ForEach-Object {
Get-WinEvent -LogName Application -Filter "*[System[Provider[@Name='Microsoft-Windows-Sysinternals-ProcessMonitor']]]*"
}• .NET / dotnet: Examine application logs for errors related to file access or archive processing. Look for exceptions indicating path traversal attempts. • .NET / dotnet: Review code that handles archive processing for potential vulnerabilities. Ensure proper path sanitization and validation are implemented. • .NET / dotnet: Windows Defender ATP can be configured to detect suspicious process behavior related to file access. Create a custom detection rule based on the known vulnerable library and file access patterns.
disclosure
漏洞利用状态
EPSS
0.30% (53% 百分位)
CISA SSVC
CVSS 向量
最有效的缓解措施是立即升级至 Progress Telerik Document Processing Libraries 2025.1.205 或更高版本。如果无法立即升级,可以考虑以下临时缓解措施:限制用户上传文件的类型和大小,实施严格的文件访问控制策略,并监控系统日志以检测可疑活动。此外,可以使用 Web 应用防火墙 (WAF) 来过滤恶意请求,并配置代理服务器来阻止对敏感文件的访问。升级后,请验证新版本是否已正确安装并配置,并确认漏洞已成功修复。
Actualice las bibliotecas de Telerik Document Processing a la versión 2025 Q1 (2025.1.205) o posterior. Esto solucionará la vulnerabilidad de path traversal al descomprimir archivos. Descargue la versión más reciente desde el sitio web oficial de Progress Software o a través del gestor de paquetes NuGet.
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2024-11343 是 Progress Telerik Document Processing Libraries 中的一个路径遍历漏洞,允许攻击者通过解压恶意文件获取任意文件系统访问权限。
如果您正在使用 Telerik Document Processing Libraries 1.0.0–2024.4.1203 版本,则可能受到此漏洞的影响。请立即升级至 2025.1.205 或更高版本。
升级至 Progress Telerik Document Processing Libraries 2025.1.205 或更高版本。如果无法升级,请实施临时缓解措施,如限制文件上传和实施访问控制。
目前尚未公开发现利用代码,但由于漏洞的严重性,预计未来可能会出现。
请访问 Progress 官方网站或安全公告页面,搜索 CVE-2024-11343 以获取更多信息。
上传你的 packages.lock.json 文件,立即知道是否受影响。