Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7910

Bumps commons-io from 2.4 to 2.7

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.18.0
    • 1.19.0
    • None
    • None

    Description

      This fix addresses CVE-2021-29425.

      In Apache Commons IO before 2.7, When invoking the method FileNameUtils.normalize with an improper input string, like "//../foo", or "\..\foo", the result would be the same value, thus possibly providing access to files in the parent directory, but not further above (thus "limited" path traversal), if the calling code would use the result to construct a path value.

      Simple solution is to update the library.

      Attachments

        Activity

          People

            cgivre Charles Givre
            cgivre Charles Givre
            Cong Luo Cong Luo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: