Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-3400

Upgrade commons-io to 2.11.0

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.9.0
    • 1.10.0
    • Node
    • None

    Description

      flume-ng-core-1.9.0 、flume-parent requires the commons-io component, and the required version is as follows:

      <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
          <version>2.1</version>
      </dependency>

      I think we should upgrade commons-io to its latest version: 2.8.0. The reasons are as follows:
      The CVE-2021-29425 vulnerability exists in commons-io-2.1: 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. For details see:https://nvd.nist.gov/vuln/detail/CVE-2021-29425#vulnCurrentDescriptionTitle

      Attachments

        Issue Links

          Activity

            People

              rgoers Ralph Goers
              zhy-brian-online zhou yong
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: