Directory Traversal Affecting ruby2.3 package, versions <2.3.3-1+deb9u6


0.0
high

Snyk CVSS

    Attack Complexity High
    Integrity High
    Availability High

    Threat Intelligence

    EPSS 0.49% (76th percentile)
Expand this section
NVD
7.4 high
Expand this section
SUSE
7.4 high
Expand this section
Red Hat
7.4 high

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-DEBIAN9-RUBY23-341480
  • published 27 Mar 2019
  • disclosed 6 Jun 2019

How to fix?

Upgrade Debian:9 ruby2.3 to version 2.3.3-1+deb9u6 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream ruby2.3 package and not the ruby2.3 package as distributed by Debian. See How to fix? for Debian:9 relevant fixed versions and status.

A Directory Traversal issue was discovered in RubyGems 2.7.6 and later through 3.0.2. Before making new directories or touching files (which now include path-checking code for symlinks), it would delete the target destination. If that destination was hidden behind a symlink, a malicious gem could delete arbitrary files on the user's machine, presuming the attacker could guess at paths. Given how frequently gem is run as sudo, and how predictable paths are on modern systems (/tmp, /usr, etc.), this could likely lead to data loss or an unusable system.