プラットフォーム
dotnet
コンポーネント
progress-telerik-ui-for-winforms
修正版
2025 Q1 (2025.1.211)
CVE-2025-0332は、Progress Telerik UI for WinFormsにおけるパストラバーサル脆弱性です。この脆弱性は、不適切なターゲットパスの制限により、攻撃者がアーカイブの内容を制限されたディレクトリに展開させ、機密情報にアクセスする可能性があります。影響を受けるバージョンは1.0.0–2024.4.1302以前です。2025.1.211で修正されました。
この脆弱性を悪用されると、攻撃者はTelerik UI for WinFormsアプリケーションが処理するアーカイブファイルを操作し、システム上の任意の場所にファイルを書き込むことが可能になります。これにより、機密情報(設定ファイル、データベース接続情報など)が漏洩したり、悪意のあるコードが実行されたりするリスクがあります。特に、アーカイブファイルが外部からの入力に基づいて処理される場合、攻撃の影響は拡大する可能性があります。この脆弱性は、ファイルシステムへの不正アクセスを可能にするため、システム全体のセキュリティを脅かす重大な問題です。
CVE-2025-0332は、2025年2月12日に公開されました。現時点では、この脆弱性を悪用する公開されているPoCは確認されていませんが、パストラバーサル脆弱性は一般的に悪用が容易であるため、注意が必要です。CISA KEVリストへの登録状況は確認されていません。NVD(National Vulnerability Database)の情報も参照し、最新の動向を把握することが重要です。
Applications utilizing Telerik UI for WinForms to process user-uploaded files or handle external data streams are particularly at risk. Legacy applications using older versions of the framework and those with inadequate input validation routines are also more vulnerable. Shared hosting environments where multiple applications share the same file system could experience broader impact if one application is compromised.
• dotnet / windows: Use Process Monitor to observe file system activity when Telerik UI for WinForms is processing archives. Look for attempts to extract files into unexpected or restricted directories.
Get-Process | Where-Object {$_.ProcessName -like '*Telerik*'} | Get-Process -IncludeChildren• dotnet / windows: Examine application event logs for errors related to file extraction or access denied errors when attempting to write to restricted directories. • dotnet / windows: Review Telerik UI for WinForms configuration files for any custom settings related to archive processing or file system paths. Look for any misconfigurations that could contribute to the vulnerability.
disclosure
エクスプロイト状況
EPSS
0.19% (41% パーセンタイル)
CISA SSVC
CVSS ベクトル
まず、Telerik UI for WinFormsをバージョン2025.1.211以降にアップデートすることを強く推奨します。アップデートがすぐに利用できない場合は、アーカイブファイルの展開先ディレクトリへのアクセスを制限する、入力検証を厳格化するなどの緩和策を講じることが有効です。WAF(Web Application Firewall)を使用している場合は、アーカイブファイルの展開に関連する不正なリクエストをブロックするルールを設定することも検討してください。アップデート後、アプリケーションを再起動し、展開処理が正常に行われていることを確認してください。
Actualice a la versión 2025 Q1 (2025.1.211) o posterior de Telerik UI for WinForms. Esto corregirá la vulnerabilidad de path traversal al descomprimir archivos. Descargue la versión más reciente desde el sitio web de Progress Software.
脆弱性分析と重要アラートをメールでお届けします。
CVE-2025-0332は、Telerik UI for WinFormsのバージョン1.0.0–2024.4.1302以前に存在する脆弱性で、不適切なパス制限により、アーカイブの内容を制限されたディレクトリに展開させ、機密情報にアクセスされる可能性があります。
はい、Telerik UI for WinFormsのバージョン1.0.0–2024.4.1302以前を使用している場合は、この脆弱性の影響を受けます。
Telerik UI for WinFormsをバージョン2025.1.211以降にアップデートしてください。
現時点では、公開されているPoCは確認されていませんが、パストラバーサル脆弱性は一般的に悪用が容易であるため、注意が必要です。
Progressのセキュリティアドバイザリページで確認できます。https://www.progress.com/security-advisories
packages.lock.json ファイルをアップロードすると、影響の有無を即座にお知らせします。