Skip to main content

Some issues with SSL security and POP3/IMAP

Comments

8 comments

  • cPanelLauren
    Hi @speckados What are you using to test with? Are your settings default? Thanks!
    0
  • speckados
    github.com/drwetter/testssl.sh Example test: ./testssl.sh -t pop3 castris.commail.server.com:110
    I'm using defaults setup on incoming mail server Best regards
    0
  • JIKOmetrix
    Hello, Did you ever figure out how to address the "LUCKY13 (CVE-2013-0169)" issue? I'm seeing this with similar scan on port 21 Pure FTP. - Mike
    0
  • cPanelLauren
    Hi @JIKOmetrix You should be able to see if you have the patch for this in your version of OpenSSL by running the following: [root@cent6 ~]# rpm -q --changelog openssl |grep CVE-2013-0169 - fix for CVE-2013-0169 - SSL/TLS CBC timing attack (#907589)
    You should be able to show the above to your PCI compliance organization as proof it's been patched. This is relevant only for CentOS 6 and my assumption is if you're getting this you're on CentOS 6 as this doesn't appear to affect the OpenSSL version on CentOS 7 servers.
    0
  • JIKOmetrix
    Hello, I'm on CentOS7.6 and OpenSSL 1.0.2k-fips 26 Jan 2017. I performed the command and received no output. [root@host76 ~]# rpm -q --changelog openssl |grep CVE-2013-0169 [root@host76 ~]# Thanks, Mike
    0
  • cPanelLauren
    Hi @JIKOmetrix That's happening because the patch which was implemented in an earlier version of OpenSSL wouldn't be listed as a patch anymore on the newer version. Basically, they don't carry it over in the changelog. This issue doesn't affect CentOS 7 servers based on the newer version of OpenSSL. The version of OpenSSL you're running isn't even listed as an affected version for this CVE which you can see NVD - CVE-2013-0169 What were their recommendations?
    0
  • JIKOmetrix
    Hello, They are accepting what you said. Since it was patched on CentOS7 that works for them. I'll leave this be. Thanks, Mike
    0
  • cPanelLauren
    Hi @JIKOmetrix I'm really happy to hear that! Thanks for the update on it as well.
    0

Please sign in to leave a comment.