Expand my Community achievements bar.

GraniteSslConnectorFactory AEM 6.3

Avatar

Level 5

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

4 Replies

Avatar

Administrator

Jörg Hoh​ Can you help here?



Kautuk Sahni

Avatar

Employee Advisor

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

Avatar

Level 5

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

Avatar

Employee Advisor

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