Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-12869

Update vulnerable dependencies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.7.1
    • None
    • connect, core

    Description

      Description
      I checked kafka_2.13-2.7.1.tgz distribution with WhiteSource and find out that some libraries have vulnerabilities.
      Here they are:

      • jetty-io-9.4.38.v20210224.jar has CVE-2021-28165 vulnerability. The way to fix it is to upgrade to org.eclipse.jetty:jetty-io:9.4.39 or org.eclipse.jetty:jetty-io:10.0.2 or org.eclipse.jetty:jetty-io:11.0.2
      • jersey-common-2.31.jar has CVE-2021-28168 vulnerability. The way to fix it is to upgrade to org.glassfish.jersey.core:jersey-common:2.34
      • jetty-server-9.4.38.v20210224.jar has CVE-2021-28164 vulnerability. The way to fix it is to upgrade to org.eclipse.jetty:jetty-webapp:9.4.39

      To Reproduce
      Download kafka_2.13-2.7.1.tgz and find jars, listed above.
      Check that these jars with corresponding versions are mentioned in corresponding vulnerability description.

      Expected

      • jetty-io upgraded to 9.4.39 or higher
      • jersey-common upgraded to 2.34 or higher
      • jetty-server upgraded to jetty-webapp:9.4.39 or higher

      Actual

      • jetty-io is 9.4.38
      • jersey-common is 2.31
      • jetty-server is 9.4.38

      Attachments

        Activity

          People

            Unassigned Unassigned
            pavel-sbor Pavel Kuznetsov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: