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] Multiple Vulnerabilities in RealArcade (Integer Overflow, Files Del

Subject: [NT] Multiple Vulnerabilities in RealArcade (Integer Overflow, Files Deletion)
Date: 22 Feb 2005 15:10:18 +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 

- - - - - - - - -



  Multiple Vulnerabilities in RealArcade (Integer Overflow, Files Deletion)
------------------------------------------------------------------------


SUMMARY

 <http://www.realarcade.com/> RealArcade is a software/portal developed by 
RealNetworks for downloading and buying arcade games.

RealArcade contains two security vulnerabilities, one is an integer 
overflow and the other is a file deletion vulnerabilit.

DETAILS

Vulnerable Systems:
 * RealArcade version 1.2.0.994 and prior

Integer Overflow
The vulnerability lies in the handling of RGS files. Each RGS file is 
defined using an integer of a 32 bits that specifies the length of a GUID 
string and a name of a game to install.

When the user launches a RGS file he can choose if to continue installing 
or not.
The vulnerability allows to overwrite the return address of the vulnerable 
function which in turn can be used by an attacker to execute malicious 
code.

Arbitrary File Deletion
The mechanism of the RGP files allows an attacker to also delete any file 
on the victim's disk by simply using the content of RGP file containing a  
tag followed by a filename with a directory traversal path.

Example:
..
 <GAMEID>950258D1-7ABD-4afc-8886-449B98CE8224</GAMEID>
 <VERSION>1.0 Demo RGI</VERSION>
 <TYPE>demo</TYPE>
 <GENRE>Puzzle and Board</GENRE>

 <!-- now we exploit the directory traversal bug -->

 <FILENAME>../../windows/calc.exe</FILENAME>
..

The problem is caused by the fact that RealArcade will truncate the file  
(if it is present) to a 0 bytes size before it tries to write to it.

It appears that older versions could have been exploited using backslashes 
while recent  versions can be only exploited using forward slashes.


ADDITIONAL INFORMATION

The information has been provided by  <mailto:aluigi@autistici.org> Luigi 
Auriemma.



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


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] Multiple Vulnerabilities in RealArcade (Integer Overflow, Files Deletion), SecuriTeam <=