プラットフォーム
php
コンポーネント
magento/community-edition
修正版
2.4.9
2.4.7-p4
CVE-2025-24406は、Magento Community Editionにおけるパス・トラバーサル脆弱性です。この脆弱性は、認証されていない攻撃者が制限されたディレクトリ外のファイルを変更することを可能にするセキュリティ機能のバイパスにつながる可能性があります。影響を受けるバージョンは2.4.7-p3以前ですが、バージョン2.4.7-p4で修正されています。
この脆弱性を悪用されると、攻撃者はMagentoのインストールディレクトリ外のファイルにアクセスし、変更できるようになります。これにより、機密情報の窃取、システムの改ざん、さらにはサーバー全体の制御奪取といった深刻な被害が発生する可能性があります。攻撃者は、ウェブインターフェースを通じて、この脆弱性を悪用する可能性があります。類似の脆弱性は、ファイルアップロード機能の不備や、入力値の検証不足によって引き起こされることがあります。
このCVEは2025年2月11日に公開されました。現時点では、公開されているPoCは確認されていませんが、パス・トラバーサル脆弱性は悪用が容易なため、早期の悪用が懸念されます。CISA KEVへの登録状況は不明です。攻撃者は、この脆弱性を悪用して、Magentoストアの機密情報を窃取したり、ウェブサイトを改ざんしたりする可能性があります。
E-commerce businesses running Magento Community Edition versions 2.4.4 through 2.4.7-p3 are at significant risk. Specifically, organizations using legacy Magento installations with outdated security practices and those relying on shared hosting environments are particularly vulnerable, as they may have limited control over server configurations and file permissions.
• php: Review web server access logs for unusual file access attempts, particularly those targeting files outside the intended web root directory. Look for requests containing path traversal sequences like ../.
grep '../' /var/log/apache2/access.log• php: Examine Magento's file system permissions to ensure that only authorized users and processes have write access to critical files and directories.
find /var/www/magento -type d -perm -2 -print• generic web: Monitor for unexpected file modifications within the Magento installation directory. Use file integrity monitoring tools to detect unauthorized changes. • generic web: Check response headers for any signs of unauthorized file access or disclosure.
disclosure
エクスプロイト状況
EPSS
0.24% (46% パーセンタイル)
CISA SSVC
CVSS ベクトル
まず、Magento Community Editionをバージョン2.4.7-p4以上にアップデートすることを推奨します。アップデートが困難な場合は、ウェブアプリケーションファイアウォール(WAF)を使用して、不正なファイルアクセス試行をブロックすることを検討してください。また、ファイルアクセス権限を厳格に制限し、不要なファイルへのアクセスを禁止することで、攻撃の影響範囲を限定できます。攻撃の兆候を検知するために、ファイルシステムの整合性チェックを定期的に実施することも有効です。
Actualice Adobe Commerce a la última versión disponible que incluya la corrección para esta vulnerabilidad de path traversal. Consulte el boletín de seguridad de Adobe (APSB25-08) para obtener más detalles e instrucciones específicas de actualización.
脆弱性分析と重要アラートをメールでお届けします。
CVE-2025-24406は、Magento Community Edition 2.4.7-p3以前のバージョンに存在するパス・トラバーサル脆弱性で、認証されていない攻撃者が制限されたディレクトリ外のファイルを変更できる可能性があります。
はい、Magento Community Editionのバージョン2.4.7-p3以前を使用している場合は、この脆弱性の影響を受けます。
Magento Community Editionをバージョン2.4.7-p4以上にアップデートすることで修正できます。
現時点では、公開されているPoCは確認されていませんが、パス・トラバーサル脆弱性は悪用が容易なため、早期の悪用が懸念されます。
Magentoの公式アドバイザリは、Magentoのセキュリティページで確認できます。