Skip to main content
New Participant
January 17, 2018

GraniteSslConnectorFactory AEM 6.3

  • January 17, 2018
  • 4 replies
  • 3439 views

Hi All,

need some info on  com.adobe.granite.jetty.ssl.internal.GraniteSslConnectorFactory??

has any one got this "Bleichenbacher Oracle (ROBOT) Vulnerability ", If yes then how does this effect AEM??

The fix we got is to disable any ciphers that begin with TLS_RSA on all the instances.

I see by default we get four cipher entries starting with TLS_RSA*, disabling it an better idea.

Thanks,

Vikii

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

joerghoh
Employee
February 1, 2018

If it's security related, I would recommend to raise a ticket with Adobe support and let it confirm.

This vulnerability is related to a TLS cipher which is vulnerable. You can enable or disable specifc cipher suites in the OSGI config of Jetty (see the fields "Included cipher suites" and "Excluded cipher suites"). You should be able to disable the affected cipher suite here.

Jörg

New Participant
February 2, 2018

Hi Jorg,

We have disabled  all the cipher sites starting with TLS_RSA*.

I have two questions here.

1, What are this cipher suites?

2, Disabling TLS_RSA*, will this effect anything?

Thanks,

viki

joerghoh
Employee
February 2, 2018

This is not specific for AEM and not even specific for Java, but a very broad concept. Check wikipedia for it[1].

[1] Cipher suite - Wikipedia

kautuk_sahni
Employee
February 1, 2018

Jörg Hoh​ Can you help here?

Kautuk Sahni