g2-inc.com, SQL Injection, SQLi, CAPEC-66, CWE-86

SQL Injection in g2-inc.com | Vulnerability Crawler Report

Report generated by CloudScan Vulnerability Crawler at Wed Jan 05 07:34:17 CST 2011.



Contents

Loading

1. SQL injection

1.1. http://www.g2-inc.com/benefits [SESS2407fd82b46cf96e2a14476523fa3204 cookie]

1.2. http://www.g2-inc.com/benefits [__utmz cookie]

1.3. http://www.g2-inc.com/blog [has_js cookie]

1.4. http://www.g2-inc.com/contact [__utmz cookie]

1.5. http://www.g2-inc.com/contact [has_js cookie]

2. Cookie scoped to parent domain

2.1. http://www.g2-inc.com/

2.2. http://www.g2-inc.com/benefits

3. Cookie without HttpOnly flag set

3.1. http://www.g2-inc.com/

3.2. http://www.g2-inc.com/benefits

4. Cross-domain Referer leakage

4.1. http://www.g2-inc.com/sites/all/modules/extlink/extlink.js

4.2. http://www.g2-inc.com/swf/g2_flash_banner_load

5. Email addresses disclosed

5.1. http://www.g2-inc.com/

5.2. http://www.g2-inc.com/Netsparker-f134a77c81514aaabf23ac82bf434c5f

5.3. http://www.g2-inc.com/about-g2

5.4. http://www.g2-inc.com/benefits

5.5. http://www.g2-inc.com/benefits'%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000F2)%3C/script%3E

5.6. http://www.g2-inc.com/benefits/%22ns=%22netsparker(0x0000F3)

5.7. http://www.g2-inc.com/benefits/%2522ns%253D%2522netsparker%25280x0000F4%2529)

5.8. http://www.g2-inc.com/blog

5.9. http://www.g2-inc.com/blog/6

5.10. http://www.g2-inc.com/cisco-snmp-injection

5.11. http://www.g2-inc.com/contact

5.12. http://www.g2-inc.com/employment

5.13. http://www.g2-inc.com/escape

5.14. http://www.g2-inc.com/g2.ico

5.15. http://www.g2-inc.com/g2jobtracker/3

5.16. http://www.g2-inc.com/home

5.17. http://www.g2-inc.com/information-defcon-17

5.18. http://www.g2-inc.com/release-carrier-pigeon-suite

5.19. http://www.g2-inc.com/sites/all/modules/extlink/extlink.js

5.20. http://www.g2-inc.com/swf/g2_flash_banner_load

6. Private IP addresses disclosed

7. Credit card numbers disclosed

8. Content type incorrectly stated

8.1. http://www.g2-inc.com/banner.php

8.2. http://www.g2-inc.com/sites/default/files/favicon.ico



1. SQL injection  next
There are 5 instances of this issue:

Issue background

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

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

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:



1.1. http://www.g2-inc.com/benefits [SESS2407fd82b46cf96e2a14476523fa3204 cookie]  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /benefits

Issue detail

The SESS2407fd82b46cf96e2a14476523fa3204 cookie appears to be vulnerable to SQL injection attacks. The payload %00' was submitted in the SESS2407fd82b46cf96e2a14476523fa3204 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 MySQL.

The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) before the characters that are being blocked.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses. NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.

Request

GET /benefits HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/employment
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77%00'; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.4.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:07 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:07 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 10198

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<li>user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1
query: SELECT f.filepath, b.field_url_url FROM `content_type_banner` as b, node
...[SNIP]...

1.2. http://www.g2-inc.com/benefits [__utmz cookie]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /benefits

Issue detail

The __utmz cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the __utmz cookie, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. 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 MySQL.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses. There is probably no need to perform a second URL-decode of the value of the __utmz cookie as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Request 1

GET /benefits HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/employment
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)%2527; has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.4.10.1294193094

Response 1

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:08 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:08 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9747

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<div class="messages error">
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1
query: SELECT f.filepath, b.field_url_url FROM `content_type_banner` as b, node
...[SNIP]...

Request 2

GET /benefits HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/employment
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)%2527%2527; has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.4.10.1294193094

Response 2

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:09 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:09 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9231

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...

1.3. http://www.g2-inc.com/blog [has_js cookie]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /blog

Issue detail

The has_js cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the has_js cookie, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. 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 MySQL.

The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses. There is probably no need to perform a second URL-decode of the value of the has_js cookie as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.

Request 1

GET /blog HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1%2527; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.1.10.1294193094

Response 1

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:08 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:08 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13983

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<div class="messages error">
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1
query: SELECT f.filepath, b.field_url_url FROM `content_type_banner` as b, node
...[SNIP]...

Request 2

GET /blog HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1%2527%2527; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.1.10.1294193094

Response 2

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:09 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:09 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13467

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...

1.4. http://www.g2-inc.com/contact [__utmz cookie]  previous  next

Summary

Severity:   High
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /contact

Issue detail

The __utmz cookie appears to be vulnerable to SQL injection attacks. The payload 20447645'%20or%201%3d1--%20 was submitted in the __utmz 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 MySQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request

GET /contact HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)20447645'%20or%201%3d1--%20; has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.2.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:06 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:06 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9868

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<div class="messages error">
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039;5&#039;&#039;)) group by n.nid ORDER BY Rand() LIMIT 0,1&#039; at line 1
query: SELECT f.fi
...[SNIP]...

1.5. http://www.g2-inc.com/contact [has_js cookie]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /contact

Issue detail

The has_js cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the has_js cookie, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. 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 MySQL.

Remediation detail

The application should handle errors gracefully and prevent SQL error messages from being returned in responses.

Request 1

GET /contact HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1'; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.2.10.1294193094

Response 1

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:07 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:07 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9817

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<div class="messages error">
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at line 1
query: SELECT f.filepath, b.field_url_url FROM `content_type_banner` as b, node
...[SNIP]...

Request 2

GET /contact HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1''; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.2.10.1294193094

Response 2

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:20:08 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:20:08 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9308

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...

2. Cookie scoped to parent domain  previous  next
There are 2 instances of this issue:

Issue background

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.


2.1. http://www.g2-inc.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain: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 / HTTP/1.1
Host: www.g2-inc.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 200 OK
Date: Wed, 05 Jan 2011 02:18:16 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Set-Cookie: SESS2407fd82b46cf96e2a14476523fa3204=trgub71474ettvq2nhnpt1n247; expires=Fri, 28 Jan 2011 05:51:36 GMT; path=/; domain=.g2-inc.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:18:16 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 12052

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...

2.2. http://www.g2-inc.com/benefits  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /benefits

Issue detail

The following cookie was issued by the application and is scoped to a parent of the issuing domain: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

HEAD /benefits 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
Host: www.g2-inc.com
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:24:03 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Set-Cookie: SESS2407fd82b46cf96e2a14476523fa3204=76mho40197rlifef3dvfod38q0; expires=Fri, 28 Jan 2011 05:57:23 GMT; path=/; domain=.g2-inc.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:03 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8


3. Cookie without HttpOnly flag set  previous  next
There are 2 instances of this issue:

Issue background

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

Issue remediation

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

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



3.1. http://www.g2-inc.com/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set: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 / HTTP/1.1
Host: www.g2-inc.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 200 OK
Date: Wed, 05 Jan 2011 02:18:16 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Set-Cookie: SESS2407fd82b46cf96e2a14476523fa3204=trgub71474ettvq2nhnpt1n247; expires=Fri, 28 Jan 2011 05:51:36 GMT; path=/; domain=.g2-inc.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:18:16 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 12052

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...

3.2. http://www.g2-inc.com/benefits  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /benefits

Issue detail

The following cookie was issued by the application and does not have the HttpOnly flag set: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

HEAD /benefits 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
Host: www.g2-inc.com
Accept-Encoding: gzip, deflate
Proxy-Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:24:03 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Set-Cookie: SESS2407fd82b46cf96e2a14476523fa3204=76mho40197rlifef3dvfod38q0; expires=Fri, 28 Jan 2011 05:57:23 GMT; path=/; domain=.g2-inc.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:03 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8


4. Cross-domain Referer leakage  previous  next
There are 2 instances of this issue:

Issue background

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

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

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

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

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

Issue remediation

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


4.1. http://www.g2-inc.com/sites/all/modules/extlink/extlink.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /sites/all/modules/extlink/extlink.js

Issue detail

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

Request

GET /sites/all/modules/extlink/extlink.js?E HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:18:53 GMT
Server: Apache
Last-Modified: Thu, 09 Jul 2009 21:13:47 GMT
ETag: "18127-f6d-54da38c0"
Accept-Ranges: bytes
Content-Length: 3949
Cache-Control: max-age=1209600
Expires: Wed, 19 Jan 2011 02:18:53 GMT
Connection: close
Content-Type: application/x-javascript

function extlinkAttach(context) {
// Strip the host name down, removing subdomains or www.
var host = window.location.host.replace(/^(([^\/]+?\.)*)([^\.]{4,})((\.[a-z]{1,4})*)$/, '$3$4');
var su
...[SNIP]...
</a> Empty tags.
// <a href="http://user:pass@example.com">example</a>
...[SNIP]...

4.2. http://www.g2-inc.com/swf/g2_flash_banner_load  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /swf/g2_flash_banner_load

Issue detail

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

Request

GET /swf/g2_flash_banner_load?sid=g2page&base_path=/ HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 03:10:48 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:48 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" name="g2_flash_banner_load" width="766" height="164" align="middle" id="g2_flash_banner_load">
<param name="allowScriptAccess" value="sameDomain" />
...[SNIP]...

5. Email addresses disclosed  previous  next
There are 20 instances of this issue:

Issue background

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

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

Issue remediation

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


5.1. http://www.g2-inc.com/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /

Issue detail

The following email address was disclosed in the response:

Request

GET / HTTP/1.1
Host: www.g2-inc.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 200 OK
Date: Wed, 05 Jan 2011 02:18:16 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Set-Cookie: SESS2407fd82b46cf96e2a14476523fa3204=trgub71474ettvq2nhnpt1n247; expires=Fri, 28 Jan 2011 05:51:36 GMT; path=/; domain=.g2-inc.com
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:18:16 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 12052

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.2. http://www.g2-inc.com/Netsparker-f134a77c81514aaabf23ac82bf434c5f  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /Netsparker-f134a77c81514aaabf23ac82bf434c5f

Issue detail

The following email address was disclosed in the response:

Request

GET /Netsparker-f134a77c81514aaabf23ac82bf434c5f 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
Host: www.g2-inc.com
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ilk3bu7ela4arlaoe0krcuk6k7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 02:24:04 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:04 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.3. http://www.g2-inc.com/about-g2  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /about-g2

Issue detail

The following email address was disclosed in the response:

Request

GET /about-g2 HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:47 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:47 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 10413

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.4. http://www.g2-inc.com/benefits  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /benefits

Issue detail

The following email address was disclosed in the response:

Request

GET /benefits HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/employment
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.4.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:57 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:57 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9231

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.5. http://www.g2-inc.com/benefits'%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000F2)%3C/script%3E  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /benefits'%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000F2)%3C/script%3E

Issue detail

The following email address was disclosed in the response:

Request

GET /benefits'%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0000F2)%3C/script%3E 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
Host: www.g2-inc.com
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ilk3bu7ela4arlaoe0krcuk6k7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 02:24:19 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:19 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.6. http://www.g2-inc.com/benefits/%22ns=%22netsparker(0x0000F3)  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /benefits/%22ns=%22netsparker(0x0000F3)

Issue detail

The following email address was disclosed in the response:

Request

GET /benefits/%22ns=%22netsparker(0x0000F3) 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
Host: www.g2-inc.com
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ilk3bu7ela4arlaoe0krcuk6k7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 02:24:19 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:19 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.7. http://www.g2-inc.com/benefits/%2522ns%253D%2522netsparker%25280x0000F4%2529)  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /benefits/%2522ns%253D%2522netsparker%25280x0000F4%2529)

Issue detail

The following email address was disclosed in the response:

Request

GET /benefits/%2522ns%253D%2522netsparker%25280x0000F4%2529) 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
Host: www.g2-inc.com
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ilk3bu7ela4arlaoe0krcuk6k7
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 02:24:20 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:24:20 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.8. http://www.g2-inc.com/blog  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /blog

Issue detail

The following email address was disclosed in the response:

Request

GET /blog HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.1.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:55 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:55 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13467

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.9. http://www.g2-inc.com/blog/6  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /blog/6

Issue detail

The following email address was disclosed in the response:

Request

GET /blog/6 HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:50 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:50 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 11505

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.10. http://www.g2-inc.com/cisco-snmp-injection  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /cisco-snmp-injection

Issue detail

The following email address was disclosed in the response:

Request

GET /cisco-snmp-injection HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:53 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:53 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13950

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.11. http://www.g2-inc.com/contact  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /contact

Issue detail

The following email address was disclosed in the response:

Request

GET /contact HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.2.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:53 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:53 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 9308

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.12. http://www.g2-inc.com/employment  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /employment

Issue detail

The following email address was disclosed in the response:

Request

GET /employment HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.3.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:51 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:51 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 10510

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.13. http://www.g2-inc.com/escape  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /escape

Issue detail

The following email address was disclosed in the response:

Request

GET /escape HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:49 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:49 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 17635

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.14. http://www.g2-inc.com/g2.ico  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /g2.ico

Issue detail

The following email address was disclosed in the response:

Request

GET /g2.ico HTTP/1.1
Host: www.g2-inc.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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.7.10.1294193094

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 02:23:28 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:23:28 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.15. http://www.g2-inc.com/g2jobtracker/3  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /g2jobtracker/3

Issue detail

The following email address was disclosed in the response:

Request

GET /g2jobtracker/3 HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:53 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:53 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13536

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.16. http://www.g2-inc.com/home  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /home

Issue detail

The following email address was disclosed in the response:

Request

GET /home HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/contact
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.5.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:50 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:50 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 12045

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.17. http://www.g2-inc.com/information-defcon-17  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /information-defcon-17

Issue detail

The following email address was disclosed in the response:

Request

GET /information-defcon-17 HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:51 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:51 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 11209

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.18. http://www.g2-inc.com/release-carrier-pigeon-suite  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /release-carrier-pigeon-suite

Issue detail

The following email addresses were disclosed in the response:

Request

GET /release-carrier-pigeon-suite HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:51 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:51 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 10867

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:brandon.dixon@g2-inc.com">brandon.dixon@g2-inc.com</a>
...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

5.19. http://www.g2-inc.com/sites/all/modules/extlink/extlink.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /sites/all/modules/extlink/extlink.js

Issue detail

The following email address was disclosed in the response:

Request

GET /sites/all/modules/extlink/extlink.js?E HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:18:53 GMT
Server: Apache
Last-Modified: Thu, 09 Jul 2009 21:13:47 GMT
ETag: "18127-f6d-54da38c0"
Accept-Ranges: bytes
Content-Length: 3949
Cache-Control: max-age=1209600
Expires: Wed, 19 Jan 2011 02:18:53 GMT
Connection: close
Content-Type: application/x-javascript

function extlinkAttach(context) {
// Strip the host name down, removing subdomains or www.
var host = window.location.host.replace(/^(([^\/]+?\.)*)([^\.]{4,})((\.[a-z]{1,4})*)$/, '$3$4');
var su
...[SNIP]...
<a href="http://user:pass@example.com">
...[SNIP]...

5.20. http://www.g2-inc.com/swf/g2_flash_banner_load  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /swf/g2_flash_banner_load

Issue detail

The following email address was disclosed in the response:

Request

GET /swf/g2_flash_banner_load HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 404 Not Found
Date: Wed, 05 Jan 2011 03:10:47 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:47 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 8779

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<a href="mailto:info@g2-inc.com?SUBJECT=G2 Information Request"><span style="color:#0000ee; text-decoration:underline;">info@g2-inc.com</span>
...[SNIP]...

6. Private IP addresses disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /cisco-snmp-injection

Issue detail

The following RFC 1918 IP address was disclosed in the response:

Issue background

RFC 1918 specifies ranges of IP addresses that are reserved for use in private networks and cannot be routed on the public Internet. Although various methods exist by which an attacker can determine the public IP addresses in use by an organisation, the private addresses used internally cannot usually be determined in the same ways.

Discovering the private addresses used within an organisation can help an attacker in carrying out network-layer attacks aiming to penetrate the organisation's internal infrastructure.

Issue remediation

There is not usually any good reason to disclose the internal IP addresses used within an organisation's infrastructure. If these are being returned in service banners or debug messages, then the relevant services should be configured to mask the private addresses. If they are being used to track back-end servers for load balancing purposes, then the addresses should be rewritten with innocuous identifiers from which an attacker cannot infer any useful information about the infrastructure.

Request

GET /cisco-snmp-injection HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:53 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 03:10:53 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Connection: close
Content-Type: text/html; charset=utf-8
Content-Length: 13950

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">

...[SNIP]...
<p>snmpset -v2c -c public1 192.168.0.101 sysName.0 string &quot;jstag alert(&quot;&quot;&quot;xss snmp&quot;&quot;&quot;)/jstag&quot; </p>
...[SNIP]...

7. Credit card numbers disclosed  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.g2-inc.com
Path:   /sites/default/files/G2-jobapp.pdf

Issue detail

The following credit card numbers were disclosed in the response:

Issue background

Responses containing credit card numbers may not represent any security vulnerability - for example, a number may belong to the logged-in user to whom it is displayed. You should verify whether the numbers identified are actually valid credit card numbers and whether their disclosure within the application is appropriate.

Request

GET /sites/default/files/G2-jobapp.pdf HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/employment
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); has_js=1; __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.4.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:18:21 GMT
Server: Apache
Last-Modified: Thu, 09 Jul 2009 21:13:47 GMT
ETag: "1602d-628f8-54da38c0"
Accept-Ranges: bytes
Content-Length: 403704
Cache-Control: max-age=1209600
Expires: Wed, 19 Jan 2011 02:18:21 GMT
Connection: close
Content-Type: application/pdf

%PDF-1.6%....
1023 0 obj<</Linearized 1/L 403704/O 1034/E 160175/N 5/T 383195/H [ 2775 1366]>>endobj
xref
1023 121
0000000016 00000 n
0000004345 00000 n
0000014689 00000 n
00000149
...[SNIP]...
593 540 548 682 636 888 613 603 577 314 330 314 596 500 300 528 598 451 596 528 341 585 586 274 291 542 275 860 586 577 598 595 380 434 367 583 530 759 519 523 469 314 283 314 596 338 555 338 260 555 459 1000 524 524 300 1285 540 270 936 338 577 338 338 260 260 454 454 338 500 1000 300 650 434 270 868 338 469 603 202 268 555 555 555 555 283 561 300 677 378 465 596 322 459 300 356 596 352 347 300 585 542 260 300 300 38
...[SNIP]...
667 556 611 722 667 889 667 611 611 333 278 333 570 500 333 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 500 389 389 278 556 444 667 500 444 389 348 220 348 570 350 500 350 333 500 500 1000 500 500 333 1000 556 333 944 350 611 350 350 333 333 500 500 350 500 1000 333 1000 389 333 722 350 389 611 250 389 500 500 500 500 220 500 333 747 266 500 606 333 747 500 400 549 300 300 333 576 500 250 333 300 3
...[SNIP]...

8. Content type incorrectly stated  previous
There are 2 instances of this issue:

Issue background

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

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

Issue remediation

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


8.1. http://www.g2-inc.com/banner.php  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /banner.php

Issue detail

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

Request

GET /banner.php?sid=1 HTTP/1.1
Host: www.g2-inc.com
Proxy-Connection: keep-alive
Referer: http://www.g2-inc.com/swf/g2_flash_banner_load.swf?sid=g2page&base_path=/
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: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.1.10.1294193094

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 02:19:55 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Expires: Sun, 19 Nov 1978 05:00:00 GMT
Last-Modified: Wed, 05 Jan 2011 02:19:55 GMT
Cache-Control: store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
Content-Length: 115
Connection: close
Content-Type: text/html; charset=utf-8

a=b&banner=sites/default/files/banner_gray_0.jpg&url=http://halosysservices.com/DEVELOPMENT/VERSIONED/g2/&c=d</pre>

8.2. http://www.g2-inc.com/sites/default/files/favicon.ico  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.g2-inc.com
Path:   /sites/default/files/favicon.ico

Issue detail

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

Request

GET /sites/default/files/favicon.ico HTTP/1.1
Host: www.g2-inc.com
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close
Cookie: SESS2407fd82b46cf96e2a14476523fa3204=ab3vtdm1fd75aibvmpn9dccq77; has_js=1; __utmz=12058210.1294193094.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=12058210.183725734.1294193094.1294193094.1294193094.1; __utmc=12058210; __utmb=12058210.6.10.1294193094;

Response

HTTP/1.1 200 OK
Date: Wed, 05 Jan 2011 03:10:32 GMT
Server: Apache
Last-Modified: Thu, 09 Jul 2009 21:13:47 GMT
ETag: "1601e-606-54da38c0"
Accept-Ranges: bytes
Content-Length: 1542
Cache-Control: max-age=1209600
Expires: Wed, 19 Jan 2011 03:10:32 GMT
Connection: close
Content-Type: text/plain; charset=UTF-8

......................(.......&.........................................................................................................................................................................
...[SNIP]...

Report generated by CloudScan Vulnerability Crawler at Wed Jan 05 07:34:17 CST 2011.