Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Does anyone know how soon before Firefox is no longer subject to Logjam?

  • 6 个回答
  • 1 人有此问题
  • 13 次查看
  • 最后回复者为 Agent_Vanilla

more options

Just a quickie for the development team. Have several individuals asking me how long before the Logjam vulnerability in Firefox is fixed? Thanks

Just a quickie for the development team. Have several individuals asking me how long before the Logjam vulnerability in Firefox is fixed? Thanks

所有回复 (6)

more options

It will be fixed in either Firefox 38.0.5 (which comes out in two weeks) or 39 (two weeks after that) depending on how quickly Security teams can review the fix.

more options

Temporary workaround is to disable the insecure ciphers as follows:

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste ssl3 and pause while the list is filtered

(3) Double-click the security.ssl3.dhe_rsa_aes_128_sha preference to switch it from true to false (this usually would be the first item on the list)

(4) Double-click the security.ssl3.dhe_rsa_aes_256_sha preference to switch it from true to false (this usually would be the second item on the list)

That's it, you can test on this page: https://www.ssllabs.com/ssltest/viewMyClient.html

more options

Hi, my Firefox version is 35.0.5 but if I check this browser version against https://weakdh.org/, this version is still coming up as vulnerable. Please advise if there is a continued issue with 35.0.5, or if there shouldn't be, what diagnostic information is required to figure out what's going on.

more options

The fix for logjam will be in Firefox 39, coming out in two weeks.

If you'd like to patch Firefox in the meantime, you can install https://addons.mozilla.org/en-US/firefox/addon/disable-dhe (note this add-on won't be necessary after Firefox 39 comes out)

more options

Note that all this extension does is disabling the two involved cipher suites by setting the above mentioned prefs to false.

  • security.ssl3.dhe_rsa_aes_128_sha
  • security.ssl3.dhe_rsa_aes_256_sha

You can easily do this in any Firefox version on the about:config page.


  • Bug 1138554 - NSS accepts export-length DHE keys with regular DHE cipher suites
more options

Thanks, I did the about:config settings change. Appreciate it.