プラットフォーム
other
コンポーネント
im-server
修正版
1.4.4
CVE-2025-66480は、Wildfire IM Serverのファイルアップロード機能におけるディレクトリトラバーサル脆弱性です。この脆弱性は、攻撃者がファイル名を操作することで、本来アクセスできないファイルにアクセスすることを可能にします。影響を受けるバージョンは1.4.3以前です。2026年2月2日に公開され、バージョン1.4.3へのアップデートで修正されています。
この脆弱性を悪用されると、攻撃者はWildfire IM Server上で任意のファイルにアクセスし、機密情報を窃取したり、システムを改ざんしたりする可能性があります。特に、設定ファイルやログファイルなどが危険です。攻撃者は、../のようなディレクトリトラバーサルシーケンスをファイル名に含めることで、Webルート外のファイルにアクセスできます。この脆弱性は、サーバー全体のセキュリティを脅かす重大なリスクとなります。
この脆弱性は、CISA KEVカタログに追加される可能性があり、攻撃者による悪用が懸念されます。公開されているPoCは確認されていませんが、ディレクトリトラバーサル脆弱性は比較的悪用が容易であり、早期に悪用される可能性があります。NVD(National Vulnerability Database)は2026年2月2日に公開されています。
Organizations using Wildfire IM Server in production environments, particularly those with publicly accessible file upload endpoints, are at risk. Environments with limited security controls or inadequate input validation are especially vulnerable. Shared hosting environments where multiple users share the same server instance could also be affected, as a compromised user account could potentially be used to exploit this vulnerability.
• linux / server: Monitor access logs for requests containing ../ sequences in the filename parameter during file uploads. Use grep to search for patterns like /fs?file=../ in the access logs.
grep '/fs?file=../' /var/log/apache2/access.log• generic web: Use curl to attempt a file upload with a malicious filename and observe the server's response. Check for unexpected file access or errors.
curl -F "file=../../../../etc/passwd;" http://your-wildfire-server/fs• generic web: Examine the server's file system for unexpected files appearing outside of the intended upload directory. Use file system auditing tools to track file creation and modification events.
disclosure
エクスプロイト状況
EPSS
0.25% (48% パーセンタイル)
CISA SSVC
CVSS ベクトル
この脆弱性への最も効果的な対策は、Wildfire IM Serverをバージョン1.4.3にアップデートすることです。アップデートが困難な場合は、ファイルアップロード機能に対するアクセスを制限するWAF(Web Application Firewall)ルールを実装するか、ファイル名サニタイズ処理を実装することで、脆弱性の悪用を軽減できます。ファイル名に../のような文字列が含まれている場合に、アップロードを拒否するルールが有効です。アップデート後、ファイルアップロード機能が正常に動作することを確認してください。
Wildfire IM Server をバージョン 1.4.3 以降にアップデートしてください。このバージョンには、ディレクトリトラバーサルによる任意のファイルアップロードの脆弱性に対する修正が含まれています。アップデートすることで、サーバー上でのリモートコード実行を防ぐことができます。
脆弱性分析と重要アラートをメールでお届けします。
CVE-2025-66480は、Wildfire IM Serverのファイルアップロード機能におけるディレクトリトラバーサル脆弱性です。攻撃者はファイル名を操作することで、本来アクセスできないファイルにアクセスできます。
はい、Wildfire IM Serverのバージョン1.4.3以前を使用している場合は、この脆弱性の影響を受けます。
Wildfire IM Serverをバージョン1.4.3にアップデートすることで、この脆弱性を修正できます。
現時点では、積極的に悪用されているという報告はありませんが、ディレクトリトラバーサル脆弱性は比較的悪用が容易であり、早期に悪用される可能性があります。
公式アドバイザリは、Wildfire IM Serverの公式ウェブサイトまたは関連するセキュリティ情報源で確認してください。