-
Notifications
You must be signed in to change notification settings - Fork 631
Translate 2019-03-05-multiple-vulnerabilities-in-rubygems.md (ko) #2012
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
ko/news/_posts/2019-03-05-multiple-vulnerabilities-in-rubygems.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
layout: news_post | ||
title: "RubyGems의 취약점 다수 발견" | ||
author: "hsbt" | ||
translator: "shia" | ||
date: 2019-03-05 00:00:00 +0000 | ||
tags: security | ||
lang: ko | ||
--- | ||
|
||
루비에 포함되어 있는 라이브러리인 RubyGems의 취약점이 다수 발견되었습니다. | ||
[RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)에 보고되었습니다. | ||
|
||
## 세부 내용 | ||
|
||
아래와 같은 취약점이 보고되었습니다. | ||
|
||
* CVE-2019-8320: tar 압축 풀기 중 심볼릭 링크를 이용한 폴더 삭제 | ||
* CVE-2019-8321: `verbose`에서의 이스케이프 시퀀스 주입 취약점 | ||
* CVE-2019-8322: `gem owner`에서의 이스케이프 시퀀스 주입 취약점 | ||
* CVE-2019-8323: API 응답 처리 중의 이스케이프 시퀀스 주입 취약점 | ||
* CVE-2019-8324: 임의의 코드 실행을 유도할 수 있는 악의있는 젬 설치 | ||
* CVE-2019-8325: 에러 중 이스케이프 시퀀스 주입 취약점 | ||
|
||
루비 사용자는 가능한 빨리 업그레이드하거나 아래 해결 방법으로 조치하기 바랍니다. | ||
yous marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## 해당 버전 | ||
|
||
* 루비 2.4 버전대: 2.4.5 이하 | ||
* 루비 2.5 버전대: 2.5.3 이하 | ||
* 루비 2.6 버전대: 2.6.1 이하 | ||
* 리비전 67168 이전의 트렁크 | ||
|
||
## 해결 방법 | ||
|
||
RubyGems 2.7.6.2/2.7.9/3.0.3 이나 그 이후의 버전은 취약점에 대한 패치를 포함하고 있으므로, RubyGems를 최신 버전으로 업그레이드해 주세요. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
riseshia marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
``` | ||
gem update --system | ||
``` | ||
|
||
RubyGems를 업그레이드를 할 수 없다면, 차선책으로 다음 패치를 적용할 수 있습니다. | ||
|
||
* [루비 2.4.5](https://bugs.ruby-lang.org/attachments/7669) | ||
* [루비 2.5.3](https://bugs.ruby-lang.org/attachments/7670) | ||
* [루비 2.6.1](https://bugs.ruby-lang.org/attachments/7671) | ||
|
||
개발버전에 대하여는, 최신 리비전으로 업데이트합니다. | ||
riseshia marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## 도움을 준 글 | ||
|
||
이 보고서는 [RubyGems 공식 블로그](http://blog.rubygems.org/2019/03/05/security-advisories-2019-03.html)를 바탕으로 하여 작성하였습니다. | ||
|
||
## 수정 이력 | ||
|
||
* 2019-03-05 00:00:00 UTC 최초 공개 | ||
* 2019-03-06 05:26:27 UTC 패치에 대한 링크 추가 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.