Skip to content

Commit 32fccca

Browse files
committed
Translate 2021-05-02 news (ko)
1 parent 317d806 commit 32fccca

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

ko/news/_posts/2021-05-02-os-command-injection-in-rdoc.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,43 @@
22
layout: news_post
33
title: "CVE-2021-31799: A command injection vulnerability in RDoc"
44
author: "aycabta"
5-
translator:
5+
translator: "yous"
66
date: 2021-05-02 09:00:00 +0000
77
tags: security
8-
lang: en
8+
lang: ko
99
---
1010

11-
There is a vulnerability about Command Injection in RDoc which is bundled in Ruby.
12-
It is recommended that all Ruby users update RDoc to the latest version that fixes this issue.
11+
Ruby에 포함된 RDoc에 명령 주입 취약점이 있습니다.
12+
문제 해결을 위해 모든 Ruby 사용자는 RDoc을 최신 버전으로 업데이트하시기 바랍니다.
1313

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

16-
The following vulnerability has been reported.
16+
다음 취약점이 보고되었습니다.
1717

1818
* [CVE-2021-31799](https://nvd.nist.gov/vuln/detail/CVE-2021-31799)
1919

20-
RDoc used to call `Kernel#open` to open a local file. If a Ruby project has a file whose name starts with `|` and ends with `tags`, the command following the pipe character is executed. A malicious Ruby project could exploit it to run an arbitrary command execution against a user who attempts to run `rdoc` command.
20+
RDoc은 로컬 파일을 열기 위해 `Kernel#open`을 호출했습니다. Ruby 프로젝트에 `|`로 시작하고 `tags`로 끝나는 이름을 가진 파일이 있다면, 파이프 문자 뒤의 명령이 실행되었습니다. 악의적인 Ruby 프로젝트가 `rdoc` 명령을 실행하려고 하는 사용자에 대해 임의의 명령을 실행할 수 있습니다.
2121

22-
Ruby users whose version of RDoc is affected by this issue should update to the latest version of RDoc.
22+
이 문제에 영향을 받는 RDoc 버전을 사용 중인 Ruby 사용자는 RDoc을 최신 버전으로 업데이트해야 합니다.
2323

24-
## Affected Versions
24+
## 해당 버전
2525

26-
* All releases of RDoc from 3.11 to 6.3.0
26+
* RDoc 3.11 이상 6.3.0 이하
2727

28-
## How to Update
28+
## 업데이트 방법
2929

30-
Run the following command to update RDoc to the latest version (6.3.1 or later) to fix the vulnerability.
30+
취약점 해결을 위해 RDoc을 최신 버전(6.3.1 이상)으로 업데이트하려면 다음 명령을 실행하세요.
3131

3232
```
3333
gem install rdoc
3434
```
3535

36-
If you are using bundler, please add `gem "rdoc", ">= 6.3.1"` to your `Gemfile`.
36+
bundler를 사용한다면 `Gemfile``gem "rdoc", ">= 6.3.1"`을 추가하세요.
3737

38-
## Credits
38+
## 도움을 준 사람
3939

40-
Thanks to [Alexandr Savca](https://hackerone.com/chinarulezzz) for reporting the issue.
40+
이 문제를 보고해 준 [Alexandr Savca](https://hackerone.com/chinarulezzz)에게 감사를 표합니다.
4141

42-
## History
42+
## 수정 이력
4343

44-
* Originally published at 2021-05-02 09:00:00 UTC
44+
* 2021-05-02 09:00:00 UTC 최초 공개

0 commit comments

Comments
 (0)