ServletサービスおよびInterstage管理コンソール用Servletサービス(注1)において、
新たにクロスサイトスクリプティング(XSS)脆弱性の問題が確認されました。
(注1)ご利用の製品バージョンによっては「Interstage運用管理用Servletサービス」と
呼ばれます。以降、必要に応じ読み換えてください。
クロスサイト・スクリプティングの脆弱性を利用すると、悪意のあるサイト運用者が
ユーザーのコンピュータ上で任意のコードを実行することができます。
また、そのコードは信頼できるサイトのものとして実行される可能性があります。
危険なコードには以下のようなものがあります。
Interstage製品については以下のページを参照してください。
http://interstage.fujitsu.com/jp/products/
2.1 Tomcat 3.1ベースのServletサービス(注2)の回避方法
ServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)内に、HTTPステータスコード404および500に対するエラーページを設定します。(設定のみ行います。Locationタグで指定したリソースを格納する必要はありません。)設定後、Servletサービスを再起動してください。再起動方法につきましては、通常ご利用いただいている方法で実施してください。
(注2)V3系からV5系のServletサービスおよびV6系からV7系に含まれる旧バージョンのServletサービス
2.1.1 Tomcat 3.1ベースのServletサービスの設定変更方法
Tomcat 3.1ベースのServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)は以下の場所に格納されています。mime-mapping設定の最終行の後に設定してください。
【設定例】Tomcat 3.1ベースのServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)
<web-app>
:
:
<mime-mapping>
<extension>
mpv2
</extension>
<mime-type>
video/mpeg2
</mime-type>
</mime-mapping>
<error-page>
<error-code>
404
</error-code>
<location>
/error/http/404.html(任意のページを指定してください。)
</location>
</error-page>
<error-page>
<error-code>
500
</error-code>
<location>
/error/http/500.html(任意のページを指定してください。)
</location>
</error-page>
</web-app>
2.2 Tomcat 4.1ベースのServletサービス(注3)の回避方法
各IJServerのデフォルトのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)内に、HTTPステータスコード404および500に対するエラーページを設定します。
(設定のみ行います。Locationタグで指定したリソースを格納する必要はありません。)
設定後、各IJServerを再起動してください。再起動方法につきましては、通常ご利用いただいている方法で実施してください。
(注3)V6系~V8系のServletサービス
2.2.1 Tomcat 4.1ベースのServletサービスの設定変更方法
各IJServerのデフォルトのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)は以下の場所に格納されています。welcome-file-list設定の後に設定してください。
【設定例】IJServerのデフォルトのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)
<web-app>
:
:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<error-code>
404
</error-code>
<location>
/error/http/404.html(任意のページを指定してください。)
</location>
</error-page>
<error-page>
<error-code>
500
</error-code>
<location>
/error/http/500.html(任意のページを指定してください。)
</location>
</error-page>
</web-app>
2.3 Interstage管理コンソール用Servletサービスの回避方法
Interstage管理コンソール用ServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)内に、HTTPステータスコード404および500に対するエラーページを設定します。
(設定のみ行います。Locationタグで指定したリソースを格納する必要はありません。)
設定後、Interstage管理コンソール用Servletサービスを再起動してください。再起動方法につきましては、「Interstage Application Server運用ガイド」を参照してください。
2.3.1 Interstage管理コンソール用Servletサービスの設定変更方法
Interstage管理コンソール用ServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)は以下の場所に格納されています。mime-mapping設定の最終行の後に設定してください。
【設定例】Interstage管理コンソール用ServletサービスのWebアプリケーション環境定義ファイル(deployment descriptor:web.xml)
<web-app>
:
:
<mime-mapping>
<extension>
mpv2
</extension>
<mime-type>
video/mpeg2
</mime-type>
</mime-mapping>
<error-page>
<error-code>
404
</error-code>
<location>
/error/http/404.html(任意のページを指定してください。)
</location>
</error-page>
<error-page>
<error-code>
500
</error-code>
<location>
/error/http/500.html(任意のページを指定してください。)
</location>
</error-page>
</web-app>
| 製品名 | 対象OS | パッケージ名 | Patch ID |
|---|---|---|---|
| Interstage Application Framework Suite Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs4 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0 | Solaris 8, 9 | FJSVjs4 | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0 | Solaris 8, 9 | FJSVjs4 | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Framework Suite Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Framework Suite Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Framework Suite Web Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Framework Suite Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Framework Suite Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Framework Suite Web Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Framework Suite Standard Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Framework Suite Standard Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Framework Suite Web Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Framework Suite Web Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Framework Suite Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Framework Suite Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Framework Suite Standard Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Framework Suite Standard Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Framework Suite Web Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Framework Suite Web Edition 7.0.2 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Web Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Web Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Web Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Framework Suite Web Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Framework Suite Web Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Framework Suite Web Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Framework Suite Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ AS3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Framework Suite Standard Edition V6.0L10 | RHEL-AS3(x86)/ AS3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Framework Suite Web Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Framework Suite Web Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Framework Suite Web Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Framework Suite Web Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Framework Suite Web Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Framework Suite Web Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Framework Suite Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Framework Suite Web Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Framework Suite Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Framework Suite Web Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Framework Suite Web Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| 製品名 | 対象OS | パッケージ名 | Patch ID |
|---|---|---|---|
| INTERSTAGE Application Server Enterprise Edition 3.0 | Solaris 2.6, 7, 8 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition 3.0 | Solaris 2.6, 7, 8 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition 3.1 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Standard Edition 3.1 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Web-J Edition 3.1 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Enterprise Edition 4.0 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Standard Edition 4.0 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Web-J Edition 4.0 | Solaris 2.6, 7, 8 | FJSVjs2 | |
| INTERSTAGE Application Server Enterprise Edition 4.1 | Solaris 2.6, 7, 8 | FJSVjs2 | 911892-16 |
| INTERSTAGE Application Server Standard Edition 4.1 | Solaris 2.6, 7, 8 | FJSVjs2 | 911893-16 |
| INTERSTAGE Application Server Web-J Edition 4.1 | Solaris 2.6, 7, 8 | FJSVjs2 | 911894-15 |
| Interstage Application Server Enterprise Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition 5.0 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition 5.0.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Enterprise Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Standard Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Web-J Edition 5.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 5.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Plus 5.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Enterprise Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Standard Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Web-J Edition 5.1.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 5.1.1 | Solaris 7, 8, 9 | FJSVjs2 | |
| Interstage Application Server Plus 5.1.1 | Solaris 7, 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Enterprise Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition 6.0 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Standard Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition 6.0 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Web-J Edition 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 6.0 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus 6.0 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Plus 6.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Server Enterprise Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Server Standard Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Server Web-J Edition 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 6.0.1 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus 6.0.1 | Solaris 8, 9 | FJSVjs4 | T0163S-07 |
| Interstage Application Server Plus 6.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Enterprise Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Standard Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Web-J Edition 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 6.0.2 | Solaris 8, 9 | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus 6.0.2 | Solaris 8, 9 | FJSVjs4 | |
| Interstage Application Server Plus 6.0.2 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Server Standard Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Standard Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Server Web-J Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Web-J Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Application Server Plus 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Plus 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Server Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Enterprise Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Server Standard Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Standard Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Server Web-J Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Web-J Edition 7.0.1 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus 7.0.1 | Solaris 8, 9, 10 | FJSVjs2 | |
| Interstage Application Server Plus 7.0.1 | Solaris 8, 9, 10 | FJSVjs4 | T020LS-07 |
| Interstage Application Server Plus 7.0.1 | Solaris 8, 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.0 | Solaris 9, 10 | FJSVjs4 | T000572SP-06 |
| Interstage Application Server Enterprise Edition 8.0.0 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.0 | Solaris 9, 10 | FJSVjs4 | T000573SP-06 |
| Interstage Application Server Standard-J Edition 8.0.0 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.0 | Solaris 9, 10 | FJSVjs4 | T000574SP-06 |
| Interstage Application Server Web-J Edition 8.0.0 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition V3.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition V3.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Web Edition V3.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition V3.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition V3.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Web Edition V3.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition V3.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition V4.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition V4.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition V4.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition V4.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition V4.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition V4.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10B | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V5.0L20 | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus Developer V5.0L20 | Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus Developer V5.0L20 | Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V5.0L20A | Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Web-J Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Plus V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus Developer V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Application Server Plus Developer V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Web-J Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Plus V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Standard Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Web-J Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Plus V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Enterprise Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Standard Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Web-J Edition V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs4 | TP09743 |
| Interstage Application Server Plus V6.0L10C | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Enterprise Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Web-J Edition V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Plus V7.0L10 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus Developer V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | TP09768 |
| Interstage Application Server Plus Developer V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10A | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10A | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Web-J Edition V7.0L10A | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Enterprise Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Standard Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Web-J Edition V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Plus V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2 | 後日提供 |
| Interstage Application Server Plus V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs4 | TP09768 |
| Interstage Application Server Plus V7.0L11 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000685WP-02 |
| Interstage Application Server Enterprise Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000686WP-02 |
| Interstage Application Server Standard-J Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000687WP-02 |
| Interstage Application Server Web-J Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000685WP-02 |
| Interstage Application Server Enterprise Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000686WP-02 |
| Interstage Application Server Standard-J Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000687WP-02 |
| Interstage Application Server Web-J Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000685WP-02 |
| Interstage Application Server Enterprise Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000686WP-02 |
| Interstage Application Server Standard-J Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000687WP-02 |
| Interstage Application Server Web-J Edition 8.0.3 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| INTERSTAGE Application Server Web-J Edition 3.1 | Turbolinux 6.1 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition 3.1.1 | Turbolinux 6.1/ RedHat Linux 6.2J/ 7J | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition 4.0 | Turbolinux 6.1/ 6.5 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Enterprise Edition 4.1 | Turbolinux 7/ RedHat Linux 7.2 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Standard Edition 4.1 | Turbolinux 7/ RedHat Linux 7.2 | FJSVjs2 | 後日提供 |
| INTERSTAGE Application Server Web-J Edition 4.1 | Turbolinux 6.1/ 6.5/ 7/ RedHat Linux 7.2 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10 | Turbolinux 7 | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L10 | Turbolinux 7 | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10 | Turbolinux 7 | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L10 | Turbolinux 7 | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10 | Turbolinux 7 | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L10 | Turbolinux 7 | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L11 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20 | Turbolinux 7/ 8/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V5.0L20 | Turbolinux 7/ 8/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus V5.0L20 | Turbolinux 7/ RHEL-AS2.1(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Enterprise Edition V6.0L10 | RHEL-AS3(x86)/ AS3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Standard Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Standard Edition V6.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Standard Edition V6.0L10 | RHEL-AS3(x86)/ AS3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Web-J Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Web-J Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Web-J Edition V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Plus V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Plus V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Plus V6.0L10 | RHEL-AS2.1(x86)/ ES2.1(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Web-J Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Web-J Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Web-J Edition V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Plus V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2 | T00408-04 |
| Interstage Application Server Plus V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs4 | T00274-06 |
| Interstage Application Server Plus V6.0L11 | RHEL-AS2.1(x86)/ ES2.1(x86)/ AS3(x86)/ ES3(x86) | FJSVjs2su | T01188-01 |
| Interstage Application Server Enterprise Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Enterprise Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Standard Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Web-J Edition V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Plus V7.0L10 | RHEL-AS3(x86)/ ES3(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Enterprise Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Standard Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Web-J Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Web-J Edition V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Plus V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2 | 後日提供 |
| Interstage Application Server Plus V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs4 | T00836-06 |
| Interstage Application Server Plus V7.0L11 | RHEL-AS3(x86)/ ES3(x86)/ AS4(x86) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000682LP-02 |
| Interstage Application Server Enterprise Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000683LP-02 |
| Interstage Application Server Standard-J Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000684LP-02 |
| Interstage Application Server Web-J Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000682LP-02 |
| Interstage Application Server Enterprise Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Standard-J Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000683LP-02 |
| Interstage Application Server Standard-J Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Web-J Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000684LP-02 |
| Interstage Application Server Web-J Edition 8.0.3 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition V7.0L10 | RHEL-AS4(IPF) | FJSVjs4 | T001343QP-01 |
| Interstage Application Server Enterprise Edition V7.0L10 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Application Server Enterprise Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs4 | T000681QP-02 |
| Interstage Application Server Enterprise Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Application Server Enterprise Edition 8.0.3 | RHEL-AS4(IPF) | FJSVjs4 | T000681QP-02 |
| Interstage Application Server Enterprise Edition 8.0.3 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| 製品名 | 対象OS | パッケージ名 | Patch ID |
|---|---|---|---|
| Interstage Apworks Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Enterprise Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Standard Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Modelers-J Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Modelers-J Edition V6.0L10 | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Enterprise Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Enterprise Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Standard Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Standard Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Modelers-J Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Modelers-J Edition V6.0L10A | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs4 | TP09743 |
| Interstage Apworks Enterprise Edition V6.0L10B | Windows Server 2003/ Windows 2000/ Windows NT Server 4.0/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Enterprise Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | TP09768 |
| Interstage Apworks Enterprise Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | TP09768 |
| Interstage Apworks Standard Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Modelers-J Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | TP09768 |
| Interstage Apworks Modelers-J Edition V7.0L10 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Enterprise Edition 8.0.0 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | T000685WP-02 |
| Interstage Apworks Enterprise Edition 8.0.0 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Standard-J Edition 8.0.1 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | T000686WP-02 |
| Interstage Apworks Standard-J Edition 8.0.1 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| Interstage Apworks Enterprise Edition 8.1.0 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs4 | T000685WP-02 |
| Interstage Apworks Enterprise Edition 8.1.0 | Windows Server 2003/ Windows 2000/ Windows XP | F3FMjs2su | 後日提供 |
| 製品名 | 対象OS | パッケージ名 | Patch ID |
|---|---|---|---|
| Interstage Business Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Business Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Business Application Server Enterprise Edition 7.0 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Enterprise Edition 7.0.1 | Solaris 8, 9 | FJSVjs2 | |
| Interstage Business Application Server Enterprise Edition 7.0.1 | Solaris 8, 9 | FJSVjs4 | T020LS-07 |
| Interstage Business Application Server Enterprise Edition 7.0.1 | Solaris 8, 9 | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Enterprise Edition 8.0.0 | Solaris 9, 10 | FJSVjs4 | T000572SP-06 |
| Interstage Business Application Server Enterprise Edition 8.0.0 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Enterprise Edition 8.0.1 | Solaris 9, 10 | FJSVjs4 | T000572SP-06 |
| Interstage Business Application Server Enterprise Edition 8.0.1 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.0 | Solaris 9, 10 | FJSVjs4 | T000572SP-06 |
| Interstage Business Application Server Standard Edition 8.0.0 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000685WP-02 |
| Interstage Business Application Server Standard Edition 8.0.0 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs4 | T000685WP-02 |
| Interstage Business Application Server Standard Edition 8.0.1 | Windows Server 2003/ Windows 2000 | F3FMjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs4 | T000682LP-02 |
| Interstage Business Application Server Standard Edition 8.0.0 | RHEL-AS4(x86)/ AS4(EM64T) | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Enterprise Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Business Application Server Enterprise Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Enterprise Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs4 | T000681QP-02 |
| Interstage Business Application Server Enterprise Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Business Application Server Standard Edition 8.0.0 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Business Application Server Standard Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Business Application Server Standard Edition 8.0.1 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| 製品名 | 対象OS | パッケージ名 | Patch ID |
|---|---|---|---|
| Interstage Job Workload Server 8.1.1 | Solaris 9, 10 | FJSVjs4 | T000572SP-06 |
| Interstage Job Workload Server 8.1.1 | Solaris 9, 10 | FJSVjs2su | 後日提供 |
| Interstage Job Workload Server 8.0.0 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Job Workload Server 8.0.0 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Job Workload Server 8.0.1 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Job Workload Server 8.0.1 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Job Workload Server 8.1.0 | RHEL-AS4(IPF) | FJSVjs4 | T000109QP-03 |
| Interstage Job Workload Server 8.1.0 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
| Interstage Job Workload Server 8.1.1 | RHEL-AS4(IPF) | FJSVjs4 | T000681QP-02 |
| Interstage Job Workload Server 8.1.1 | RHEL-AS4(IPF) | FJSVjs2su | 後日提供 |
この脆弱性情報をご指摘くださいました 株式会社セキュアスカイ・テクノロジー 福森 大喜 氏に謝意を評します。