-
Notifications
You must be signed in to change notification settings - Fork 631
Security announcement #1761
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
Security announcement #1761
Conversation
@@ -0,0 +1,36 @@ | |||
--- | |||
layout: news_post | |||
title: "CVE-2018-8779: Unintentional directory traversal by poisoned NUL byte in Dir" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--- | ||
|
||
There is an unintentional directory traversal in some methods in `Dir`. | ||
This vulnerability has been assigned the CVE identifier [CVE-2018-8779](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8779). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/8779/8780/
@@ -0,0 +1,39 @@ | |||
--- | |||
layout: news_post | |||
title: "CVE-2018-8780: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/8780/8779/
|
||
There is a unintentional socket creation vulnerability in `UNIXServer.open` method of socket library bundled with Ruby. | ||
And there is also a unintentional socket access vulnerability in `UNIXSocket.open` method. | ||
This vulnerability has been assigned the CVE identifier [CVE-2018-8780](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8780). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/8780/8779/
fix CVE number 8779 <-> 8780.
This reverts commit fcc7e7e.
* Ruby 2.2 series: 2.2.9 and earlier | ||
* Ruby 2.3 series: 2.3.6 and earlier | ||
* Ruby 2.4 series: 2.4.3 and earlier | ||
* Ruby 2.5 series: 2.5.0 and earlier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@unak Is this and earlier
intentional?
It is not match with japanese one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I didn't take care of the nuance.
Of course, Ruby 2.5 series had only one release 2.5.0, so we don't have to mention about "earlier".
But, about thinking preview versions, "earlier" might have some meaning.
Conclusion: you can choose to say or not to say "earlier" as you like :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your reply :)
Please do not publish before merging release announcement.