Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-99216

RCE (Remote Code Execution) org.apache.tomcat:tomcat-catalina Dependency in Confluence Data Center and Server

    • Icon: Public Security Vulnerability Public Security Vulnerability
    • Resolution: Fixed
    • Icon: Highest Highest
    • 9.2.1, 8.5.19, 9.3.1
    • 6.10.0, 7.19.0, 7.20.0, 8.0.0, 8.1.0, 8.2.0, 8.3.0, 8.4.0, 8.5.0, 8.6.0, 8.8.0, 8.7.1, 8.9.0, 9.1.0, 9.0.1, 9.2.0
    • None
    • 9.8
    • Critical
    • CVE-2024-56337
    • Atlassian (Internal)
    • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    • RCE (Remote Code Execution)
    • Confluence Data Center, Confluence Server

      This Critical severity org.apache.tomcat:tomcat-catalina Dependency vulnerability was introduced in version 6.10 of Confluence Data Center and Server.

      This org.apache.tomcat:tomcat-catalina Dependency vulnerability, with a CVSS Score of 9.8 and a CVSS Vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H allows an unauthenticated attacker to expose assets in your environment susceptible to exploitation which has high impact to confidentiality, high impact to integrity, high impact to availability, and requires no user interaction.

      Atlassian recommends that Confluence Data Center and Server customers upgrade to latest version, if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:

      • Confluence Data Center and Server 8.5: Upgrade to a release greater than or equal to 8.5.19
      • Confluence Data Center and Server 9.2: Upgrade to a release greater than or equal to 9.2.1

      See the release notes (https://confluence.atlassian.com/doc/confluence-release-notes-327.html). You can download the latest version of Confluence Data Center and Server from the download center (https://www.atlassian.com/software/confluence/download-archives).

      The National Vulnerability Database provides the following description for this vulnerability: Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat.

      This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.0.97.

      The mitigation for CVE-2024-50379 was incomplete.

      Users running Tomcat on a case insensitive file system with the default servlet write enabled (readonly initialisation
      parameter set to the non-default value of false) may need additional configuration to fully mitigate CVE-2024-50379 depending on which version of Java they are using with Tomcat:

      • running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)
      • running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)
      • running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)

      Tomcat 11.0.3, 10.1.35 and 9.0.99 onwards will include checks that sun.io.useCanonCaches is set appropriately before allowing the default servlet to be write enabled on a case insensitive file system. Tomcat will also set sun.io.useCanonCaches to false by default where it can.

            [CONFSERVER-99216] RCE (Remote Code Execution) org.apache.tomcat:tomcat-catalina Dependency in Confluence Data Center and Server

            Richard Atkins made changes -
            Fix Version/s New: 9.3.1 [ 110904 ]

            Hi. According to what we have read, this bug may not affect Linux. Is this true?

            Ismael Alba Gallego added a comment - Hi. According to what we have read, this bug may not affect Linux. Is this true?

            Andy Holt added a comment -

            Hi @Atlassian please could we have an update?

            Andy Holt added a comment - Hi @Atlassian please could we have an update?

            Andy Holt added a comment -

            Please could someone from Atlassian confirm that this does not affect Confluence when running on Linux i.e. on a case sensitive filesystem ?

            Andy Holt added a comment - Please could someone from Atlassian confirm that this does not affect Confluence when running on Linux i.e. on a case sensitive filesystem ?
            David Detweiler made changes -
            Resolution New: Fixed [ 1 ]
            Security Original: Atlassian Staff [ 10750 ]
            Status Original: Draft [ 12872 ] New: Published [ 12873 ]
            Sagar Deshmukh made changes -
            Description Original: This Critical severity org.apache.tomcat:tomcat-catalina Dependency vulnerability was introduced in versions 8.5.0 and 9.2.0 of Confluence Data Center and Server.

            This org.apache.tomcat:tomcat-catalina Dependency vulnerability, with a CVSS Score of 9.8 and a CVSS Vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H allows an unauthenticated attacker to expose assets in your environment susceptible to exploitation which has high impact to confidentiality, high impact to integrity, high impact to availability, and requires no user interaction.

            Atlassian recommends that Confluence Data Center and Server customers upgrade to latest version, if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:

            * Confluence Data Center and Server 8.5: Upgrade to a release greater than or equal to 8.5.19

            * Confluence Data Center and Server 9.2: Upgrade to a release greater than or equal to 9.2.1



            See the release notes (https://confluence.atlassian.com/doc/confluence-release-notes-327.html). You can download the latest version of Confluence Data Center and Server from the download center (https://www.atlassian.com/software/confluence/download-archives).

            The National Vulnerability Database provides the following description for this vulnerability: Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat.

            This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.0.97.

            The mitigation for CVE-2024-50379 was incomplete.

            Users running Tomcat on a case insensitive file system with the default servlet write enabled (readonly initialisation
            parameter set to the non-default value of false) may need additional configuration to fully mitigate CVE-2024-50379 depending on which version of Java they are using with Tomcat:
            - running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)
            - running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)
            - running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)

            Tomcat 11.0.3, 10.1.35 and 9.0.99 onwards will include checks that sun.io.useCanonCaches is set appropriately before allowing the default servlet to be write enabled on a case insensitive file system. Tomcat will also set sun.io.useCanonCaches to false by default where it can.

            New: This Critical severity org.apache.tomcat:tomcat-catalina Dependency vulnerability was introduced in version 6.10 of Confluence Data Center and Server.

            This org.apache.tomcat:tomcat-catalina Dependency vulnerability, with a CVSS Score of 9.8 and a CVSS Vector of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H allows an unauthenticated attacker to expose assets in your environment susceptible to exploitation which has high impact to confidentiality, high impact to integrity, high impact to availability, and requires no user interaction.

            Atlassian recommends that Confluence Data Center and Server customers upgrade to latest version, if you are unable to do so, upgrade your instance to one of the specified supported fixed versions:
             * Confluence Data Center and Server 8.5: Upgrade to a release greater than or equal to 8.5.19

             * Confluence Data Center and Server 9.2: Upgrade to a release greater than or equal to 9.2.1

            See the release notes ([https://confluence.atlassian.com/doc/confluence-release-notes-327.html]). You can download the latest version of Confluence Data Center and Server from the download center ([https://www.atlassian.com/software/confluence/download-archives]).

            The National Vulnerability Database provides the following description for this vulnerability: Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat.

            This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.0.97.

            The mitigation for CVE-2024-50379 was incomplete.

            Users running Tomcat on a case insensitive file system with the default servlet write enabled (readonly initialisation
            parameter set to the non-default value of false) may need additional configuration to fully mitigate CVE-2024-50379 depending on which version of Java they are using with Tomcat:
             - running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)
             - running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)
             - running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)

            Tomcat 11.0.3, 10.1.35 and 9.0.99 onwards will include checks that sun.io.useCanonCaches is set appropriately before allowing the default servlet to be write enabled on a case insensitive file system. Tomcat will also set sun.io.useCanonCaches to false by default where it can.
            Sagar Deshmukh made changes -
            Affects Version/s Original: 8.5.18 [ 110396 ]
            Affects Version/s Original: 8.5.17 [ 109896 ]
            Affects Version/s Original: 8.5.16 [ 109208 ]
            Affects Version/s Original: 8.5.15 [ 108955 ]
            Affects Version/s Original: 8.5.14 [ 108954 ]
            Affects Version/s Original: 8.5.11 [ 108690 ]
            Affects Version/s Original: 8.5.12 [ 108614 ]
            Affects Version/s Original: 8.5.10 [ 108123 ]
            Affects Version/s Original: 8.5.9 [ 107992 ]
            Affects Version/s Original: 8.5.8 [ 107601 ]
            Affects Version/s Original: 8.5.7 [ 106839 ]
            Affects Version/s Original: 8.5.6 [ 106813 ]
            Affects Version/s Original: 8.5.5 [ 106525 ]
            Affects Version/s Original: 8.5.4 [ 106320 ]
            Affects Version/s Original: 8.5.3 [ 106307 ]
            Affects Version/s Original: 8.5.2 [ 105943 ]
            Affects Version/s Original: 8.5.1 [ 105740 ]
            Affects Version/s New: 6.10.0 [ 79799 ]
            Affects Version/s New: 7.19.0 [ 101690 ]
            Affects Version/s New: 7.20.0 [ 101390 ]
            Affects Version/s New: 8.0.0 [ 101718 ]
            Affects Version/s New: 8.1.0 [ 104097 ]
            Affects Version/s New: 8.2.0 [ 104098 ]
            Affects Version/s New: 8.3.0 [ 104099 ]
            Affects Version/s New: 8.4.0 [ 104100 ]
            Affects Version/s New: 8.6.0 [ 105418 ]
            Affects Version/s New: 8.8.0 [ 106508 ]
            Affects Version/s New: 8.7.1 [ 106517 ]
            Affects Version/s New: 8.9.0 [ 107007 ]
            Affects Version/s New: 9.1.0 [ 108795 ]
            Affects Version/s New: 9.0.1 [ 108911 ]
            David Detweiler made changes -
            Vulnerability Classes Original: Patch Management [ 18158 ] New: RCE (Remote Code Execution) [ 18143 ]
            David Detweiler made changes -
            Summary Original: org.apache.tomcat:tomcat-catalina Dependency in Confluence Data Center and Server New: RCE (Remote Code Execution) org.apache.tomcat:tomcat-catalina Dependency in Confluence Data Center and Server
            Security Metrics Bot made changes -
            Labels Original: security New: advisory advisory-to-release dont-import security

              Unassigned Unassigned
              security-metrics-bot Security Metrics Bot
              Votes:
              0 Vote for this issue
              Watchers:
              15 Start watching this issue

                Created:
                Updated:
                Resolved: