Skip to content

Commit b607b52

Browse files
committed
Added CVE numbers to vulnerability list
1 parent 9c4a982 commit b607b52

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

en/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ It is [reported at the official blog of RubyGems](http://blog.rubygems.org/2017/
1515

1616
The following vulnerabilities have been reported.
1717

18-
* a DNS request hijacking vulnerability
19-
* an ANSI escape sequence vulnerability
20-
* a DoS vulnerability in the query command
21-
* a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
18+
* a DNS request hijacking vulnerability. (CVE-2017-0902)
19+
* an ANSI escape sequence vulnerability. (CVE-2017-0899)
20+
* a DoS vulnerability in the query command. (CVE-2017-0900)
21+
* a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. (CVE-2017-0901)
2222

2323
It is strongly recommended for Ruby users to take one of the following workarounds as soon as possible.
2424

ja/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ RubyGems の公式ブログにて[報告されています](http://blog.rubygems
1515

1616
以下の脆弱性が報告されています。
1717

18-
* a DNS request hijacking vulnerability
19-
* an ANSI escape sequence vulnerability
20-
* a DoS vulnerability in the query command
21-
* a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files
18+
* a DNS request hijacking vulnerability. (CVE-2017-0902)
19+
* an ANSI escape sequence vulnerability. (CVE-2017-0899)
20+
* a DoS vulnerability in the query command. (CVE-2017-0900)
21+
* a vulnerability in the gem installer that allowed a malicious gem to overwrite arbitrary files. (CVE-2017-0901)
2222

2323
Ruby ユーザには、以下に示すいずれかの対策を速やかに行うことを強く推奨します。
2424

zh_cn/news/_posts/2017-08-29-multiple-vulnerabilities-in-rubygems.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Ruby 自带的 RubyGems 发现了多个漏洞。RubyGems 官方博客[对此有
1414

1515
发现的漏洞有:
1616

17-
* DNS 请求劫持漏洞
18-
* ANSI 转义序列漏洞
19-
* `query` 命令中的 DoS 漏洞
20-
* gem 安装程序中的一个漏洞,能让恶意 gem 覆盖任意文件
17+
* DNS 请求劫持漏洞 (CVE-2017-0902)
18+
* ANSI 转义序列漏洞 (CVE-2017-0899)
19+
* `query` 命令中的 DoS 漏洞 CVE-2017-0900)
20+
* gem 安装程序中的一个漏洞,能让恶意 gem 覆盖任意文件 (CVE-2017-0901)
2121

2222
强烈建议 Ruby 用户采用下述临时方案规避这些漏洞。
2323

0 commit comments

Comments
 (0)