• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. A

    Resolved SSL It! - ssl_prefer_server_ciphers off

    Oh, this should be fixed in Plesk 18.0.20. It has been released today. Could you try again? The output should be `true`, not `1`.
  2. A

    Resolved SSL It! - ssl_prefer_server_ciphers off

    Could you check the output of the following command? plesk bin server_pref --show | grep ssl-cipher-server-order By default it should be: ssl-cipher-server-order: true If it is `false`, then probably you ran `plesk sbin pci_compliance_resolver --enable` previously. Anyway, this is...
  3. A

    Question Webspaces... a good or bad idea?

    Hello, For security reason (isolation by using different system users) each website (domain with website hosting) should be in it's own webspace/subscription until two websites need to share some local files.
  4. A

    Issue Several Web Presence Builder sites hacked

    Hello, Thank you for the message! To investigate this issue much more information may be needed. Especially logs related to the time of malicious file creation, versions of software installed. Could you contact Plesk support?
  5. A

    Question Plesk Onyx LogJam

    OpenSSL writes this message when cannot write default seeding file: https://www.openssl.org/docs/faq.html#USER2 You can ignore it, because openssl does not need to use default seeding file on Linux, because /dev/urandom is available. So, this is small bug in OpenSSL. We will document and maybe...
  6. A

    Question Plesk Onyx LogJam

    There are actually two problems which people mean by "Logjam": 1. Logjam attack against the TLS protocol. It can be prevented by disabling export cipher suites. They are disabled by default in OpenSSL. Neither Plesk nor default configurations of services managed by Plesk enable export cipher...
  7. A

    Question Possible security issue?

    Actually, SecureLinks (specifically, Symlink Owner Match Protection - that is what we need) works out of the box in CloudLinux 6. Unfortunately, Symlink Owner Match Protection does not work in CloudLinux 7 now. ID of this bug is CLKRN-57. Bug ID will be into kernel release note (follow...
  8. A

    Resolved Maybe a potential security problem in 12.5?

    PHPSESSID is always set as so called "Session cookie", i.e. there is no expiration date assigned to it: Set-Cookie: PHPSESSID=e17d5942de2140ae71d0cdfa827e3c41; path=/; secure; httponly This behaviour does not change in Plesk 12.5. User agent "sessions" are mentioned in RFC 6265: But this...
  9. A

    Question Possible security issue?

    Yes, this is already done in Plesk 17.0. I hope this will be backported to Plesk 12.5 soon. Thank you. "disable_symlinks if_not_owner" is in effect (and is required for security) only when Serve static files directly by nginx is switched on. Otherwise Apache serves static files using...
  10. A

    Question Possible security issue?

    Perl scripts served by apaches's `mod_perl` are executed with apache's rights, so yes, this is insecure in shared hosting environment: it is possible to read/write files accessible to apache system user. Perl support should be switched off in shared hosting environment. However CGI applications...
  11. A

    Question Possible security issue?

    Hello, Sorry for the delay. This is known issue. It was addressed in Plesk 12.0: the option Restrict the ability to follow symbolic links was introduced. But this option is switched off by default, because it breaks some applications. (At that moment some widely used applications, e.g. Drupal...
  12. A

    Resolved SSL issue CVE-2016-2107

    Hello, Could you give the output of the following commands to find out a cause of the problem? rpm -qf `which nginx` nginx -V rpm -qf /usr/lib64/httpd/modules/mod_ssl.so strings /usr/lib64/httpd/modules/mod_ssl.so | grep 'OpenSSL [0-9]' --max-count=1
  13. A

    Resolved fault http_proxy or not impacted?

    I guess Plesk for Windows 12.5, maybe 12.0 will be updated. I do not think Plesk 11.5 will be updated, because this issue is not critical (there are workarounds). Plesk 11 is now in “Extended Support” phase that means that it continue to receive patches only for critical issues...
  14. A

    Resolved fault http_proxy or not impacted?

    Apache (search CVE-2016-5387) is already fixed by all Linux OS vendors: https://access.redhat.com/errata/RHSA-2016:1422 https://access.redhat.com/errata/RHSA-2016:1421 https://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-5387.html...
  15. A

    Question Any tips related to email software and servers with TLS1.0 disabled?

    Hello, This is very interesting question. I would love to find such resource too =). I would be glad if you would continue to share you experience. Windows Live Mail, as well as Outlook, uses Schannel as SSL/TLS backend, so the reconfiguration from the link above should help (I have tested this...
  16. A

    Issue Critical vulnerability in plesk ?, main domain

    So, you use "Apache module" handler type. The documentation says: I advice to switch to "PHP-FPM application" handler type. However, PHP scripts should be executed with apache, not root rights. I hope your apache web server doesn't run as root. Output of `system("id");` which you hasn't shared...
  17. A

    Issue Critical vulnerability in plesk ?, main domain

    PHP handler type is one of the following: http://docs.plesk.com/en-US/12.5/administrator-guide/web-hosting/php-management/php-handler-types.75145/ Could you see your PHP handler type? Also could you run the following PHP script (from a browser) and tell me the output? It prints actual PHP...
  18. A

    Issue Critical vulnerability in plesk ?, main domain

    Hello, What is your PHP handler type (Websites & Domains > example123.com > Hosting Settings > run PHP as)? What is your file permissions of "/root" directory and "/root/somefile" file (output of `ls -ld /root /root/somefile`)?
  19. A

    Issue SHA-256 compatibility issues with plesk

    The certificate you posted looks like the default Plesk certificate. Have you tried the command from my previous post?
  20. A

    Issue SHA-256 compatibility issues with plesk

    This certificate uses SHA-256: # echo '-----BEGIN CERTIFICATE----- > MIIDWzCCAkMCBFdwwL0wDQYJKoZIhvcNAQELBQAwcjELMAkGA1UEBhMCR0IxDjAM > BgNVBAgTBUVzc2V4MQ8wDQYDVQQHEwZJbGZvcmQxDTALBgNVBAoTBHRlc3QxFDAS > BgNVBAMTC2V4YW1wbGUuY29tMR0wGwYJKoZIhvcNAQkBFg5uaXNhbUB0ZXN0LmNv >...
Back
Top