プラットフォーム
ibm
コンポーネント
websphere-application-server-liberty
修正版
26.0.1
CVE-2025-14914は、IBM WebSphere Application Server Libertyにおいて発見されたパストラバーサル脆弱性です。この脆弱性を悪用されると、攻撃者は特権ユーザーとしてZIPアーカイブをアップロードし、システム上のファイルを上書きすることで、任意のコードを実行する可能性があります。影響を受けるバージョンは17.0.0.3から26.0.0.1です。2026年2月2日に公開されており、最新バージョンへのアップグレードが推奨されます。
この脆弱性は、攻撃者がWebSphere Application Server Libertyのファイルシステムに不正にアクセスし、重要なファイルを上書きすることを可能にします。攻撃者は、アップロードされたZIPアーカイブ内に巧妙に仕込まれたパストラバーサルシーケンスを利用して、本来アクセスできない場所にファイルを書き込むことができます。これにより、システム設定ファイル、実行可能ファイル、または機密データが改ざんされる可能性があります。最終的には、攻撃者はサーバー上で任意のコードを実行し、システムを完全に制御する可能性があります。この脆弱性は、Webアプリケーションの機密性、完全性、可用性に深刻な影響を与える可能性があります。
CVE-2025-14914は、2026年2月2日に公開されました。現時点では、この脆弱性を悪用する公開されているPoCは確認されていませんが、パストラバーサル脆弱性は一般的に悪用が容易であり、将来的に悪用される可能性は高いと考えられます。CISA KEVカタログへの登録状況は不明です。この脆弱性の悪用は、WebSphere Application Server Libertyを使用している組織にとって、重大なリスクとなります。
Organizations heavily reliant on WebSphere Application Server Liberty for hosting critical applications are at significant risk. This includes those using legacy configurations with weak access controls and those deploying Liberty in shared hosting environments where multiple applications share the same server instance. Applications that handle sensitive data, such as financial or healthcare information, are particularly vulnerable.
• linux / server: Monitor Liberty server logs for suspicious file upload attempts containing path traversal sequences (e.g., ../../). Use journalctl -f to monitor in real-time.
journalctl -f | grep 'path traversal'• java: Examine application server logs for errors related to file access or modification. Use Java profiling tools to monitor file system activity.
• generic web: Use curl to test file upload endpoints with crafted filenames containing path traversal sequences. Check for unexpected file modifications.
curl -F '[email protected]' http://your-liberty-server/uploaddisclosure
エクスプロイト状況
EPSS
0.01% (2% パーセンタイル)
CISA SSVC
CVSS ベクトル
この脆弱性への対応として、まず、WebSphere Application Server Libertyを最新バージョンにアップグレードすることを強く推奨します。アップグレードが困難な場合は、一時的な緩和策として、アップロードされるZIPアーカイブのファイル名とパスを厳密に検証するカスタムのセキュリティチェックを実装することを検討してください。また、WAF(Web Application Firewall)を使用して、悪意のあるパストラバーサル攻撃を検出し、ブロックすることも有効です。ファイルアップロード機能を使用するすべてのアプリケーションを注意深く監視し、異常なファイルアクセスや書き込み操作を検出するためのログ監視を設定してください。
Actualice IBM WebSphere Application Server Liberty a una versión posterior a 26.0.0.1 que haya solucionado la vulnerabilidad de path traversal. Consulte el advisory de IBM para obtener más detalles sobre las versiones corregidas y las instrucciones de actualización.
脆弱性分析と重要アラートをメールでお届けします。
CVE-2025-14914は、WebSphere Application Server Liberty 17.0.0.3~26.0.0.1において、特権ユーザーがパストラバーサルシーケンスを含むZIPアーカイブをアップロードすることで、任意のコード実行につながる可能性があるパストラバーサル脆弱性です。
WebSphere Application Server Libertyのバージョンが17.0.0.3から26.0.0.1のいずれかである場合、この脆弱性に影響を受ける可能性があります。
WebSphere Application Server Libertyを最新バージョンにアップグレードすることを強く推奨します。アップグレードが困難な場合は、ファイルアップロードの検証を強化する緩和策を実装してください。
現時点では、この脆弱性を悪用する公開されているPoCは確認されていませんが、将来的に悪用される可能性は高いと考えられます。
IBM Security Bulletinに関する詳細情報は、IBMの公式ウェブサイトで確認してください。