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

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

                               ESB-2013.0343
    Security Bulletin: TADDM uses weak SSL certificates (CVE-2012-5770)
                               7 March 2013

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

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

Product:           IBM Tivoli Application Dependency Discovery Manager
Publisher:         IBM
Operating System:  AIX
                   Linux variants
                   Solaris
                   Windows
Impact/Access:     Cross-site Scripting           -- Remote with User Interaction
                   Provide Misleading Information -- Remote/Unauthenticated      
                   Access Confidential Data       -- Remote/Unauthenticated      
Resolution:        Patch/Upgrade
CVE Names:         CVE-2012-5942 CVE-2012-5939 CVE-2012-5770

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

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

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

Security Bulletin: TADDM uses weak SSL certificates (CVE-2012-5770)

Document information

Tivoli Application Dependency Discovery Manager

Software version:
7.2, 7.2.1

Operating system(s):

AIX, Linux, Solaris, Windows

Reference #:
1626029

Modified date:
2013-03-05

Abstract
IBM Tivoli Application Dependency Discovery Manager SSL certificate uses weak 
MD5 hash algorithm

Content

VULNERABILITY DETAILS: 

DESCRIPTION: 
TADDM uses weak certificates for SSL communication what can lead to man in the 
middle attack. The attacker must have access to traffic between TADDM server 
and its client (GUI or API) to be able to hijack and break the certificate. 
If more powerful hash algorithm is used the certificate is much more difficult 
to break.

CVEID: CVE-2012-5770
CVSS Base Score: 4.3
CVSS Temporal Score: See http://xforce.iss.net/xforce/xfdb/80354 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: 
TADDM 7.2.0.0 through 7.2.1.3

REMEDIATION: 

Fix*			VRMF		APAR	How to acquire fix
7.2.1-TIV-ITADDM-FP0004	7.2.1.X		IV32391	Download from fix central
None			7.2..0.0	None	Upgrade to 7.2.1.4 or work around.

Each customer should generate their own security certificates that would 
uniquely identify the customer. The steps to do that are listed in following 
section. 

Workaround(s): 
The certificates can be generated manually issuing following commands: 

<taddm_dist_dir>/external/<jdk-for-platform>/bin/keytool -delete -alias 
collation -keystore <taddm_dist_dir>/etc/serverkeys -storepass <ssl-password> 

<taddm_dist_dir>external/<jdk-for-platform>/bin/keytool -genkey -alias 
collation -keystore <taddm_dist_dir>/etc/serverkeys -validity 3650 -keyAlg 
RSA -sigalg SHA256WithRSA -keypass <ssl-password> -storepass <ssl-password> 
- -dname "CN=<TADDM_SERVER_FQDN>, OU=Engineering, O=IBM, L=Palo Alto, 
S=California, C=US" 

<taddm_dist_dir>external/<jdk-for-platform>/bin/keytool -export -alias 
collation -noprompt -keystore <taddm_dist_dir>/etc/serverkeys -keypass 
<ssl-password> -storepass <ssl-password> -file <taddm_dist_dir>/cert.tmp 

<taddm_dist_dir>external/<jdk-for-platform>/bin/keytool -delete -alias 
collation -noprompt -keystore <taddm_dist_dir>/etc/jssecacerts.cert 
- -storepass <ssl-password> 

<taddm_dist_dir>external/<jdk-for-platform>/bin/keytool -import -alias 
collation -noprompt -keystore <taddm_dist_dir>/etc/jssecacerts.cert -keypass 
<ssl-password> -storepass <ssl-password> -file <taddm_dist_dir>/cert.tmp 

where: 

<taddm_dist_dir> - the "dist" dir where taddm is installed 
<jdk-for-platform> - jdk dir dedicated for Customer's platform 
<ssl-password> - value of com.collation.sslpassphrase 
<TADDM_SERVER_FQDN> - taddm server fqdn 

NOTE: please backup the existing files before: 

<taddm_dist_dir>/etc/serverkeys 
<taddm_dist_dir>/etc/jssecacerts.cert 

Mitigation(s): 
If possible access to TADDM server should be restricted to certain selected 
machines by using e.g. by using iptables. This way the potential attacker must 
hijack machine allowed to access to conduct MiM attack. 

REFERENCES:
Complete CVSS Guide
On-line Calculator V2
CVE-2012-5770
X-Force Vulnerability Database http://xforce.iss.net/xforce/xfdb/80354

RELATED INFORMATION: 
IBM Secure Engineering Web Portal 
IBM Product Security Incident Response Blog 


ACKNOWLEDGEMENT 
None 

CHANGE HISTORY 
1 March 2013: Original Copy 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 Flash.

Note: 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: TADDM Web UI security vulnerabilities (CVE-2012-5939,
CVE-2012-5942)

Document information
Tivoli Application Dependency Discovery Manager

Software version:
7.2, 7.2.1

Operating system(s):
AIX, Linux, Solaris, Windows

Reference #:
1625935

Modified date:
2013-03-01

Abstract
IBM Tivoli Application Dependency Discovery Manager has security 
vulnerabilities in Web User Interface (Data Management Portal)

Content

VULNERABILITY DETAILS: 

CVEID: CVE-2012-5939

DESCRIPTION: 
IBM Tivoli Application Dependency Discovery Manager is vulnerable to cross-site 
scripting, caused by improper validation of user supplied input by the 
Welcome.do script. A remote authenticated 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: 3.5
CVSS Temporal Score: See http://xforce.iss.net/xforce/xfdb/80494 for the 
current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N)

CVEID: CVE-2012-5942

DESCRIPTION: 
IBM Tivoli Application Dependency Discovery Manager is vulnerable to content 
spoofing, caused by improper validation of user supplied input. A remote attacker 
could exploit this vulnerability to inject malicious content into a Web application 
page, which would appear to be legitimate and could be used to launch various 
attacks against users of the targeted Web application, including phishing, URL 
redirection, and cross-site request forgery.

CVSS Base Score: 3.5
CVSS Temporal Score: See http://xforce.iss.net/xforce/xfdb/80537 for the 
current score
CVSS Environmental Score*: Undefined
CVSS Vector: (AV:N/AC:M/Au:S/C:N/I:P/A:N)

AFFECTED PRODUCTS AND VERSIONS: 
TADDM 7.2.0.0 through 7.2.1.3

REMEDIATION: 

Fix*			VRMF	APAR	How to acquire fix
7.2.1-TIV-ITADDM-FP0004	7.2.1.X	IV32391	Download from fix central
None			7.2.0.0	None	Upgrade to 7.2.1.4

Workaround(s): 
None 

Mitigation(s): 
If possible access to TADDM server should be restricted to certain selected 
machines by using e.g. by using iptables. This way potential attacker must 
hijack machine allowed to access Data Management Portal to attack. 

REFERENCES:
Complete CVSS Guide
On-line Calculator V2
CVE-2012-5942
CVE-2012-5939
X-Force Vulnerability Databasehttp://xforce.iss.net/xforce/xfdb/80494
X-Force Vulnerability Databasehttp://xforce.iss.net/xforce/xfdb/80537

RELATED INFORMATION: 
IBM Secure Engineering Web Portal 


ACKNOWLEDGEMENT 
None 

CHANGE HISTORY 
1 March 2013: Original Copy 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 Flash.

Note: 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

iQIVAwUBUTgqGO4yVqjM2NGpAQLEShAAiTmkAtwOuqJ6+yXpjdyFXLIBYwIrUrPN
jNcvLMLkD6y3UdBjYw2Zx1l+KI7hOmA1WH4Pqor0r+tulhMoqj2xtDj5S9hGlvbu
pmIKuLPknqWrAzE3bRH7c1N9f3oPxTbSD0xopUyNN7+Jpcguwgbwxcvhjpgxczji
sSAJuTjwdqh3ze/8/kl5vajiiVN6/y9UF5C/v/dQHDuwKyxaDZmSY9X4JkKORBVP
OAVuJeJLT0Bpz7cHi6/+KlpbuJLknYzMS88vuTXwT3S6XlqtAck3UAuiiNZG7SWZ
q3U+ZndBeVm/v21DP28e1jCF55eAA9MVc7wec2pPYD1YGy6OFZPSkoLB29buGbMa
Q2R5MlQbdKWjS9KGRZDM0bjjnhbOUMiAfR/58OmzDQMkcVhVyion6ivKABxT0KWx
aJMay0TKwN9CWsWyphbAArM2obIxtXgr//3FFGKdL/NtyJde4/LfcAFbZ5OkmP76
ilbi4h934s7WYjFNgDVgS3KXlM6+tWrKIVmxPTGVb4y+/5UWDkA0GL8sVWGZ1zjp
7K3jQLpnmfCcXzFhJNmu5Z5vQyNvkDmdAGBXTAUf5Vav1PVLZ71rGkOj4Jg3KunA
gtveqlYnHfx+B1JiSsXWyZl3tJSZYl3wzSVDjNX5hJADffgMRR4lnuALcBkJu4MR
F8P6Fpe05I0=
=Xh/2
-----END PGP SIGNATURE-----