Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade openssl to 1.0.1g? CVE-2014-0160/heartbleed #2763

Closed
kule opened this issue Apr 8, 2014 · 7 comments
Closed

Upgrade openssl to 1.0.1g? CVE-2014-0160/heartbleed #2763

kule opened this issue Apr 8, 2014 · 7 comments
Milestone

Comments

@kule
Copy link

kule commented Apr 8, 2014

Whilst doing the rounds updating openssl I noticed my rvm ruby is still using 1.0.1f - which according to http://heartbleed.com/ is vulnerable.

Apparently it's not really a client issue however I assume it's worth updating the rvm openssl version?

Is it just a case of updating .rvm/config/db to use:

openssl_version=1.0.1g

?

@mpapis
Copy link
Member

mpapis commented Apr 8, 2014

the db for start, but also binary rubies for OSX need updating - but this will be done as part of #2753

@kule
Copy link
Author

kule commented Apr 8, 2014

Ok cool, thanks @mpapis. Thought you'd probably have this covered already just thought it best to put it in the list just in case :)

@jonah-williams
Copy link

Apparently it's not really a client issue...

As I understand it heartbleed is absolutely a client concern. A vulnerable client can be manipulated to dump memory contents to a malicious server it connects to. That is perhaps slightly harder to exploit but the memory contents of your local machine may still not be something you want to distribute far and wide.

When it is exploited it leads to the leak of memory contents from the server to the client and from the client to the server.
heartbleed.com

Thanks for starting this issue already. Is there a good manual process for forcing an update I can point RVM users at while waiting for those binaries to be updated? (Apologies for not being prepared to offer one myself, it's been a while since I used RVM.)

@mpapis
Copy link
Member

mpapis commented Apr 9, 2014

rvm reinstall ruby-version --disable-binary

@jonah-williams
Copy link

@mpapis thank you!

@mpapis mpapis closed this as completed in 414423b Apr 9, 2014
mpapis added a commit to sm/sm-libraries that referenced this issue Apr 9, 2014
@mpapis mpapis added this to the rvm 1.25 milestone Apr 9, 2014
@reedloden
Copy link
Contributor

Is this going to be tagged and landed on the stable branch soon?

@mpapis
Copy link
Member

mpapis commented Apr 14, 2014

soon, I need to add extra check to ensure the latest versions are used (during rvm update and on ruby installation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants