{
  "document": {
    "aggregate_severity": {
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "TuxCare License Agreement",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Cloud Linux Inc. and provide a link to the original.",
        "title": "Terms of Use"
      },
      {
        "category": "details",
        "text": "* SECURITY UPDATE: Denial of service in HTTP/2 - a stream could be\n     removed from the count of active streams more than once, driving the\n     count below the real value, so an infinite connection timeout was\n     applied and connections that should have been closed stayed open\n     - debian/patches/CVE-2024-34750.patch: guard each stream with an\n       AtomicBoolean so that it is removed from the active stream count at\n       most once, and route the decrements through the new\n       decrementActiveRemoteStreamCount(Stream) helper\n     - CVE-2024-34750\n   * SECURITY UPDATE: Remote code execution via the write enabled default\n     servlet - on a case insensitive file system a race between a read and\n     a concurrent write for the same path allowed an uploaded file to be\n     picked up and compiled as a JSP\n     - debian/patches/CVE-2024-50379.patch: add the WebResourceLockSet\n       interface and serialise reads and writes for the same resource path\n       in DirResourceSet and FileResource through a per-path read/write\n       lock\n     - CVE-2024-50379\n   * SECURITY UPDATE: Authentication bypass when a custom Jakarta\n     Authentication component throws an exception without setting an HTTP\n     status, leaving the response status at 200\n     - debian/patches/CVE-2024-52316.patch: explicitly set a 500 status in\n       authenticateJaspic() when validateRequest() throws an AuthException\n     - CVE-2024-52316\n   * SECURITY UPDATE: Remote code execution via the write enabled default\n     servlet - the mitigation for CVE-2024-50379 was incomplete because\n     the JVM global canonical file name cache could still return a stale\n     result for the concurrently written path\n     - debian/patches/CVE-2024-56337.patch: disable the canonical file\n       name cache before a potentially exposed WebResourceSet starts and\n       refuse to start it if that cannot be confirmed, add Jre12Compat and\n       Jre21Compat for the per Java version cache behaviour, and pass\n       -Dsun.io.useCanonCaches=false from catalina.sh\n     - CVE-2024-56337\n   * SECURITY UPDATE: Denial of service in HTTP/2 (MadeYouReset) - frames\n     that make the server reset a stream were not counted against the\n     connection overhead budget, so the CVE-2023-44487 mitigation never\n     triggered\n     - debian/patches/CVE-2025-48989.patch: count every RST_STREAM frame\n       Tomcat sends using overheadResetFactor\n     - CVE-2025-48989\n   * SECURITY UPDATE: Directory traversal via the RewriteValve, with\n     possible remote code execution if PUT is enabled - the rewritten URL\n     was normalized while still percent encoded, so an encoded ../\n     survived normalization and was decoded afterwards, letting the\n     request escape into /WEB-INF/ or /META-INF/\n     - debian/patches/CVE-2025-55752.patch: decode the rewritten URL\n       before normalizing it, and reject the request with a 400 when\n       normalization reports that the path escapes root\n     - CVE-2025-55752\n   * SECURITY UPDATE: Padding oracle in the cluster EncryptInterceptor -\n     the interceptor accepted cipher mode and padding combinations that\n     offer no protection, and the CBC modes it accepted are malleable and\n     open to a padding oracle\n     - debian/patches/CVE-2026-29146.patch: reject the cipher mode and\n       padding combinations that offer no protection, warn for the CBC,\n       CFB and OFB modes with PKCS5Padding that are kept for\n       compatibility, and recognise GCM/NoPadding as the recommended\n       transformation. The patch also carries the upstream partial revert\n       776e12b3, without which the fix would reintroduce CVE-2026-34486\n       by passing messages that failed to decrypt up the interceptor\n       chain with their raw bytes. Note that, as upstream, explicit\n       EncryptInterceptor configurations using a mode that offers no\n       protection (NONE, ECB, PCBC, CTS, KW, KWP, CTR, and CBC, CFB or OFB\n       with NoPadding) are now rejected at startup. The default\n       AES/CBC/PKCS5Padding keeps working and only logs a recommendation\n       to switch to AES/GCM/NoPadding\n     - CVE-2026-29146",
        "title": "Details"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://tuxcare.com/contact/",
      "name": "TuxCare",
      "namespace": "https://tuxcare.com/"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
        "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_os/debian10els/advisories/2026/clsa-2026_1786553162.json"
      }
    ],
    "tracking": {
      "current_release_date": "2026-08-12T16:47:17Z",
      "generator": {
        "date": "2026-08-12T16:47:17Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CLSA-2026:1786553162",
      "initial_release_date": "2026-08-12T16:47:17Z",
      "revision_history": [
        {
          "date": "2026-08-12T16:47:17Z",
          "number": "1",
          "summary": "Initial version"
        }
      ],
      "status": "final",
      "version": "1"
    },
    "title": "Fix of 7 CVEs"
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Debian 10",
                "product": {
                  "name": "Debian 10",
                  "product_id": "Debian-10",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:debian:debian_linux:10:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Debian"
          }
        ],
        "category": "vendor",
        "name": "Software in the Public Interest, Inc."
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els8?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els7?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els6?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els5?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els4?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els3?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-java@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-docs@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/libtomcat9-embed-java@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-user@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-admin@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-examples@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                "product": {
                  "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_id": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/tomcat9-common@9.0.31-1~deb10u12%2Btuxcare.els1?arch=all"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "all"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all as a component of Debian 10",
          "product_id": "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all"
        },
        "product_reference": "tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
        "relates_to_product_reference": "Debian-10"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-34750",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "description",
          "text": "Improper Handling of Exceptional Conditions, Uncontrolled Resource Consumption vulnerability in Apache Tomcat. When processing an HTTP/2 stream, Tomcat did not handle some cases of excessive HTTP headers correctly. This led to a miscounting of active HTTP/2 streams which in turn led to the use of an incorrect infinite timeout which allowed connections to remain open which should have been closed.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M20, from 10.1.0-M1 through 10.1.24, from 9.0.0-M1 through 9.0.89.\n\nThe following versions were EOL at the time the CVE was created but are \nknown to be affected: 8.5.0 though 8.5.100. Other EOL versions may also be affected.\n\n\nUsers are recommended to upgrade to version 11.0.0-M21, 10.1.25 or 9.0.90, which fixes the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2024-34750"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/4kqf0bc9gxymjc2x7v3p7dvplnl77y8l",
          "url": "https://lists.apache.org/thread/4kqf0bc9gxymjc2x7v3p7dvplnl77y8l"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/07/msg00009.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/07/msg00009.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20240816-0004/",
          "url": "https://security.netapp.com/advisory/ntap-20240816-0004/"
        }
      ],
      "release_date": "2024-07-03T20:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2024-07-03T20:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-56337",
      "cwe": {
        "id": "CWE-367",
        "name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
      },
      "notes": [
        {
          "category": "description",
          "text": "Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat.\n\nThis 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.\nThe following versions were EOL at the time the CVE was created but are \nknown to be affected: 8.5.0 though 8.5.100. Other, older, EOL versions \nmay also be affected.\n\n\nThe mitigation for CVE-2024-50379 was incomplete.\n\nUsers running Tomcat on a case insensitive file system with the default servlet write enabled (readonly initialisation \nparameter 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:\n- running on Java 8 or Java 11: the system property sun.io.useCanonCaches must be explicitly set to false (it defaults to true)\n- running on Java 17: the system property sun.io.useCanonCaches, if set, must be set to false (it defaults to false)\n- running on Java 21 onwards: no further configuration is required (the system property and the problematic cache have been removed)\n\nTomcat 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.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2024-56337"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/b2b9qrgjrz1kvo4ym8y2wkfdvwoq6qbp",
          "url": "https://lists.apache.org/thread/b2b9qrgjrz1kvo4ym8y2wkfdvwoq6qbp"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-50379",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-50379"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250103-0002/",
          "url": "https://security.netapp.com/advisory/ntap-20250103-0002/"
        }
      ],
      "release_date": "2024-12-20T16:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2024-12-20T16:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-52316",
      "cwe": {
        "id": "CWE-391",
        "name": "Unchecked Error Condition"
      },
      "notes": [
        {
          "category": "description",
          "text": "Unchecked Error Condition vulnerability in Apache Tomcat. If Tomcat is configured to use a custom Jakarta Authentication (formerly JASPIC) ServerAuthContext component which may throw an exception during the authentication process without explicitly setting an HTTP status to indicate failure, the authentication may not fail, allowing the user to bypass the authentication process. There are no known Jakarta Authentication components that behave in this way.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.0-M26, from 10.1.0-M1 through 10.1.30, from 9.0.0-M1 through 9.0.95.\n\nThe following versions were EOL at the time the CVE was created but are \nknown to be affected: 8.5.0 though 8.5.100. Other EOL versions may also be affected.\n\n\nUsers are recommended to upgrade to version 11.0.0, 10.1.31 or 9.0.96, which fix the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2024-52316"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/lopzlqh91jj9n334g02om08sbysdb928",
          "url": "https://lists.apache.org/thread/lopzlqh91jj9n334g02om08sbysdb928"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/11/18/2",
          "url": "http://www.openwall.com/lists/oss-security/2024/11/18/2"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250124-0003/",
          "url": "https://security.netapp.com/advisory/ntap-20250124-0003/"
        }
      ],
      "release_date": "2024-11-18T12:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2024-11-18T12:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-50379",
      "cwe": {
        "id": "CWE-367",
        "name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
      },
      "notes": [
        {
          "category": "description",
          "text": "Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability during JSP compilation in Apache Tomcat permits an RCE on case insensitive file systems when the default servlet is enabled for write (non-default configuration).\n\nThis 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.\n\nThe following versions were EOL at the time the CVE was created but are \nknown to be affected: 8.5.0 though 8.5.100. Other, older, EOL versions may also be affected.\n\nUsers are recommended to upgrade to version 11.0.2, 10.1.34 or 9.0.98, which fixes the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2024-50379"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/y6lj6q1xnp822g6ro70tn19sgtjmr80r",
          "url": "https://lists.apache.org/thread/y6lj6q1xnp822g6ro70tn19sgtjmr80r"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/12/17/4",
          "url": "http://www.openwall.com/lists/oss-security/2024/12/17/4"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/12/18/2",
          "url": "http://www.openwall.com/lists/oss-security/2024/12/18/2"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00009.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250103-0003/",
          "url": "https://security.netapp.com/advisory/ntap-20250103-0003/"
        }
      ],
      "release_date": "2024-12-17T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2024-12-17T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-55752",
      "cwe": {
        "id": "CWE-23",
        "name": "Relative Path Traversal"
      },
      "notes": [
        {
          "category": "description",
          "text": "Relative Path Traversal vulnerability in Apache Tomcat.\n\nThe fix for bug 60013 introduced a regression where the       rewritten URL was normalized before it was decoded. This introduced the       possibility that, for rewrite rules that rewrite query parameters to the       URL, an attacker could manipulate the request URI to bypass security       constraints including the protection for /WEB-INF/ and /META-INF/. If PUT requests were also enabled then malicious files could be uploaded leading to remote code execution. PUT requests are normally limited to trusted users and it is considered unlikely that PUT requests would be enabled in conjunction with a rewrite that manipulated the URI.\n\n\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.10, from 10.1.0-M1 through 10.1.44, from 9.0.0.M11 through 9.0.108.\n\nThe following versions were EOL at the time the CVE was created but are \nknown to be affected: 8.5.6 though 8.5.100. Other, older, EOL versions may also be affected.\nUsers are recommended to upgrade to version 11.0.11 or later, 10.1.45 or later or 9.0.109 or later, which fix the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2025-55752"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/n05kjcwyj1s45ovs8ll1qrrojhfb1tog",
          "url": "https://lists.apache.org/thread/n05kjcwyj1s45ovs8ll1qrrojhfb1tog"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2025/10/27/4",
          "url": "http://www.openwall.com/lists/oss-security/2025/10/27/4"
        },
        {
          "category": "external",
          "summary": "https://www.vicarius.io/vsociety/posts/cve-2025-55752-detect-apache-tomcat-vulnerability",
          "url": "https://www.vicarius.io/vsociety/posts/cve-2025-55752-detect-apache-tomcat-vulnerability"
        },
        {
          "category": "external",
          "summary": "https://www.vicarius.io/vsociety/posts/cve-2025-55752-mitigate-apache-tomcat-vulnerability",
          "url": "https://www.vicarius.io/vsociety/posts/cve-2025-55752-mitigate-apache-tomcat-vulnerability"
        },
        {
          "category": "external",
          "summary": "https://cert-portal.siemens.com/productcert/html/ssa-032379.html",
          "url": "https://cert-portal.siemens.com/productcert/html/ssa-032379.html"
        }
      ],
      "release_date": "2025-10-27T18:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2025-10-27T18:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-48989",
      "cwe": {
        "id": "CWE-404",
        "name": "Improper Resource Shutdown or Release"
      },
      "notes": [
        {
          "category": "description",
          "text": "Improper Resource Shutdown or Release vulnerability in Apache Tomcat made Tomcat vulnerable to the made you reset attack.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.9, from 10.1.0-M1 through 10.1.43 and from 9.0.0.M1 through 9.0.107. Older, EOL versions may also be affected.\n\nUsers are recommended to upgrade to one of versions 11.0.10, 10.1.44 or 9.0.108 which fix the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2025-48989"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/9ydfg0xr0tchmglcprhxgwhj0hfwxlyf",
          "url": "https://lists.apache.org/thread/9ydfg0xr0tchmglcprhxgwhj0hfwxlyf"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2025/08/13/2",
          "url": "http://www.openwall.com/lists/oss-security/2025/08/13/2"
        },
        {
          "category": "external",
          "summary": "https://www.kb.cert.org/vuls/id/767506",
          "url": "https://www.kb.cert.org/vuls/id/767506"
        },
        {
          "category": "external",
          "summary": "https://cert-portal.siemens.com/productcert/html/ssa-032379.html",
          "url": "https://cert-portal.siemens.com/productcert/html/ssa-032379.html"
        }
      ],
      "release_date": "2025-08-13T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2025-08-13T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-29146",
      "cwe": {
        "id": "CWE-209",
        "name": "Generation of Error Message Containing Sensitive Information"
      },
      "notes": [
        {
          "category": "description",
          "text": "Padding Oracle vulnerability in Apache Tomcat's EncryptInterceptor with default configuration.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.18, from 10.0.0-M1 through 10.1.52, from 9.0.13 through 9..115, from 8.5.38 through 8.5.100, from 7.0.100 through 7.0.109.\n\nUsers are recommended to upgrade to version 11.0.19, 10.1.53 and 9.0.116, which fixes the issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
        ],
        "known_affected": [
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
          "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2026-29146"
        },
        {
          "category": "external",
          "summary": "https://lists.apache.org/thread/lzt04z2pb3dc5tk85obn80xygw3z1p0w",
          "url": "https://lists.apache.org/thread/lzt04z2pb3dc5tk85obn80xygw3z1p0w"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2026/04/09/24",
          "url": "http://www.openwall.com/lists/oss-security/2026/04/09/24"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:20405",
          "url": "https://access.redhat.com/errata/RHSA-2026:20405"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:20406",
          "url": "https://access.redhat.com/errata/RHSA-2026:20406"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36787",
          "url": "https://access.redhat.com/errata/RHSA-2026:36787"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36788",
          "url": "https://access.redhat.com/errata/RHSA-2026:36788"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36789",
          "url": "https://access.redhat.com/errata/RHSA-2026:36789"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36790",
          "url": "https://access.redhat.com/errata/RHSA-2026:36790"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36876",
          "url": "https://access.redhat.com/errata/RHSA-2026:36876"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36877",
          "url": "https://access.redhat.com/errata/RHSA-2026:36877"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36878",
          "url": "https://access.redhat.com/errata/RHSA-2026:36878"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:36879",
          "url": "https://access.redhat.com/errata/RHSA-2026:36879"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:37136",
          "url": "https://access.redhat.com/errata/RHSA-2026:37136"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:37137",
          "url": "https://access.redhat.com/errata/RHSA-2026:37137"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:38505",
          "url": "https://access.redhat.com/errata/RHSA-2026:38505"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:39188",
          "url": "https://access.redhat.com/errata/RHSA-2026:39188"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:39189",
          "url": "https://access.redhat.com/errata/RHSA-2026:39189"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/security/cve/CVE-2026-29146",
          "url": "https://access.redhat.com/security/cve/CVE-2026-29146"
        },
        {
          "category": "external",
          "summary": "https://bugzilla.redhat.com/show_bug.cgi?id=2457020",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457020"
        },
        {
          "category": "external",
          "summary": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-29146.json",
          "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-29146.json"
        }
      ],
      "release_date": "2026-04-09T20:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-12T16:46:04.789408Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els8.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els8.all"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2026:1786553162"
        },
        {
          "category": "none_available",
          "date": "2026-04-09T20:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-embed-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:libtomcat9-java-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-admin-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-common-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-docs-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-examples-0:9.0.31-1~deb10u12+tuxcare.els7.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els1.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els3.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els4.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els5.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els6.all",
            "Debian-10:tomcat9-user-0:9.0.31-1~deb10u12+tuxcare.els7.all"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    }
  ]
}