File tree Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Expand file tree Collapse file tree 1 file changed +59
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : news_post
3
+ title : " RubyGems의 취약점 다수 발견"
4
+ author : " usa"
5
+ translator : " wagurano"
6
+ date : 2017-08-29 12:00:00 +0000
7
+ tags : security
8
+ lang : ko
9
+ ---
10
+
11
+ 루비 부가 라이브러리인 RubyGems의 취약점 다수가 발견되었습니다.
12
+ [ RubyGems 공식 블로그] ( http://blog.rubygems.org/2017/08/27/2.6.13-released.html ) 에 보고되었습니다.
13
+
14
+ ## 세부 내용
15
+
16
+ 아래와 같은 취약점이 보고되었습니다.
17
+
18
+ * DNS 요청 하이재킹 취약점. (CVE-2017 -0902)
19
+ * ANSI 이스케이프 시퀀스 취약점. (CVE-2017 -0899)
20
+ * 질의 명령의 DoS 취약점. (CVE-2017 -0900)
21
+ * 악성 젬이 임의의 파일을 덮어 써도 루비 인스톨러가 허용하는 취약점. (CVE-2017 -0901)
22
+
23
+ 루비 사용자는 가능한 빨리 아래 해결 방법으로 조치하기 바랍니다.
24
+
25
+ ## 해당 버전
26
+
27
+ * 루비 2.2 버전대: 2.2.7 이하
28
+ * 루비 2.3 버전대: 2.3.4 이하
29
+ * 루비 2.4 버전대: 2.4.1 이하
30
+ * 리비전 59672 이전의 트렁크
31
+
32
+ ## 해결 방법
33
+
34
+ 업데이트된 RubyGems 버전을 사용하는 루비 릴리스 버전은 없지만,
35
+ RubyGems를 최신 버전으로 업그레이드할 수 있습니다.
36
+ RubyGems 2.6.13 이후 버전은 취약점을 보완하였습니다.
37
+
38
+ ```
39
+ gem update --system
40
+ ```
41
+
42
+ RubyGems를 업그레이드를 할 수 없다면, 차선책으로 다음 패치를 적용할 수 있습니다.
43
+
44
+ * [ 루비 2.2.7] ( https://bugs.ruby-lang.org/attachments/download/6690/rubygems-2613-ruby22.patch )
45
+ * [ 루비 2.3.4] ( https://bugs.ruby-lang.org/attachments/download/6691/rubygems-2613-ruby23.patch )
46
+ * 루비 2.4.1: 패치 2개 필요. 아래 순서대로 적용:
47
+ 1 . [ RubyGems 2.6.11에서 2.6.12로 패치] ( https://bugs.ruby-lang.org/attachments/download/6692/rubygems-2612-ruby24.patch )
48
+ 2 . [ RubyGems 2.6.12에서 2.6.13으로 패치] ( https://bugs.ruby-lang.org/attachments/download/6693/rubygems-2613-ruby24.patch )
49
+
50
+ 개발버전에 대하여는, 최신 리비전으로 업데이트합니다.
51
+
52
+ ## 도움을 준 글
53
+
54
+ 이 보고서는 [ RubyGems 공식 블로그] ( http://blog.rubygems.org/2017/08/27/2.6.13-released.html ) 를 바탕으로 하여 작성하였습니다.
55
+
56
+ ## 수정 이력
57
+
58
+ * 2017-08-29 21:00:00 (KST) 최초 공개
59
+ * 2017-08-31 11:00:00 (KST) CVE 번호 추가
You can’t perform that action at this time.
0 commit comments