sprockets 2.0.4
Path Traversal in Sprockets
high severity CVE-2018-3760>= 2.12.5, < 3.0.0
, >= 3.7.2, < 4.0.0
, >= 4.0.0.beta8
Specially crafted requests can be used to access files that exist on the filesystem that is outside an application's root directory, when the Sprockets server is used in production.
All users running an affected release should either upgrade or use one of the work arounds immediately.
Workaround:
In Rails applications, work around this issue, set config.assets.compile = false
and
config.public_file_server.enabled = true
in an initializer and precompile the assets.
This work around will not be possible in all hosting environments and upgrading is advised.
CVE-2014-7819 rubygem-sprockets: arbitrary file existence disclosure
medium severity CVE-2014-7819~> 2.0.5
, ~> 2.1.4
, ~> 2.2.3
, ~> 2.3.3
, ~> 2.4.6
, ~> 2.5.1
, ~> 2.7.1
, ~> 2.8.3
, ~> 2.9.4
, ~> 2.10.2
, ~> 2.11.3
, ~> 2.12.3
, >= 3.0.0.beta.3
Multiple directory traversal vulnerabilities in server.rb in Sprockets before 2.0.5, 2.1.x before 2.1.4, 2.2.x before 2.2.3, 2.3.x before 2.3.3, 2.4.x before 2.4.6, 2.5.x before 2.5.1, 2.6.x and 2.7.x before 2.7.1, 2.8.x before 2.8.3, 2.9.x before 2.9.4, 2.10.x before 2.10.2, 2.11.x before 2.11.3, 2.12.x before 2.12.3, and 3.x before 3.0.0.beta.3, as distributed with Ruby on Rails 3.x and 4.x, allow remote attackers to determine the existence of files outside the application root via a ../ (dot dot slash) sequence with (1) double slashes or (2) URL encoding.
No officially reported memory leakage issues detected.
This gem version does not have any officially reported memory leaked issues.
Author did not declare license for this gem in the gemspec.
This gem version has a MIT license in the source code, however it was not declared in the gemspec file.
This gem version is available.
This gem version has not been yanked and is still available for usage.