平台
python
组件
mobsf
修复版本
4.0.8
4.0.7
CVE-2024-43399 是 MobSF 静态库分析模块中发现的一个Zip Slip漏洞。该漏洞允许攻击者绕过安全措施,将文件提取到服务器的任意位置,可能导致敏感信息泄露。该漏洞影响 MobSF 版本小于或等于 3.9.7 的用户。建议升级至 4.0.7 版本以修复此问题。
Zip Slip 漏洞是一种常见的安全漏洞,它源于对压缩文件(如 ZIP 文件)处理不当。在 MobSF 的静态库分析过程中,当处理 .a 扩展名的文件时,由于安全措施的错误实现,攻击者可以利用此漏洞将文件提取到服务器的任意位置。这可能导致攻击者访问未经授权的敏感数据,例如配置文件、数据库凭据或其他重要的系统文件。攻击者甚至可能利用此漏洞执行恶意代码,从而完全控制受影响的系统。由于 MobSF 通常用于移动应用程序的安全分析,因此此漏洞可能导致移动应用程序的安全漏洞被暴露。
目前,该漏洞的公开利用代码(POC)尚未广泛传播,但由于其潜在影响,建议尽快修复。该漏洞已于 2024 年 8 月 19 日公开披露。CISA 尚未将其添加到 KEV 目录,但其 CVSS 评分为 8(高),表明存在中等概率被利用。建议密切关注安全社区的动态,及时获取最新的威胁情报。
Organizations using MobSF for mobile application security analysis are at risk, particularly those running versions 3.9.7 or earlier. Shared hosting environments where MobSF is deployed could be especially vulnerable, as an attacker gaining access to one instance could potentially compromise the entire server. Teams relying on MobSF for automated security assessments should prioritize patching.
• python / server: Examine MobSF logs for unusual file extraction patterns, particularly those involving .a files. Look for file writes outside of the expected analysis directory.
find /opt/mobsf/ -type f -name '*.a' -printf '%P\n' | grep -v '/mobsf/StaticAnalyzer/temp/'• python / server: Monitor file system integrity using tools like AIDE or Tripwire, focusing on the MobSF installation directory and temporary analysis directories. • generic web: Monitor MobSF server for unexpected file creation or modification within the application's data directories.
disclosure
漏洞利用状态
EPSS
0.41% (61% 百分位)
CISA SSVC
CVSS 向量
为了缓解 CVE-2024-43399 漏洞,首要措施是立即升级 MobSF 至 4.0.7 或更高版本。如果无法立即升级,可以考虑以下临时缓解措施:限制 MobSF 运行用户的权限,使其只能访问必要的文件和目录;实施严格的文件访问控制策略,防止未经授权的访问;监控 MobSF 服务器的日志文件,查找任何异常活动。升级后,请验证修复是否成功,例如通过尝试触发 Zip Slip 漏洞,确认文件提取行为是否受到限制。
Actualice Mobile Security Framework (MobSF) a la versión 4.0.7 o superior. Esta versión contiene la corrección para la vulnerabilidad Zip Slip. Puede descargar la última versión desde el sitio web oficial o el repositorio de GitHub.
漏洞分析和关键警报直接发送到您的邮箱。
CVE-2024-43399 是 MobSF 静态库分析模块中发现的 Zip Slip 漏洞,允许攻击者绕过安全措施,将文件提取到服务器的任意位置。
如果您正在使用 MobSF 版本小于或等于 3.9.7,则可能受到此漏洞的影响。
建议升级至 MobSF 4.0.7 或更高版本以修复此漏洞。
目前尚未确认有大规模的利用活动,但由于漏洞的潜在影响,建议尽快修复。
请查阅 MobSF 官方安全公告或 GitHub 仓库,获取有关此漏洞的更多信息。
上传你的 requirements.txt 文件,立即知道是否受影响。