-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

===========================================================================
             AUSCERT External Security Bulletin Redistribution

                               ESB-2015.3002
        Vulnerabilities in Apache Commons and ActiveMQ 5.2.0 affect
                        IBM Sterling B2B Integrator
                              2 December 2015

===========================================================================

        AusCERT Security Bulletin Summary
        ---------------------------------

Product:           IBM Sterling B2B Integrator
Publisher:         IBM
Operating System:  Windows
                   Linux variants
                   IBM i
                   HP-UX
                   Solaris
                   AIX
Impact/Access:     Execute Arbitrary Code/Commands -- Remote/Unauthenticated      
                   Denial of Service               -- Remote/Unauthenticated      
                   Cross-site Request Forgery      -- Remote with User Interaction
                   Cross-site Scripting            -- Remote with User Interaction
                   Access Confidential Data        -- Remote/Unauthenticated      
Resolution:        Patch/Upgrade
CVE Names:         CVE-2015-8110 CVE-2015-7450 CVE-2015-6551
                   CVE-2015-6092 CVE-2015-3060 CVE-2015-1880
                   CVE-2015-1879 CVE-2015-1830 CVE-2015-1587
                   CVE-2015-1244 CVE-2015-0684 CVE-2014-8110
                   CVE-2013-3060 CVE-2013-1880 CVE-2013-1879
                   CVE-2012-6551 CVE-2012-6092 CVE-2010-1587
                   CVE-2010-1244 CVE-2010-0684 

Reference:         ASB-2015.0112
                   ASB-2015.0108.2
                   ESB-2013.0951

Original Bulletin: 
   http://www-01.ibm.com/support/docview.wss?uid=swg21971758
   http://www-01.ibm.com/support/docview.wss?uid=swg21968792

Comment: This bulletin contains two (2) IBM security advisories.

- --------------------------BEGIN INCLUDED TEXT--------------------

Security Bulletin: Vulnerability in Apache Commons affects IBM Sterling B2B 
Integrator (CVE-2015-7450)

Security Bulletin

Document information

More support for:

Sterling B2B Integrator

Software version:

5.1, 5.2

Operating system(s):

Platform Independent

Reference #:

1971758

Modified date:

2015-11-30

Summary

An Apache Commons Collections vulnerability for handling Java object 
deserialization was addressed by IBM Sterling B2B Integrator

Vulnerability Details

CVE ID: CVE-2015-7450

DESCRIPTION: Apache Commons Collections could allow a remote attacker to 
execute arbitrary code on the system, caused by the deserialization of data 
with Java InvokerTransformer class. By sending specially crafted data, an 
attacker could exploit this vulnerability to execute arbitrary Java code on 
the system.

CVSS Base Score: 9.8

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/107918 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)

Affected Products and Versions

IBM Sterling B2B Integrator 5.2

Sterling Integrator 5.1

Remediation/Fixes

Terminology:

<si_install_dir> - the complete path of the directory where Sterling 
Integrator was installed.

<temp_dir> - the complete path of the directory where the update file is 
located.

Product		Version	APAR	Remediated Fix

Sterling	5.1 	IT12208	1.Download
Integrator			commons-collections-3.2.2-bin.zip
				from Apache Commons Collection Download

				http://commons.apache.org/proper/commons-collections/download_collections.cgi

				2.Unzip the dowloaded file and find
				commons-collections-3.2.2.jar

				3.Stop Sterling Integrator.

				4.Put commons-collections-3.2.2.jar to
				<si_install_dir>/jar/commons_collections/3_2_2

				Note: You need to create directory
				commons_collections and 3_2_2.

				5.Navigate to the installation directory.

				6.Navigate to the properties directory.

				7.Put the following line to the top of the
 				file dynamicclasspath.cfg.in

				VENDOR_JAR=<si_install_dir>/jar/commons_collections/3_2_2/commons-collections-3.2.2.jar.

				8.Run setupfiles.sh or setupfiles.cmd.

				9.Restart Sterling Integrator.

IBM Sterling	5.2.0.0	IT12208 1.Upgrade IBM Sterling B2B Integrator
B2BIntegrator	-		 to 5.2.5.0.
		5.2.5.0

				2.Apply Generic Interim Fix 5020500_10
				available on Fix Central

				http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Other%2Bsoftware&product=ibm/Other+software/Sterling+B2B+Integrator&release=5.2.5.0&platform=All&function=all

				Note: If you can't upgrade the Integrator 
				to 5020500_10, you may follow the 
				instruction for Sterling Integrator 5.1

IBM Sterling 	5.2.6.0 IT12208	1.Download 
B2B Integrator			commons-collections-3.2.2-bin.zip from
				Apache Commons Collection Download

				http://commons.apache.org/proper/commons-collections/download_collections.cgi

				2.Unzip the dowloaded file and find
				commons-collections-3.2.2.jar

				3.Stop IBM Sterling B2B Integrator.

				4.Put commons-collections-3.2.2.jar to 
				<si_install_dir>/jar/commons_collections/3_2_2

				Note: You need to create directory
				commons_collections and 3_2_2.

				5.Navigate to the installation directory.

				6.Navigate to the properties directory.

				7.Put the following line to the top of the
				file dynamicclasspath.cfg.in

				VENDOR_JAR=<si_install_dir>/jar/commons_collections/3_2_2/commons-collections-3.2.2.jar.

				8.Run setupfiles.sh or setupfiles.cmd.

				9.Restart IBM Sterling B2B Integrator.

				If you use IBM Global Mailbox, do the
				following additional steps

				10.Create the temporary directory 
				(<temp_dir>) to hold the upgrade package.

				11.Obtain the WebSphere Liberty 8.5.5.6
				update package (which is a single ZIP file)
				from IBM Support; place the ZIP file into
				the temporary directory <temp_dir> created
				in step 10. File name is
				wlp-base-embeddable-8.5.5.6.zip.

				12.Stop the GM admin process

				On Linux, run command 
				"<si_install_dir>/MailboxUtilities/bin/stopGMAdmin.sh".

				On Windows, run command 
				"<si_install_dir>\MailboxUtilities\bin\stopGMAdmin.bat".

				13.Rename the WebSphere Liberty root directory (wlp).

				On Linux, run command 
				"cd <si_install_dir>; mv wlp wlp-8.5.5.4".

				On Windows, run command 
				"cd <si_install_dir>" then run command 
				"move wlp wlp-8.5.5.4".

				14.Create a new WebSphere Liberty root 
				directory.

				On Linux, run command 
				"cd <si_install_dir>; mkdir wlp".

				On Windows, run command 
				"cd <si_install_dir>" then run command 
				"md wlp"

				15.Unpack wlp-base-embeddable-8.5.5.6.zip 
				into the new wlp directory.

				On Linux, run command 
				"unzip <temp_dir> wlp-base-embeddable-8.5.5.6.zip -d <si_install_dir>/wlp".

				On Windows, use the Windows Explorer to 
				extract the files in 
				wlp-base-embeddable-8.5.5.6.zip to the 
				<si_install_dir>/wlp folder .

				16.Copy the mailboxui directory (and all 
				its contents) from the 
				wlp-8.5.5.4/usr/servers directory to the 
				new wlp/usr/servers directory.

				On Linux, run command "cd <si_install_dir>"
				then run command 
				"cp R wlp-8.5.5.4/usr/servers/mailboxui wlp/usr/servers".

				On Windows, run command 
				"cd <si_install_dir>" then run command 
				"xcopy wlp-8.5.5.4\usr\servers\mailboxui wlp\usr\servers /s /e".

				17.For Linux installs, make sure that 
				execute permissions are set correctly on
				the files in the wlp/bin directory by 
				running command "chmod R ug+x <si_install_dir>/wlp/bin".

				18.Important: Save the contents of the 
				<si_install_dir>/wlp-8.5.5.4 directory in 
				case a roll-back is required.

				19.Restart the GM Admin process.

				On Linux, run command 
				"<si_install_dir>/MailboxUtilities/bin/startGMAdmin.sh"

				On Windows, run command 
				"<si_install_dir>\MailboxUtilities\bin\startGMAdmin.bat"

				20.Check the 
				<si_install_dir>/wlp/usr/servers/mailboxui/logs/messages.log 
				file to ensure the update was successful. 
				The file should show the following lines at
				the top of the file:

				**************************************************************

				******************

				product = WebSphere Application Server 8.5.5.6 (wlp-1.0.9.cl50620150610-1749)

IBM recommends that you review your entire environment to identify vulnerable
releases of the open-source Apache Commons Collections and take appropriate 
mitigation and remediation actions.

Workarounds and Mitigations

None

Get Notified about Future Security Bulletins

Subscribe to My Notifications to be notified of important product support 
alerts like this.

References

Complete CVSS v2 Guide

On-line Calculator v2

Related information

IBM Secure Engineering Web Portal

IBM Product Security Incident Response Blog

Acknowledgement

The vulnerability was reported to IBM by Karthikeyan Bhargavan of the PROSECCO
team at INRIA

Change History

30 November 2015: Original version published

*The CVSS Environment Score is customer environment specific and will 
ultimately impact the Overall CVSS Score. Customers can evaluate the impact of
this vulnerability in their environments by accessing the links in the 
Reference section of this Security Bulletin.

Disclaimer

According to the Forum of Incident Response and Security Teams (FIRST), the 
Common Vulnerability Scoring System (CVSS) is an "industry open standard 
designed to convey vulnerability severity and help to determine urgency and 
priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY 
OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT 
OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.

- ----------------------------------------------------------------------------
Security Bulletin: Security vulnerabilities in ActiveMQ 5.2.0 affect IBM 
Sterling B2B Integrator (CVE-2015-1830, CVE-2015-8110, CVE-2015-3060, 
CVE-2015-1880, CVE-2015-1879, CVE-2015-6551, CVE-2015-6092, CVE-2015-1587, 
CVE-2015-1244, CVE-2015-0684)

Security Bulletin

Document information

More support for:

Sterling B2B Integrator

Software version:

5.1, 5.2

Operating system(s):

Platform Independent

Reference #:

1968792

Modified date:

2015-11-30

Summary

Multiple directory traversal, cross-site scripting, denial of service and 
cross-site request forgery security vulnerabilities in ActiveMQ 5.2.0. IBM 
Sterling B2B Integrator has addressed the applicable CVEs.

Vulnerability Details

CVEID: CVE-2015-1830

DESCRIPTION: Apache ActiveMQ could allow a remote attacker to traverse 
directories on the system, caused by an error in the fileserver 
upload/download functionality. By placing a jsp file in the admin console, an
attacker could exploit this vulnerability to execute arbitrary shell commands
on the system.

CVSS Base Score: 9.8

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/105644 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)

CVEID: CVE-2014-8110

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site scripting, caused by
improper validation of user-supplied input. A remote attacker could exploit 
this vulnerability using a specially-crafted URL to execute script in a 
victim's Web browser within the security context of the hosting Web site, once
the URL is clicked. An attacker could use this vulnerability to steal the 
victim's cookie-based authentication credentials.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/100724 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVEID: CVE-2013-3060

DESCRIPTION: Apache ActiveMQ is vulnerable to a denial of service, caused by 
the failure to require authentication, by the Web console. By sending 
specially-crafted HTTP requests, an attacker could exploit this vulnerability
to obtain sensitive information or cause a denial of service.

CVSS Base Score: 6.4

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/83719 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:P)

CVEID: CVE-2013-1880

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site scripting, caused by
improper validation of user-supplied input by the demo/portfolioPublish 
script. A remote attacker could exploit this vulnerability using the refresh 
parameter in a specially-crafted URL to execute script in a victim's Web 
browser within the security context of the hosting Web site, once the URL is 
clicked. An attacker could use this vulnerability to steal the victim's 
cookie-based authentication credentials.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/103075 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVEID: CVE-2013-1879

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site scripting, caused by
improper validation of user-supplied input when handling cron jobs. A remote 
attacker could exploit this vulnerability using specific parameters to inject
malicious script into a Web page which would be executed in a victim's Web 
browser within the security context of the hosting Web site, once the page is
viewed. An attacker could use this vulnerability to steal the victim's 
cookie-based authentication credentials.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/85586 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVEID: CVE-2012-6551

DESCRIPTION: Apache ActiveMQ is vulnerable to a denial of service, caused by 
the enablement of a sample web application by the default configuration. By 
sending specially-crafted HTTP requests, an attacker could exploit this 
vulnerability to consume broker resources and cause a denial of service.

CVSS Base Score: 5

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/83718 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:L/Au:N/C:N/I:N/A:P)

CVEID: CVE-2012-6092

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site scripting, caused by
improper validation of user-supplied input by multiple vectors. A remote 
attacker could exploit this vulnerability using various parameters in a 
specially-crafted URL to execute script in a victim's Web browser within the 
security context of the hosting Web site, once the URL is clicked. An attacker
could use this vulnerability to steal the victim's cookie-based authentication
credentials.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/83720 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVEID: CVE-2010-1587

DESCRIPTION: Apache ActiveMQ could allow a remote attacker to obtain sensitive
information, caused by a vulnerability when handling certain requests. A 
remote attacker could send a specially-crafted URL containing specific 
characters to cause the script's source code to be returned rather than the 
expected JSP page and obtain sensitive information.

CVSS Base Score: 5

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/58056 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:L/Au:N/C:P/I:N/A:N)

CVEID: CVE-2010-1244

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site request forgery, 
caused by improper validation of user-supplied input by the web console 
application. By persuading an authenticated user to visit a malicious Web 
site, a remote attacker could send a specially-crafted HTTP request to perform
unauthorized actions. An attacker could exploit this vulnerability to perform
cross-site scripting attacks, Web cache poisoning, and other malicious 
activities.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/57398 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

CVEID: CVE-2010-0684

DESCRIPTION: Apache ActiveMQ is vulnerable to cross-site scripting, caused by
improper validation of user-supplied input by the createDestination.action 
script. A remote attacker could exploit this vulnerability using 
JMSDestination to inject malicious script into a Web page which would be 
executed in a victim's Web browser within the security context of the hosting
Web site, once the page is viewed. An attacker could use this vulnerability to
steal the victim's cookie-based authentication credentials.

CVSS Base Score: 4.3

CVSS Temporal Score: See 
https://exchange.xforce.ibmcloud.com/vulnerabilities/57397 for the current 
score

CVSS Environmental Score*: Undefined

CVSS Vector: (AV:N/AC:M/Au:N/C:N/I:P/A:N)

Affected Products and Versions

Sterling B2B Integrator 5.1

IBM Sterling B2B Integrator 5.2

Remediation/Fixes

PRODUCT & Version	APAR	Remediation/Fix

Sterling B2B 		IT11695	Apply Generic Interim Fix 
Integrator 5.1			5010004_8 available on IWM

				https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=swg-SterlngLegacyreq

IBM Sterling B2B	IT11695	Apply Fix Pack 5020600 or Generic Interim
Integrator 5.2			Fix 5020500_10 available on Fix Central

				http://www.ibm.com/support/fixcentral/
 
Workarounds and Mitigations

None

Get Notified about Future Security Bulletins

Subscribe to My Notifications to be notified of important product support 
alerts like this.

References

Complete CVSS v2 Guide

On-line Calculator v2

Complete CVSS v3 Guide

On-line Calculator v3

Related information

IBM Secure Engineering Web Portal

IBM Product Security Incident Response Blog

Change History

30 November 2015: Orignal version published

*The CVSS Environment Score is customer environment specific and will 
ultimately impact the Overall CVSS Score. Customers can evaluate the impact of
this vulnerability in their environments by accessing the links in the 
Reference section of this Security Bulletin.

Disclaimer

According to the Forum of Incident Response and Security Teams (FIRST), the 
Common Vulnerability Scoring System (CVSS) is an "industry open standard 
designed to convey vulnerability severity and help to determine urgency and 
priority of response." IBM PROVIDES THE CVSS SCORES "AS IS" WITHOUT WARRANTY 
OF ANY KIND, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE. CUSTOMERS ARE RESPONSIBLE FOR ASSESSING THE IMPACT 
OF ANY ACTUAL OR POTENTIAL SECURITY VULNERABILITY.

- --------------------------END INCLUDED TEXT--------------------

You have received this e-mail bulletin as a result of your organisation's
registration with AusCERT. The mailing list you are subscribed to is
maintained within your organisation, so if you do not wish to continue
receiving these bulletins you should contact your local IT manager. If
you do not know who that is, please send an email to auscert@auscert.org.au
and we will forward your request to the appropriate person.

NOTE: Third Party Rights
This security bulletin is provided as a service to AusCERT's members.  As
AusCERT did not write the document quoted above, AusCERT has had no control
over its content. The decision to follow or act on information or advice
contained in this security bulletin is the responsibility of each user or
organisation, and should be considered in accordance with your organisation's
site policies and procedures. AusCERT takes no responsibility for consequences
which may arise from following or acting on information or advice contained in
this security bulletin.

NOTE: This is only the original release of the security bulletin.  It may
not be updated when updates to the original are made.  If downloading at
a later date, it is recommended that the bulletin is retrieved directly
from the author's website to ensure that the information is still current.

Contact information for the authors of the original document is included
in the Security Bulletin above.  If you have any questions or need further
information, please contact them directly.

Previous advisories and external security bulletins can be retrieved from:

        http://www.auscert.org.au/render.html?cid=1980

===========================================================================
Australian Computer Emergency Response Team
The University of Queensland
Brisbane
Qld 4072

Internet Email: auscert@auscert.org.au
Facsimile:      (07) 3365 7031
Telephone:      (07) 3365 4417 (International: +61 7 3365 4417)
                AusCERT personnel answer during Queensland business hours
                which are GMT+10:00 (AEST).
                On call after hours for member emergencies only.
===========================================================================
-----BEGIN PGP SIGNATURE-----
Comment: http://www.auscert.org.au/render.html?it=1967

iQIVAwUBVl6W+n6ZAP0PgtI9AQLgNQ/+NP4G3UE3DdZxMMJQapd8N3csKg19FkXp
eoswM4xCAGOc1/iyj3qiDNiOldQWdN5ugVpKOlIgZI4Q79XwjurEoyd1LojxN7At
2TPi8AuINf6pUf3omZe+VRsEEUTz75IGqhjIG1OD8h2EHVoXi4Qri6y0Frl7KpUX
gHIxquPcKcv//bK52mshYXX6wKDIeChXcp/Upzg0hC934/1K7fZXLe5tPPZycpoL
EIKzvvTFIGtW4YnmUywX0FKOb5OM4DGd2NOhSnPotCAuCVgRc+EADo1pZQXCoH95
Irrb6o5VGwQGxWsRaPHMoc+EJYVLA1B/xnO4MogxQ9m+35k4BvW2Al68uKuU2+c/
3M1q2v3qBepZOTxClGK2UFj1x/WnjdQWTao7qgvtpkP3fix45LmeGqkHNrYVpmDD
ABgqd2sVJI2BFJn6v6FwiHaYxwp77ymizU5t2PP9AsR60N754DOv9Tn0Q0xkPw+w
EYyjB7lF4bOLm8T6udGA5X71GgzRcq9fnsVMKmlJf9oCKLcE7WQW2MJmgIAPnUd9
Dsfl/eVw3ah0CynOyvNsU7yCI29hiK7m1FO7ip44n+IgpA3M4mLrt2/NYSVFlKFm
GKc/kLoJXXBXFP48yFQ2WexgEcIjEM+7Pngf1jMS9gSg7BMKzN7wvBtwU/ACvWL4
cwXbV87bgFE=
=D69L
-----END PGP SIGNATURE-----