平台
other
组件
filerise
修复版本
1.0.2
CVE-2026-33329 是 FileRise 中的路径遍历漏洞。该漏洞允许经过身份验证的攻击者利用文件上传功能,在服务器上写入任意文件或删除目录,从而可能导致数据泄露或系统破坏。该漏洞影响 FileRise 1.0.1 至 3.10.0 版本。已在 3.10.0 版本中修复。
攻击者可以利用此漏洞在 FileRise 服务器上执行未经授权的操作。通过构造恶意的 resumableIdentifier 参数,攻击者可以绕过文件系统路径验证,将文件写入到任意目录,甚至删除整个目录。这可能导致敏感数据泄露、恶意代码植入,以及对服务器配置的篡改。由于 FileRise 通常用于存储和管理敏感文件,因此该漏洞的潜在影响非常严重。攻击者可以利用此漏洞完全控制受影响的服务器。
目前尚未公开发现针对此漏洞的利用代码,但由于该漏洞的严重性和易于利用性,预计未来可能会出现公开的利用代码。该漏洞已于 2026 年 3 月 24 日公开披露。建议密切关注 CISA 和 FileRise 官方的安全公告,以便及时了解最新的威胁情报。
Organizations and individuals using FileRise for self-hosting file management and WebDAV services are at risk. This includes users deploying FileRise on shared hosting environments, as the vulnerability could be exploited by other tenants on the same server. Legacy FileRise installations with outdated configurations and weak access controls are particularly vulnerable.
• linux / server: Monitor FileRise logs for suspicious file creation or deletion attempts, particularly those containing directory traversal sequences (e.g., ../).
journalctl -u FileRise -f | grep -i 'traversal'• generic web: Check FileRise access logs for requests containing unusual paths or directory traversal sequences in the resumableIdentifier parameter.
grep 'resumableIdentifier=../' /var/log/apache2/access.logdisclosure
漏洞利用状态
EPSS
0.07% (22% 百分位)
CISA SSVC
CVSS 向量
最有效的缓解措施是立即将 FileRise 升级至 3.10.0 或更高版本。如果无法立即升级,可以考虑以下临时缓解措施:限制上传文件的目录权限,确保上传目录只能被 FileRise 进程访问。实施严格的文件名验证和清理,防止攻击者构造恶意的路径。使用 Web 应用防火墙 (WAF) 过滤包含可疑路径字符的上传请求。监控 FileRise 的日志文件,查找异常的文件上传活动。
Actualice FileRise a la versión 3.10.0 o posterior. Esta versión corrige la vulnerabilidad de path traversal en el manejo de subidas de archivos, evitando la escritura y eliminación arbitraria de archivos y directorios en el servidor.
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2026-33329 是 FileRise 1.0.1 至 3.10.0 版本中发现的路径遍历漏洞,攻击者可以利用文件上传功能,在服务器上任意写入文件或删除目录。
如果您正在运行 FileRise 1.0.1 至 3.9.9 版本,则可能受到此漏洞的影响。请立即升级至 3.10.0 或更高版本。
最简单的修复方法是升级 FileRise 至 3.10.0 或更高版本。如果无法升级,请参考缓解措施,例如限制上传目录权限和实施严格的文件名验证。
目前尚未公开发现针对此漏洞的利用代码,但由于漏洞的严重性,预计未来可能会出现。
请访问 FileRise 官方网站或 GitHub 仓库,查找关于 CVE-2026-33329 的安全公告。