Skip to content

Commit 11c433a

Browse files
committed
Translate 2019-03-05-multiple-vulnerabilities-in-rubygems.md
1 parent 804a889 commit 11c433a

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
---
22
layout: news_post
3-
title: "Multiple vulnerabilities in RubyGems"
3+
title: "RubyGems의 취약점 다수 발견"
44
author: "hsbt"
5-
translator:
5+
translator: "shia"
66
date: 2019-03-05 00:00:00 +0000
77
tags: security
8-
lang: en
8+
lang: ko
99
---
1010

11-
There are multiple vulnerabilities in RubyGems bundled with Ruby.
12-
It is [reported at the official blog of RubyGems](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html).
11+
루비에 포함되어 있는 라이브러리인 RubyGems의 취약점이 다수 발견되었습니다.
12+
[RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)에 보고되었습니다.
1313

14-
## Details
14+
## 세부 내용
1515

16-
The following vulnerabilities have been reported.
16+
아래와 같은 취약점이 보고되었습니다.
1717

18-
* CVE-2019-8320: Delete directory using symlink when decompressing tar
19-
* CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
20-
* CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
21-
* CVE-2019-8323: Escape sequence injection vulnerability in API response handling
22-
* CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
23-
* CVE-2019-8325: Escape sequence injection vulnerability in errors
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: 에러 중 이스케이프 시퀀스 주입 취약점
2424

25-
It is strongly recommended for Ruby users to take one of the following workarounds as soon as possible.
25+
루비 사용자는 가능한 빨리 업그레이드하거나 아래 해결 방법으로 조치하기 바랍니다.
2626

27-
## Affected Versions
27+
## 해당 버전
2828

29-
* Ruby 2.4 series: 2.4.5 and earlier
30-
* Ruby 2.5 series: 2.5.3 and earlier
31-
* Ruby 2.6 series: 2.6.1 and earlier
32-
* prior to trunk revision 67168
29+
* 루비 2.4 버전대: 2.4.5 이하
30+
* 루비 2.5 버전대: 2.5.3 이하
31+
* 루비 2.6 버전대: 2.6.1 이하
32+
* 리비전 67168 이전의 트렁크
3333

34-
## Workarounds
34+
## 해결 방법
3535

36-
RubyGems 2.7.6.2/2.7.9/3.0.3 or later includes the fix for the vulnerabilities, so upgrade RubyGems to the latest version.
36+
RubyGems 2.7.6.2/2.7.9/3.0.3 이나 그 이후의 버전은 취약점에 대한 패치를 포함하고 있으므로, RubyGems를 최신 버전으로 업그레이드해 주세요.
3737

3838
```
3939
gem update --system
4040
```
4141

42-
If you can't upgrade RubyGems, you can apply the following patches as a workaround.
42+
RubyGems를 업그레이드를 할 수 없다면, 차선책으로 다음 패치를 적용할 수 있습니다.
4343

44-
* [for Ruby 2.4.5](https://bugs.ruby-lang.org/attachments/7669)
45-
* [for Ruby 2.5.3](https://bugs.ruby-lang.org/attachments/7670)
46-
* [for Ruby 2.6.1](https://bugs.ruby-lang.org/attachments/7671)
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)
4747

48-
About the trunk, update to the latest revision.
48+
개발버전에 대하여는, 최신 리비전으로 업데이트합니다.
4949

50-
## Credits
50+
## 도움을 준 글
5151

52-
This report is based on [the official blog of RubyGems](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html).
52+
이 보고서는 [RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)를 바탕으로 하여 작성하였습니다.
5353

54-
## History
54+
## 수정 이력
5555

56-
* Originally published at 2019-03-05 00:00:00 UTC
57-
* Link to updated patches at 2019-03-06 05:26:27 UTC
56+
* 2019-03-05 00:00:00 UTC 최초 공개
57+
* 2019-03-06 05:26:27 UTC 패치에 대한 링크 추가

0 commit comments

Comments
 (0)