Skip to content

Commit f867117

Browse files
authored
Translate 2019-03-05-multiple-vulnerabilities-in-rubygems.md (ko) (#2012)
* cp {en,ko}/news/_posts/2019-03-05-multiple-vulnerabilities-in-rubygems.md * Translate 2019-03-05-multiple-vulnerabilities-in-rubygems.md * Apply suggestions from code review Co-Authored-By: riseshia <rise.shia@gmail.com> * Omit some text.
1 parent 9528fa3 commit f867117

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
layout: news_post
3+
title: "RubyGems의 취약점 다수 발견"
4+
author: "hsbt"
5+
translator: "shia"
6+
date: 2019-03-05 00:00:00 +0000
7+
tags: security
8+
lang: ko
9+
---
10+
11+
루비에 포함되어 있는 라이브러리인 RubyGems의 취약점이 다수 발견되었습니다.
12+
[RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)에 보고되었습니다.
13+
14+
## 세부 내용
15+
16+
아래와 같은 취약점이 보고되었습니다.
17+
18+
* CVE-2019-8320: tar 압축 풀기 중 심볼릭 링크를 이용한 폴더 삭제
19+
* CVE-2019-8321: `verbose`에서의 이스케이프 시퀀스 주입 취약점
20+
* CVE-2019-8322: `gem owner`에서의 이스케이프 시퀀스 주입 취약점
21+
* CVE-2019-8323: API 응답 처리 중의 이스케이프 시퀀스 주입 취약점
22+
* CVE-2019-8324: 임의의 코드 실행을 유도할 수 있는 악의적인 젬 설치
23+
* CVE-2019-8325: 에러 중 이스케이프 시퀀스 주입 취약점
24+
25+
루비 사용자는 가능한 빨리 아래 해결 방법으로 조치하기 바랍니다.
26+
27+
## 해당 버전
28+
29+
* 루비 2.4 버전대: 2.4.5 이하
30+
* 루비 2.5 버전대: 2.5.3 이하
31+
* 루비 2.6 버전대: 2.6.1 이하
32+
* 리비전 67168 이전의 트렁크
33+
34+
## 해결 방법
35+
36+
RubyGems 2.7.6.2/2.7.9/3.0.3이나 그 이후의 버전은 취약점에 대한 패치를 포함하고 있으므로, RubyGems를 최신 버전으로 업그레이드해 주세요.
37+
38+
```
39+
gem update --system
40+
```
41+
42+
RubyGems를 업그레이드를 할 수 없다면, 차선책으로 다음 패치를 적용할 수 있습니다.
43+
44+
* [루비 2.4.5](https://bugs.ruby-lang.org/attachments/7669)
45+
* [루비 2.5.3](https://bugs.ruby-lang.org/attachments/7670)
46+
* [루비 2.6.1](https://bugs.ruby-lang.org/attachments/7671)
47+
48+
개발 버전에 대하여는, 최신 리비전으로 업데이트합니다.
49+
50+
## 도움을 준 글
51+
52+
이 보고서는 [RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)를 바탕으로 하여 작성하였습니다.
53+
54+
## 수정 이력
55+
56+
* 2019-03-05 00:00:00 UTC 최초 공개
57+
* 2019-03-06 05:26:27 UTC 패치에 대한 링크 추가

0 commit comments

Comments
 (0)