Skip to content
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

CVE-2020-8130 in rake #75

Open
andriisoldatenko opened this issue Mar 17, 2020 · 2 comments
Open

CVE-2020-8130 in rake #75

andriisoldatenko opened this issue Mar 17, 2020 · 2 comments

Comments

@andriisoldatenko
Copy link

andriisoldatenko commented Mar 17, 2020

is it possible to upgrade rake version?

tl;dr if you run trivy security scanner you can see:

var/lib/gems/2.5.0/gems/fluent-plugin-detect-exceptions-0.0.13/Gemfile.lock
===========================================================================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 1)
+---------+------------------+----------+-------------------+---------------+------------------------------+
| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION |            TITLE             |
+---------+------------------+----------+-------------------+---------------+------------------------------+
| rake    | CVE-2020-8130    | CRITICAL | 10.5.0            | >= 12.3.3     | OS Command Injection in Rake |
+---------+------------------+----------+-------------------+---------------+------------------------------+

https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions/blob/master/fluent-plugin-detect-exceptions.gemspec#L25

@davidbtucker davidbtucker self-assigned this Apr 5, 2020
@yvespp
Copy link

yvespp commented May 14, 2020

Now there are two issues:

usr/lib/ruby/gems/2.5.0/gems/fluent-plugin-detect-exceptions-0.0.13/Gemfile.lock
================================================================================
Total: 2 (UNKNOWN: 0, LOW: 1, MEDIUM: 0, HIGH: 0, CRITICAL: 1)

+---------+------------------+----------+-------------------+---------------+--------------------------------+
| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION |             TITLE              |
+---------+------------------+----------+-------------------+---------------+--------------------------------+
| rake    | CVE-2020-8130    | CRITICAL | 10.5.0            | >= 12.3.3     | rake: OS Command Injection via |
|         |                  |          |                   |               | egrep in Rake::FileList        |
+---------+------------------+----------+-------------------+---------------+--------------------------------+
| rubocop | CVE-2017-8418    | LOW      | 0.42.0            | >= 0.49.0     | RuboCop: insecure use of /tmp  |
|         |                  |          |                   |               |                                |
+---------+------------------+----------+-------------------+---------------+--------------------------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants