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

Vulnerabilities with rack 2.0.3 and rake 0.9.2.2 #97

Closed
rahulbir opened this issue Mar 17, 2021 · 3 comments · Fixed by #101
Closed

Vulnerabilities with rack 2.0.3 and rake 0.9.2.2 #97

rahulbir opened this issue Mar 17, 2021 · 3 comments · Fixed by #101

Comments

@rahulbir
Copy link

Seeing high severity vulnerabilities with rack-proxy-0.6.5.

usr/local/bundle/gems/rack-proxy-0.6.5/Gemfile.lock
107
===================================================
108
Total: 3 (HIGH: 3, CRITICAL: 0)
109

110
+---------+------------------+----------+-------------------+---------------+--------------------------------------+
111
| LIBRARY | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION |                TITLE                 |
112
+---------+------------------+----------+-------------------+---------------+--------------------------------------+
113
| rack    | CVE-2020-8161    | HIGH     | 2.0.3             | 2.1.3         | rubygem-rack: directory              |
114
|         |                  |          |                   |               | traversal in Rack::Directory         |
115
|         |                  |          |                   |               | -->avd.aquasec.com/nvd/cve-2020-8161 |
116
+         +------------------+          +                   +---------------+--------------------------------------+
117
|         | CVE-2020-8184    |          |                   | 2.2.3, 2.1.4  | rubygem-rack: percent-encoded        |
118
|         |                  |          |                   |               | cookies can be used to overwrite     |
119
|         |                  |          |                   |               | existing prefixed cookie names...    |
120
|         |                  |          |                   |               | -->avd.aquasec.com/nvd/cve-2020-8184 |
121
+---------+------------------+          +-------------------+---------------+--------------------------------------+
122
| rake    | CVE-2020-8130    |          | 0.9.2.2           | 12.3.3        | rake: OS Command Injection           |
123
|         |                  |          |                   |               | via egrep in Rake::FileList          |
124
|         |                  |          |                   |               | -->avd.aquasec.com/nvd/cve-2020-8130 |
125
+---------+------------------+----------+-------------------+---------------+--------------------------------------+
@rahulbir
Copy link
Author

Please merge the following PRs

Bump rake from 0.9.2.2 to 13.0.1
Bump rack from 2.0.3 to 2.2.3

@ncr
Copy link
Owner

ncr commented May 28, 2021

I'd need some help fixing broken tests when upgrading to rack 2.2.3.

@andrelaszlo
Copy link
Contributor

andrelaszlo commented Jan 5, 2022

@ncr This seems fixed in 0.7.0? 👍 Close? :)
Edit: Oh, #92 was reverted in d63bb03

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

Successfully merging a pull request may close this issue.

3 participants