Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NT] Borland CaliberRM StarTeam Multicast Service Buffer Overflow Vulner

Subject: [NT] Borland CaliberRM StarTeam Multicast Service Buffer Overflow Vulnerability
Date: 6 Apr 2008 08:18:57 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Borland CaliberRM StarTeam Multicast Service Buffer Overflow Vulnerability
------------------------------------------------------------------------


SUMMARY

 <http://www.borland.com/us/products/caliber/index.html> Borland CaliberRM 
is "an enterprise software requirements management system. It is part of 
Borland's distributed development and deployment solution". Remote 
exploitation of a buffer overflow vulnerability in Borland Software 
Corp.'s CaliberRM enterprise software requirements management system could 
allow attackers to execute arbitrary code with SYSTEM level privileges.

DETAILS

Vulnerable Systems:
 * Borland CaliberRM 2006 (file version 9.0.809.000) - StarTeam Multicast 
Service version 6.4

This vulnerability exists in the StarTeam Multicast Service component 
(STMulticastService). This service is implemented using the HTTP protocol. 
The vulnerable function, PGMWebHandler::parse_request, is shown below.

  .text:003AA15D call PGMWebHandler::parse_request(char const *,uint,char 
*,uint,http_request_info_t &)
  ...
  .text:003AA35E loc_3AA35E:
  .text:003AA35E mov al, [ebx]
  .text:003AA360 cmp al, 0Ah
  .text:003AA362 mov [edx], al ; edx points to the stack, overflowable 
because of the loop
  .text:003AA364 jnz loc_3AA4EF
  ...
  .text:003AA36A mov byte ptr [edx+1], 0
  .text:003AA36E mov al, byte ptr [esp+618h+lbuff]
  .text:003AA372 cmp al, 0Dh
  .text:003AA374 jz loc_3AA509
  ...
  .text:003AA4F0 loc_3AA4F0:
  .text:003AA4F0 mov eax, [esp+618h+count]
  .text:003AA4F4 mov ecx, [esp+618h+req_len]
  .text:003AA4FB inc ebx
  .text:003AA4FC inc eax
  .text:003AA4FD cmp eax, ecx
  .text:003AA4FF mov [esp+618h+count], eax
  .text:003AA503 jl loc_3AA35E ; loop back up

While searching for the standard 0x0a0d that ends HTTP requests, a loop 
copies attacker supplied data byte by byte into a fixed-size stack buffer. 
If a large enough request is sent, the return address, SEH pointers, and 
other stack data is overwritten.

Analysis:
Exploitation allows attackers to execute arbitrary code with SYSTEM level 
privileges. In order to exploit this vulnerability an attacker would have 
to send malicious data to the STMulticastService service listening on TCP 
port 3057.

The StarTeam Multicast service is not installed by default with CaliberRM 
2006. The user must enable MPX Events and the StarTeam Message Broker 
option during the installation process.

Workaround:
In order to prevent exploitation of this vulnerability, administrators can 
disable the Multicast Service monitoring port. For more information 
consult Borland's Knowledge Base at the following URL:  
<http://support.borland.com/kbshow.php?q=29083> 
http://support.borland.com/kbshow.php?q=29083

Vendor response:
Borland Software Corp. has not responded to repeated inquiries regarding 
this vulnerability. iDefense Labs confirmed that the current version 
(Borland CaliberRM 2008) still contains the vulnerable code. However, the 
monitoring port appears to be disabled in a default installation.

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0311> 
CVE-2008-0311

Disclosure timeline:
03/20/2007 - Initial vendor notification
03/20/2007 - Initial vendor response
08/06/2007 - Second vendor notification
11/02/2007 - Third vendor notification
04/02/2008 - Public disclosure


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:idlabs-advisories@idefense.com> iDefense Labs Security Advisories.
The original article can be found at:  
<http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=675> 
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=675



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


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


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

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NT] Borland CaliberRM StarTeam Multicast Service Buffer Overflow Vulnerability, SecuriTeam <=