Translated message

A translation of this page exists in English.

Warning message

This translation is outdated. For the most up-to-date information, please refer to the English version.

JBoss EAP 5.x で Pooled Invoker を無効にする方法

Solution Verified - Updated -

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 5.x

Issue

  • CVE-2016-3690 で説明されているデシリアライズ攻撃はどのように防御すればよいでしょうか?

  • JBoss EAP 5.1.2 から移行する予定です。ポート 4445 が開放されているため、このポートを無効にしたいのですが。

  • JBoss EAP 5.x で「Pooled Invoker」を無効にするにはどうしたらよいですか?

Resolution

「$JBOSS_HOME/server/$PROFILE/deploy/legacy-invokers-service.xml」を開き、 「PooledInvoker MBean」を削除すると ポート 4445 を無効にすることができます。

   <mbean code="org.jboss.invocation.pooled.server.PooledInvoker"
   ...
   </mbean>

Diagnostic Steps

この netstat コマンドは、ポート 4445 がリッスンしているかどうかを出力します。

netstat -anp | grep :4445

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments