EspoCRMにおけるサーバサイドのリクエストフォージェリの脆弱性
タイトル EspoCRMにおけるサーバサイドのリクエストフォージェリの脆弱性
概要

EspoCRMはオープンソースの顧客関係管理アプリケーションです。バージョン9.3.3およびそれ以下には、認証済みサーバーサイドリクエストフォージェリ(SSRF)の脆弱性があります。8進数表記(例:127.0.0.1の代わりに0177.0.0.1など)を使用することで内部ホストの検証ロジックを回避できます。HostCheck::isNotInternalHost()関数はPHPのfilter_var(..., FILTER_VALIDATE_IP)に依存しており、この関数は代替IP形式を認識しません。そのため、検証がDNSルックアップに落ち、ホストを安全と誤認します。その後、cURLがアドレスを正規化してループバック先に接続します。認証済みユーザーは/api/v1/Attachment/fromImageUrlエンドポイントを通じて、サーバーにループバック専用サービスへのリクエストを強制させ、そのレスポンスを添付ファイルとして保存できます。この脆弱性はリダイレクトに基づくSSRFを含む他の問題とは異なり、アプリケーションランタイムから到達可能な内部リソースへのアクセスを許します。この問題はバージョン9.3.4で修正されました。

想定される影響 当該ソフトウェアが扱う情報の一部が外部に漏れる可能性があります。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアは停止しません。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
対策

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

公表日 2026年4月13日0:00
登録日 2026年4月23日10:13
最終更新日 2026年4月23日10:13
CVSS3.0 : 警告
スコア 4.3
ベクター CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
影響を受けるシステム
EspoCRM
EspoCRM 9.3.4 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
変更履歴
No 変更内容 変更日
1 [2026年04月23日]
  掲載
2026年4月23日10:13

NVD脆弱性情報
CVE-2026-33534
概要

EspoCRM is an open source customer relationship management application. Versions 9.3.3 and below have an authenticated Server-Side Request Forgery (SSRF) vulnerability that allows bypassing the internal-host validation logic by using alternative IPv4 representations such as octal notation (e.g., 0177.0.0.1 instead of 127.0.0.1). This is caused by HostCheck::isNotInternalHost() function relying on PHP's filter_var(..., FILTER_VALIDATE_IP), which does not recognize alternative IP formats, causing the validation to fall through to a DNS lookup that returns no records and incorrectly treats the host as safe, however the cURL subsequently normalizes the address and connects to the loopback destination. Through the confirmed /api/v1/Attachment/fromImageUrl endpoint, an authenticated user can force the server to make requests to loopback-only services and store the fetched response as an attachment. This vulnerability is distinct from CVE-2023-46736 (which involved redirect-based SSRF) and may allow access to internal resources reachable from the application runtime. This issue has been fixed in version 9.3.4.

公表日 2026年4月14日5:16
登録日 2026年4月15日11:39
最終更新日 2026年4月22日9:12
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:espocrm:espocrm:*:*:*:*:*:*:*:* 9.3.4
関連情報、対策とツール
共通脆弱性一覧