{
  "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: CPU denial-of-service in csv.Sniffer. Two independent\n     regexes in Sniffer._guess_quote_and_delimiter() ran in super-linear time\n     on samples reachable from the public csv.Sniffer.sniff() API (CWE-1176,\n     algorithmic complexity). The quoted-field probe matched a field body with\n     a lazy \".*?\" under re.DOTALL, so a closing quote not followed by a\n     delimiter was retried against every later quote in the sample: quadratic.\n     The doubled-quote probe dq_regexp was unanchored, rescanned leading\n     whitespace and ran even when no delimiter had been found, which is\n     exponential on a sample carrying a run of quote characters.\n     - debian/patches/CVE-2026-18503.patch: backport of cpython 19e5024518\n       (gh-109638, GH-154868) and fd78b565 (gh-98820, GH-154867), both in\n       their upstream 3.10-branch form. Both commits are part of Python\n       3.10.21, the release the CVE record names as fixing the \"0 to <\n       3.10.21\" range, and gh-98820 alone leaves the doubled-quote probe\n       exponential: with it applied on its own, sniff() on\n       '\"\",'*100 + '\"'*100 + '0' + '\"'*100 + '0', on '\"a\"\\n' + ' '*100000\n       with delimiters=',;', and on '\"a\" \"b\"\\n' + ' '*100000 each still runs\n       unbounded inside a single C-level re call. Field bodies are now matched\n       by unrolled, unambiguous loops that cannot backtrack, the doubled-quote\n       probe is anchored on whole fields and skipped when no delimiter was\n       found, and sniff() normalises CRLF and CR to LF first so the probe's\n       \"$\" means end of record. The 3.10 commits are used rather than the\n       3.11+ ones, which express the same fix with a possessive quantifier\n       that Python 3.7's re module does not support.\n     - CVE-2026-18503\n   * The Misc/NEWS.d fragments of both commits are omitted; this version\n     ships a single Misc/NEWS file.",
        "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-alt-python/releases/CLSA-2026:1788264853",
        "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_alt_python/debian10/advisories/2026/clsa-2026_1788264853.json"
      }
    ],
    "tracking": {
      "current_release_date": "2026-09-02T09:17:15Z",
      "generator": {
        "date": "2026-09-02T09:17:15Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CLSA-2026:1788264853",
      "initial_release_date": "2026-09-01T12:18:04Z",
      "revision_history": [
        {
          "date": "2026-09-01T12:18:04Z",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-09-02T09:17:15Z",
          "number": "2",
          "summary": "Update document"
        }
      ],
      "status": "final",
      "version": "2"
    },
    "title": "Fix of 34 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": "alt-python37-debug-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-debug-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-debug-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-debug@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-libs-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-libs-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-libs-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-libs@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-devel-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-devel-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-devel-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-devel@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-test-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-test-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-test-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-test@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-tools-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-tools-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-tools-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-tools@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-tkinter-0:3.7.17-31.amd64",
                "product": {
                  "name": "alt-python37-tkinter-0:3.7.17-31.amd64",
                  "product_id": "alt-python37-tkinter-0:3.7.17-31.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-tkinter@3.7.17-31?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-tkinter-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-tkinter-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-tkinter-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-tkinter@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-libs-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-libs-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-libs-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-libs@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-tools-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-tools-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-tools-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-tools@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-debug-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-debug-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-debug-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-debug@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-test-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-test-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-test-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-test@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "alt-python37-devel-0:3.7.17-30.amd64",
                "product": {
                  "name": "alt-python37-devel-0:3.7.17-30.amd64",
                  "product_id": "alt-python37-devel-0:3.7.17-30.amd64",
                  "product_identification_helper": {
                    "purl": "pkg:deb/tuxcare/alt-python37-devel@3.7.17-30?arch=amd64&os_name=debian&os_version=10"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-debug-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-debug-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-debug-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-libs-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-libs-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-libs-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-devel-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-devel-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-devel-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-test-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-test-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-test-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-tools-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-tools-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-tkinter-0:3.7.17-31.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64"
        },
        "product_reference": "alt-python37-tkinter-0:3.7.17-31.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-tkinter-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-tkinter-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-libs-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-libs-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-libs-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-tools-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-tools-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-debug-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-debug-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-debug-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-test-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-test-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-test-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "alt-python37-devel-0:3.7.17-30.amd64 as a component of Debian 10",
          "product_id": "Debian-10:alt-python37-devel-0:3.7.17-30.amd64"
        },
        "product_reference": "alt-python37-devel-0:3.7.17-30.amd64",
        "relates_to_product_reference": "Debian-10"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-6923",
      "cwe": {
        "id": "CWE-94",
        "name": "Improper Control of Generation of Code ('Code Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\nThe \nemail module didn’t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147",
          "url": "https://github.com/python/cpython/commit/06f28dc236708f72871c64d4bc4b4ea144c50147"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384",
          "url": "https://github.com/python/cpython/commit/097633981879b3c9de9a1dd120d3aa585ecc2384"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7",
          "url": "https://github.com/python/cpython/commit/4766d1200fdf8b6728137aa2927a297e224d5fa7"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0",
          "url": "https://github.com/python/cpython/commit/4aaa4259b5a6e664b7316a4d60bdec7ee0f124d0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1",
          "url": "https://github.com/python/cpython/commit/b158a76ce094897c870fb6b3de62887b7ccc33f1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6",
          "url": "https://github.com/python/cpython/commit/f7be505d137a22528cb0fc004422c0081d5d90e6"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533",
          "url": "https://github.com/python/cpython/commit/f7c0f09e69e950cf3c5ada9dbde93898eb975533"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/121650",
          "url": "https://github.com/python/cpython/issues/121650"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/122233",
          "url": "https://github.com/python/cpython/pull/122233"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QH3BUOE2DYQBWP7NAQ7UNHPPOELKISRW/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/08/01/3",
          "url": "http://www.openwall.com/lists/oss-security/2024/08/01/3"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/08/02/2",
          "url": "http://www.openwall.com/lists/oss-security/2024/08/02/2"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/01/msg00005.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00005.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20240926-0003/",
          "url": "https://security.netapp.com/advisory/ntap-20240926-0003/"
        }
      ],
      "release_date": "2024-08-01T14:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-08-01T14:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "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:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2023-6597",
      "notes": [
        {
          "category": "description",
          "text": "An issue was found in the CPython `tempfile.TemporaryDirectory` class affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe tempfile.TemporaryDirectory class would dereference symlinks during cleanup of permissions-related errors. This means users which can run privileged programs are potentially able to modify permissions of files referenced by symlinks in some circumstances.\n",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2023-6597"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/03/20/5",
          "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a",
          "url": "https://github.com/python/cpython/commit/02a9259c717738dfe6b463c44d7e17f2b6d2cb3a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25",
          "url": "https://github.com/python/cpython/commit/5585334d772b253a01a6730e8202ffb1607c3d25"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5",
          "url": "https://github.com/python/cpython/commit/6ceb8aeda504b079fef7a57b8d81472f15cdd9a5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d",
          "url": "https://github.com/python/cpython/commit/81c16cd94ec38d61aa478b9a452436dc3b1b524d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82",
          "url": "https://github.com/python/cpython/commit/8eaeefe49d179ca4908d052745e3bb8b6f238f82"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b",
          "url": "https://github.com/python/cpython/commit/d54e22a669ae6e987199bb5d2c69bb5a46b0083b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/91133",
          "url": "https://github.com/python/cpython/issues/91133"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/Q5C6ATFC67K53XFV4KE45325S7NS62LD/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        }
      ],
      "release_date": "2024-03-19T16:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-03-19T16:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-4516",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "notes": [
        {
          "category": "description",
          "text": "There is an issue in CPython when using `bytes.decode(\"unicode_escape\", error=\"ignore|replace\")`. If you are not using the \"unicode_escape\" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the error= handler and instead wrap the bytes.decode() call in a try-except catching the DecodeError.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-4516"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4398b788ffc1f954a2c552da285477d42a571292",
          "url": "https://github.com/python/cpython/commit/4398b788ffc1f954a2c552da285477d42a571292"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6279eb8c076d89d3739a6edb393e43c7929b429d",
          "url": "https://github.com/python/cpython/commit/6279eb8c076d89d3739a6edb393e43c7929b429d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/69b4387f78f413e8c47572a85b3478c47eba8142",
          "url": "https://github.com/python/cpython/commit/69b4387f78f413e8c47572a85b3478c47eba8142"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/73b3040f592436385007918887b7e2132aa8431f",
          "url": "https://github.com/python/cpython/commit/73b3040f592436385007918887b7e2132aa8431f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8d35fd1b34935221aff23a1ab69a429dd156be77",
          "url": "https://github.com/python/cpython/commit/8d35fd1b34935221aff23a1ab69a429dd156be77"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9f69a58623bd01349a18ba0c7a9cb1dad6a51e8e",
          "url": "https://github.com/python/cpython/commit/9f69a58623bd01349a18ba0c7a9cb1dad6a51e8e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ab9893c40609935e0d40a6d2a7307ea51aec598b",
          "url": "https://github.com/python/cpython/commit/ab9893c40609935e0d40a6d2a7307ea51aec598b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/133767",
          "url": "https://github.com/python/cpython/issues/133767"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/129648",
          "url": "https://github.com/python/cpython/pull/129648"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/L75IPBBTSCYEF56I2M4KIW353BB3AY74/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/L75IPBBTSCYEF56I2M4KIW353BB3AY74/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2025/05/16/4",
          "url": "http://www.openwall.com/lists/oss-security/2025/05/16/4"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2025/05/19/1",
          "url": "http://www.openwall.com/lists/oss-security/2025/05/19/1"
        }
      ],
      "release_date": "2025-05-15T14:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-05-15T14:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2025-4435",
      "cwe": {
        "id": "CWE-682",
        "name": "Incorrect Calculation"
      },
      "notes": [
        {
          "category": "description",
          "text": "When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member would still be extracted and not skipped.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-4435"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da",
          "url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9",
          "url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
          "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e",
          "url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a",
          "url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
          "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01",
          "url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1",
          "url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/135034",
          "url": "https://github.com/python/cpython/issues/135034"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/135037",
          "url": "https://github.com/python/cpython/pull/135037"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
        }
      ],
      "release_date": "2025-06-03T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-06-03T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-18503",
      "cwe": {
        "id": "CWE-1176",
        "name": "Inefficient CPU Computation"
      },
      "notes": [
        {
          "category": "description",
          "text": "Attacker-controlled CSV samples can trigger super-linear \nregular-expression work during dialect sniffing and consume significant \nCPU when applications pass unbounded input to csv.Sniffer.sniff().",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-18503"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/063d4555c94ef412c731527dbf30193327f2ee82",
          "url": "https://github.com/python/cpython/commit/063d4555c94ef412c731527dbf30193327f2ee82"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/476fb09cdb0d73e645849d98c610e7e5697ce7c9",
          "url": "https://github.com/python/cpython/commit/476fb09cdb0d73e645849d98c610e7e5697ce7c9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/89f29c760c02774b099ddd6863268eb13fa3946a",
          "url": "https://github.com/python/cpython/commit/89f29c760c02774b099ddd6863268eb13fa3946a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b09a67a20c464f8288c9f9a6b9c7082a74560024",
          "url": "https://github.com/python/cpython/commit/b09a67a20c464f8288c9f9a6b9c7082a74560024"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b30c7fa9edd921a118f286e9f90f560777fa693b",
          "url": "https://github.com/python/cpython/commit/b30c7fa9edd921a118f286e9f90f560777fa693b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/fd78b565d7c326f96ae903ab945b47f35d829cf4",
          "url": "https://github.com/python/cpython/commit/fd78b565d7c326f96ae903ab945b47f35d829cf4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/98820",
          "url": "https://github.com/python/cpython/issues/98820"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/153694",
          "url": "https://github.com/python/cpython/pull/153694"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/KQ7NBMCPAZJHRROQXJQE4GMXGLD5KHBS/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/KQ7NBMCPAZJHRROQXJQE4GMXGLD5KHBS/"
        }
      ],
      "release_date": "2026-08-10T14:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-08-10T14:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-15282",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences ('CRLF Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "User-controlled data URLs parsed by urllib.request.DataHandler allow injecting headers through newlines in the data URL mediatype.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-15282"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/05356b1cc153108aaf27f3b72ce438af4aa218c0",
          "url": "https://github.com/python/cpython/commit/05356b1cc153108aaf27f3b72ce438af4aa218c0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/34d76b00dabde81a793bd06dd8ecb057838c4b38",
          "url": "https://github.com/python/cpython/commit/34d76b00dabde81a793bd06dd8ecb057838c4b38"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3f396ca9d7bbe2a50ea6b8c9b27c0082884d9f80",
          "url": "https://github.com/python/cpython/commit/3f396ca9d7bbe2a50ea6b8c9b27c0082884d9f80"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4ed11d3cd288e6b90196a15c5a825a45d318fe47",
          "url": "https://github.com/python/cpython/commit/4ed11d3cd288e6b90196a15c5a825a45d318fe47"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a35ca3be5842505dab74dc0b90b89cde0405017a",
          "url": "https://github.com/python/cpython/commit/a35ca3be5842505dab74dc0b90b89cde0405017a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f25509e78e8be6ea73c811ac2b8c928c28841b9f",
          "url": "https://github.com/python/cpython/commit/f25509e78e8be6ea73c811ac2b8c928c28841b9f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143925",
          "url": "https://github.com/python/cpython/issues/143925"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143926",
          "url": "https://github.com/python/cpython/pull/143926"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/X66HL7SISGJT33J53OHXMZT4DFLMHVKF/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2023-27043",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "description",
          "text": "The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is granted only after verifying receipt of e-mail to a specific domain (e.g., only @company.example.com addresses may be used for signup). This occurs in email/_parseaddr.py in recent versions of Python.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2023-27043"
        },
        {
          "category": "external",
          "summary": "http://python.org",
          "url": "http://python.org/"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/102988",
          "url": "https://github.com/python/cpython/issues/102988"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4ZAEFSFZDNBNJPNOUTLG5COISGQDLMGV/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4ZAEFSFZDNBNJPNOUTLG5COISGQDLMGV/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/75DTHSTNOFFNAWHXKMDXS7EJWC6W2FUC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/75DTHSTNOFFNAWHXKMDXS7EJWC6W2FUC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ARI7VDSNTQVXRQFM6IK5GSSLEIYV4VZH/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ARI7VDSNTQVXRQFM6IK5GSSLEIYV4VZH/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BQAKLUJMHFGVBRDPEY57BJGNCE5UUPHW/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BQAKLUJMHFGVBRDPEY57BJGNCE5UUPHW/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HXYVPEZUA3465AEFX5JVFVP7KIFZMF3N/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/HXYVPEZUA3465AEFX5JVFVP7KIFZMF3N/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N6M5I6OQHJABNEYY555HUMMKX3Y4P25Z/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/N6M5I6OQHJABNEYY555HUMMKX3Y4P25Z/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NEUNZSZ3CVSM2QWVYH3N2XGOCDWNYUA3/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NEUNZSZ3CVSM2QWVYH3N2XGOCDWNYUA3/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORLXS5YTKN65E2Q2NWKXMFS5FWQHRNZW/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ORLXS5YTKN65E2Q2NWKXMFS5FWQHRNZW/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2MAICLFDDO3QVNHTZ2OCERZQ34R2PIC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2MAICLFDDO3QVNHTZ2OCERZQ34R2PIC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2W2BZQIHMCKRI5FNBJERFYMS5PK6TAH/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/P2W2BZQIHMCKRI5FNBJERFYMS5PK6TAH/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PHVGRKQAGANCSGFI3QMYOCIMS4IFOZA5/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PHVGRKQAGANCSGFI3QMYOCIMS4IFOZA5/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PU6Y2S5CBN5BWCBDAJFTGIBZLK3S2G3J/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/PU6Y2S5CBN5BWCBDAJFTGIBZLK3S2G3J/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QDRDDPDN3VFIYXJIYEABY6USX5EU66AG/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QDRDDPDN3VFIYXJIYEABY6USX5EU66AG/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDDC2VOX7OQC6OHMYTVD4HLFZIV6PYBC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/RDDC2VOX7OQC6OHMYTVD4HLFZIV6PYBC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SINP4OVYNB2AGDYI2GS37EMW3H3F7XPZ/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SINP4OVYNB2AGDYI2GS37EMW3H3F7XPZ/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SOX7BCN6YL7B3RFPEEXPIU5CMTEHJOKR/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/SOX7BCN6YL7B3RFPEEXPIU5CMTEHJOKR/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VZXC32CJ7TWDPJO6GY2XIQRO7JZX5FLP/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VZXC32CJ7TWDPJO6GY2XIQRO7JZX5FLP/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWMBD4LNHWEXRI6YVFWJMTJQUL5WOFTS/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XWMBD4LNHWEXRI6YVFWJMTJQUL5WOFTS/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YQVY5C5REXWJIORJIL2FIL3ALOEJEF72/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YQVY5C5REXWJIORJIL2FIL3ALOEJEF72/"
        },
        {
          "category": "external",
          "summary": "https://python-security.readthedocs.io/vuln/email-parseaddr-realname.html",
          "url": "https://python-security.readthedocs.io/vuln/email-parseaddr-realname.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20230601-0003/",
          "url": "https://security.netapp.com/advisory/ntap-20230601-0003/"
        },
        {
          "category": "external",
          "summary": "http://seclists.org/fulldisclosure/2025/Apr/8",
          "url": "http://seclists.org/fulldisclosure/2025/Apr/8"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4ZAEFSFZDNBNJPNOUTLG5COISGQDLMGV/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4ZAEFSFZDNBNJPNOUTLG5COISGQDLMGV/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/75DTHSTNOFFNAWHXKMDXS7EJWC6W2FUC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/75DTHSTNOFFNAWHXKMDXS7EJWC6W2FUC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ARI7VDSNTQVXRQFM6IK5GSSLEIYV4VZH/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ARI7VDSNTQVXRQFM6IK5GSSLEIYV4VZH/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BQAKLUJMHFGVBRDPEY57BJGNCE5UUPHW/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BQAKLUJMHFGVBRDPEY57BJGNCE5UUPHW/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HXYVPEZUA3465AEFX5JVFVP7KIFZMF3N/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HXYVPEZUA3465AEFX5JVFVP7KIFZMF3N/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N6M5I6OQHJABNEYY555HUMMKX3Y4P25Z/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N6M5I6OQHJABNEYY555HUMMKX3Y4P25Z/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NEUNZSZ3CVSM2QWVYH3N2XGOCDWNYUA3/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NEUNZSZ3CVSM2QWVYH3N2XGOCDWNYUA3/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ORLXS5YTKN65E2Q2NWKXMFS5FWQHRNZW/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ORLXS5YTKN65E2Q2NWKXMFS5FWQHRNZW/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P2MAICLFDDO3QVNHTZ2OCERZQ34R2PIC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P2MAICLFDDO3QVNHTZ2OCERZQ34R2PIC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P2W2BZQIHMCKRI5FNBJERFYMS5PK6TAH/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/P2W2BZQIHMCKRI5FNBJERFYMS5PK6TAH/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PHVGRKQAGANCSGFI3QMYOCIMS4IFOZA5/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PHVGRKQAGANCSGFI3QMYOCIMS4IFOZA5/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PU6Y2S5CBN5BWCBDAJFTGIBZLK3S2G3J/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PU6Y2S5CBN5BWCBDAJFTGIBZLK3S2G3J/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QDRDDPDN3VFIYXJIYEABY6USX5EU66AG/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QDRDDPDN3VFIYXJIYEABY6USX5EU66AG/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RDDC2VOX7OQC6OHMYTVD4HLFZIV6PYBC/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RDDC2VOX7OQC6OHMYTVD4HLFZIV6PYBC/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SINP4OVYNB2AGDYI2GS37EMW3H3F7XPZ/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/SINP4OVYNB2AGDYI2GS37EMW3H3F7XPZ/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VZXC32CJ7TWDPJO6GY2XIQRO7JZX5FLP/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VZXC32CJ7TWDPJO6GY2XIQRO7JZX5FLP/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWMBD4LNHWEXRI6YVFWJMTJQUL5WOFTS/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XWMBD4LNHWEXRI6YVFWJMTJQUL5WOFTS/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YQVY5C5REXWJIORJIL2FIL3ALOEJEF72/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YQVY5C5REXWJIORJIL2FIL3ALOEJEF72/"
        },
        {
          "category": "external",
          "summary": "https://cert-portal.siemens.com/productcert/html/ssa-202008.html",
          "url": "https://cert-portal.siemens.com/productcert/html/ssa-202008.html"
        },
        {
          "category": "external",
          "summary": "https://cert-portal.siemens.com/productcert/html/ssa-577017.html",
          "url": "https://cert-portal.siemens.com/productcert/html/ssa-577017.html"
        }
      ],
      "release_date": "2023-04-19T00:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2023-04-19T00:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-6879",
      "cwe": {
        "id": "CWE-407",
        "name": "Inefficient Algorithmic Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "`Element.findall()` and fully-consumed `Element.iterfind()` exhibit `O(n^2)` time complexity when using XPath index predicates (e.g. `[1]`, `[last()]`, `[last()-N]`) on XML documents with many same-tag siblings. `Element.find()` is only affected when the first match is near the end  of the sibling list, such as with `[last()]` or `[last()-N]`;  `.//item[1]` short-circuits after the first match.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-6879"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/02c08e6b747ac43d0d866a4ffa916bedf3423f81",
          "url": "https://github.com/python/cpython/commit/02c08e6b747ac43d0d866a4ffa916bedf3423f81"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/037965c00a427cba5c05447efadc67c51a492e85",
          "url": "https://github.com/python/cpython/commit/037965c00a427cba5c05447efadc67c51a492e85"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0583f24ae678993e3f7939f51ad5bcae5ad9dc70",
          "url": "https://github.com/python/cpython/commit/0583f24ae678993e3f7939f51ad5bcae5ad9dc70"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/2ffab083782968a4d732738f4f1dff6bbd69d2b0",
          "url": "https://github.com/python/cpython/commit/2ffab083782968a4d732738f4f1dff6bbd69d2b0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/390337b8ba1658833fdef379e1739c9f9533a8db",
          "url": "https://github.com/python/cpython/commit/390337b8ba1658833fdef379e1739c9f9533a8db"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/96510a3758f4a075f43223afdee3b6ee1a7a7f02",
          "url": "https://github.com/python/cpython/commit/96510a3758f4a075f43223afdee3b6ee1a7a7f02"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/cb409342a19f25656f62e679f8bac265fe1442c3",
          "url": "https://github.com/python/cpython/commit/cb409342a19f25656f62e679f8bac265fe1442c3"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/152674",
          "url": "https://github.com/python/cpython/issues/152674"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/152676",
          "url": "https://github.com/python/cpython/pull/152676"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/7YMZ6DDZVR26TJJBVO3RDNBAVGHNYAKR/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/7YMZ6DDZVR26TJJBVO3RDNBAVGHNYAKR/"
        }
      ],
      "release_date": "2026-07-28T15:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-07-28T15:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-13462",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "description",
          "text": "The \"tarfile\" module would still apply normalization of AREGTYPE (\\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the tarfile module compared to other implementations.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-13462"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/42d754e34c06e57ad6b8e7f92f32af679912d8ab",
          "url": "https://github.com/python/cpython/commit/42d754e34c06e57ad6b8e7f92f32af679912d8ab"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/72dde1016493c52abe857fc4a7bf6c40138b4114",
          "url": "https://github.com/python/cpython/commit/72dde1016493c52abe857fc4a7bf6c40138b4114"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7ad3093d76a748af55bdb1d2e8aad3638163b017",
          "url": "https://github.com/python/cpython/commit/7ad3093d76a748af55bdb1d2e8aad3638163b017"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9a23b753552afa28e3a2f4d8863572fc66479406",
          "url": "https://github.com/python/cpython/commit/9a23b753552afa28e3a2f4d8863572fc66479406"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ae99fe3a33b43e303a05f012815cef60b611a9c7",
          "url": "https://github.com/python/cpython/commit/ae99fe3a33b43e303a05f012815cef60b611a9c7"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d10950739a78f54d0718d88fb5a868374603c084",
          "url": "https://github.com/python/cpython/commit/d10950739a78f54d0718d88fb5a868374603c084"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/141707",
          "url": "https://github.com/python/cpython/issues/141707"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143934",
          "url": "https://github.com/python/cpython/pull/143934"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/EOMI5I66ZMKQ2INNFT6T7IAIKUGPZYIE/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/EOMI5I66ZMKQ2INNFT6T7IAIKUGPZYIE/"
        }
      ],
      "release_date": "2026-03-12T18:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-03-12T18:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    },
    {
      "cve": "CVE-2026-1502",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences ('CRLF Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-1502"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69",
          "url": "https://github.com/python/cpython/commit/05ed7ce7ae9e17c23a04085b2539fe6d6d3cef69"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/56b7100b04e44ea27989242b176beb8f016b2c53",
          "url": "https://github.com/python/cpython/commit/56b7100b04e44ea27989242b176beb8f016b2c53"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/58703ec1bdd1eb075e8b01a0c427683ce594dd3e",
          "url": "https://github.com/python/cpython/commit/58703ec1bdd1eb075e8b01a0c427683ce594dd3e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9e071c9b28c17f347f81b388a003d4eeb3c7a8dd",
          "url": "https://github.com/python/cpython/commit/9e071c9b28c17f347f81b388a003d4eeb3c7a8dd"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b1cf9016335cb637c5a425032e8274a224f4b2ed",
          "url": "https://github.com/python/cpython/commit/b1cf9016335cb637c5a425032e8274a224f4b2ed"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c00c386faa579ad71196d33408644478488e43ec",
          "url": "https://github.com/python/cpython/commit/c00c386faa579ad71196d33408644478488e43ec"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/146211",
          "url": "https://github.com/python/cpython/issues/146211"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/146212",
          "url": "https://github.com/python/cpython/pull/146212"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2IVPAEQWUJBCTQZEJEVTYCIKSMQPGRZ3/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2026/04/11/4",
          "url": "http://www.openwall.com/lists/oss-security/2026/04/11/4"
        }
      ],
      "release_date": "2026-04-10T18:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-04-10T18:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-4360",
      "cwe": {
        "id": "CWE-281",
        "name": "Improper Preservation of Permissions"
      },
      "notes": [
        {
          "category": "description",
          "text": "In the Tarfile.extract() function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing filter='data' to the extract() function.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-4360"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0367912be336348b30572f8029cec4a282782d92",
          "url": "https://github.com/python/cpython/commit/0367912be336348b30572f8029cec4a282782d92"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5e0ef3f1afe892e4f64eb83368db57ac4c40cba0",
          "url": "https://github.com/python/cpython/commit/5e0ef3f1afe892e4f64eb83368db57ac4c40cba0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7b57e8d51446297b8c7c482d224bc5f1938e4301",
          "url": "https://github.com/python/cpython/commit/7b57e8d51446297b8c7c482d224bc5f1938e4301"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7ccdbaba2c54250a70d7f25632152df7655a5e0a",
          "url": "https://github.com/python/cpython/commit/7ccdbaba2c54250a70d7f25632152df7655a5e0a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/cf23b9153181062150d061468b6d24af33fe214f",
          "url": "https://github.com/python/cpython/commit/cf23b9153181062150d061468b6d24af33fe214f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d2b2f5eacab4dd48446b63340613b05dcbbf0b44",
          "url": "https://github.com/python/cpython/commit/d2b2f5eacab4dd48446b63340613b05dcbbf0b44"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/eee3ddf0ca10283cc7fea724aae9cd8665f8d15e",
          "url": "https://github.com/python/cpython/commit/eee3ddf0ca10283cc7fea724aae9cd8665f8d15e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/151987",
          "url": "https://github.com/python/cpython/issues/151987"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/151988",
          "url": "https://github.com/python/cpython/pull/151988"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/TWZW2PC2AZOV6FENIHFSRC63OM7MBGSB/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/TWZW2PC2AZOV6FENIHFSRC63OM7MBGSB/"
        }
      ],
      "release_date": "2026-06-30T15:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-06-30T15:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2024-12718",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
      },
      "notes": [
        {
          "category": "description",
          "text": "Allows modifying some file metadata (e.g. last modified) with filter=\"data\" or file permissions (chmod) with filter=\"tar\" of files outside the extraction directory.\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile  extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information. Only Python versions 3.12 or later are affected by these vulnerabilities, earlier versions don't include the extraction filter feature.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-12718"
        },
        {
          "category": "external",
          "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
          "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da",
          "url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9",
          "url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
          "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e",
          "url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a",
          "url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
          "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01",
          "url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1",
          "url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/127987",
          "url": "https://github.com/python/cpython/issues/127987"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/135034",
          "url": "https://github.com/python/cpython/issues/135034"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/135037",
          "url": "https://github.com/python/cpython/pull/135037"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
        }
      ],
      "release_date": "2025-06-03T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-06-03T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 7.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-6232",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "There is a MEDIUM severity vulnerability affecting CPython.\n\n\n\n\n\nRegular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-6232"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/34ddb64d088dd7ccc321f6103d23153256caa5d4",
          "url": "https://github.com/python/cpython/commit/34ddb64d088dd7ccc321f6103d23153256caa5d4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06",
          "url": "https://github.com/python/cpython/commit/4eaf4891c12589e3c7bdad5f5b076e4c8392dd06"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4",
          "url": "https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d",
          "url": "https://github.com/python/cpython/commit/7d1f50cd92ff7e10a1c15a8f591dde8a6843a64d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877",
          "url": "https://github.com/python/cpython/commit/b4225ca91547aa97ed3aca391614afbb255bc877"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf",
          "url": "https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373",
          "url": "https://github.com/python/cpython/commit/ed3a49ea734ada357ff4442996fd4ae71d253373"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/121285",
          "url": "https://github.com/python/cpython/issues/121285"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/121286",
          "url": "https://github.com/python/cpython/pull/121286"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JRYFTPRHZRTLMZLWQEUHZSJXNHM4ACTY/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/09/03/5",
          "url": "http://www.openwall.com/lists/oss-security/2024/09/03/5"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20241018-0007/",
          "url": "https://security.netapp.com/advisory/ntap-20241018-0007/"
        }
      ],
      "release_date": "2024-09-03T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-09-03T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "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:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-15366",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "The imaplib module, when passed a user-controlled command, can have additional commands injected using newlines. Mitigation rejects commands containing control characters.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-15366"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/298182272a740ce2016aee2f54acbd0bba1944c1",
          "url": "https://github.com/python/cpython/commit/298182272a740ce2016aee2f54acbd0bba1944c1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6262704b134db2a4ba12e85ecfbd968534f28b45",
          "url": "https://github.com/python/cpython/commit/6262704b134db2a4ba12e85ecfbd968534f28b45"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/71926d943c05bde79bd2a866933103541d91b6a2",
          "url": "https://github.com/python/cpython/commit/71926d943c05bde79bd2a866933103541d91b6a2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d0921efb665aff26b378f495e5ff84f7e3fe649d",
          "url": "https://github.com/python/cpython/commit/d0921efb665aff26b378f495e5ff84f7e3fe649d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f2cd7ef89aa8a0dcbc7283bbd39548b76f2a736a",
          "url": "https://github.com/python/cpython/commit/f2cd7ef89aa8a0dcbc7283bbd39548b76f2a736a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143921",
          "url": "https://github.com/python/cpython/issues/143921"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143922",
          "url": "https://github.com/python/cpython/pull/143922"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/DD7C7JZJYTBXMDOWKCEIEBJLBRU64OMR/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-0864",
      "cwe": {
        "id": "CWE-74",
        "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "When using the \"configparser\" module to write configuration files\ncontaining multi-line text values with carriage return characters (\\r) the\nresulting file could be injected with unexpected keys and values if the\nattacker controls the written value.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-0864"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0adb386f6e68eb2e73d32e19f235d012df009528",
          "url": "https://github.com/python/cpython/commit/0adb386f6e68eb2e73d32e19f235d012df009528"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/12dcbd74d3563016a8cb8c47e4898889f34f74dd",
          "url": "https://github.com/python/cpython/commit/12dcbd74d3563016a8cb8c47e4898889f34f74dd"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/274de100bbf4345bd0c23ef5b446722e9e636908",
          "url": "https://github.com/python/cpython/commit/274de100bbf4345bd0c23ef5b446722e9e636908"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5858e42c539dac8394636a6e9b30472b8994851f",
          "url": "https://github.com/python/cpython/commit/5858e42c539dac8394636a6e9b30472b8994851f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/71f2e02a52d47417a6fd69f456346cd8aa7aca98",
          "url": "https://github.com/python/cpython/commit/71f2e02a52d47417a6fd69f456346cd8aa7aca98"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/aaf850fd333cd89e9aada03d92aaa788a6cb1bb8",
          "url": "https://github.com/python/cpython/commit/aaf850fd333cd89e9aada03d92aaa788a6cb1bb8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/db4a157c790479710a1a840d7937c5c815a6f8b6",
          "url": "https://github.com/python/cpython/commit/db4a157c790479710a1a840d7937c5c815a6f8b6"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143927",
          "url": "https://github.com/python/cpython/issues/143927"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/151559",
          "url": "https://github.com/python/cpython/pull/151559"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/CV4NE6AFCRJL7XQOHX7J5TSDHUWVWGJS/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/CV4NE6AFCRJL7XQOHX7J5TSDHUWVWGJS/"
        }
      ],
      "release_date": "2026-06-23T18:17:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-06-23T18:17:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2024-0397",
      "cwe": {
        "id": "CWE-362",
        "name": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')"
      },
      "notes": [
        {
          "category": "description",
          "text": "A defect was discovered in the Python “ssl” module where there is a memory\nrace condition with the ssl.SSLContext methods “cert_store_stats()” and\n“get_ca_certs()”. The race condition can be triggered if the methods are\ncalled at the same time as certificates are loaded into the SSLContext,\nsuch as during the TLS handshake with a certificate directory configured.\nThis issue is fixed in CPython 3.10.14, 3.11.9, 3.12.3, and 3.13.0a5.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-0397"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/06/17/2",
          "url": "http://www.openwall.com/lists/oss-security/2024/06/17/2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d",
          "url": "https://github.com/python/cpython/commit/01c37f1d0714f5822d34063ca7180b595abf589d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524",
          "url": "https://github.com/python/cpython/commit/29c97287d205bf2f410f4895ebce3f43b5160524"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e",
          "url": "https://github.com/python/cpython/commit/37324b421b72b7bc9934e27aba85d48d4773002e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286",
          "url": "https://github.com/python/cpython/commit/542f3272f56f31ed04e74c40635a913fbc12d286"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa",
          "url": "https://github.com/python/cpython/commit/b228655c227b2ca298a8ffac44d14ce3d22f6faa"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab",
          "url": "https://github.com/python/cpython/commit/bce693111bff906ccf9281c22371331aaff766ab"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/114572",
          "url": "https://github.com/python/cpython/issues/114572"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/114573",
          "url": "https://github.com/python/cpython/pull/114573"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/BMAK5BCGKYWNJOACVUSLUF6SFGBIM4VP/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250411-0006/",
          "url": "https://security.netapp.com/advisory/ntap-20250411-0006/"
        }
      ],
      "release_date": "2024-06-17T16:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-06-17T16:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.0,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2025-12084",
      "cwe": {
        "id": "CWE-407",
        "name": "Inefficient Algorithmic Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "When building nested elements using xml.dom.minidom methods such as appendChild() that have a dependency on _clear_id_cache() the algorithm is quadratic. Availability can be impacted when building excessively nested documents.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-12084"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/027f21e417b26eed4505ac2db101a4352b7c51a0",
          "url": "https://github.com/python/cpython/commit/027f21e417b26eed4505ac2db101a4352b7c51a0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/08d8e18ad81cd45bc4a27d6da478b51ea49486e4",
          "url": "https://github.com/python/cpython/commit/08d8e18ad81cd45bc4a27d6da478b51ea49486e4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/27648a1818749ef44c420afe6173af6868715437",
          "url": "https://github.com/python/cpython/commit/27648a1818749ef44c420afe6173af6868715437"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/41f468786762348960486c166833a218a0a436af",
          "url": "https://github.com/python/cpython/commit/41f468786762348960486c166833a218a0a436af"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/57937a8e5e293f0dcba5115f7b7a11b1e0c9a273",
          "url": "https://github.com/python/cpython/commit/57937a8e5e293f0dcba5115f7b7a11b1e0c9a273"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8d2d7bb2e754f8649a68ce4116271a4932f76907",
          "url": "https://github.com/python/cpython/commit/8d2d7bb2e754f8649a68ce4116271a4932f76907"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9c9dda6625a2a90d2a06c657eee021d6be19842d",
          "url": "https://github.com/python/cpython/commit/9c9dda6625a2a90d2a06c657eee021d6be19842d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a46c10ec9d4050ab67b8a932e0859a2ea60c3cb8",
          "url": "https://github.com/python/cpython/commit/a46c10ec9d4050ab67b8a932e0859a2ea60c3cb8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a696ba8b4d42fd632afc9bc88ad830a2e4cceed8",
          "url": "https://github.com/python/cpython/commit/a696ba8b4d42fd632afc9bc88ad830a2e4cceed8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c97e87593063d84a2bd9fe7068b30eb44de23dc0",
          "url": "https://github.com/python/cpython/commit/c97e87593063d84a2bd9fe7068b30eb44de23dc0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ddcd2acd85d891a53e281c773b3093f9db953964",
          "url": "https://github.com/python/cpython/commit/ddcd2acd85d891a53e281c773b3093f9db953964"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e91c11449cad34bac3ea55ee09ca557691d92b53",
          "url": "https://github.com/python/cpython/commit/e91c11449cad34bac3ea55ee09ca557691d92b53"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/142145",
          "url": "https://github.com/python/cpython/issues/142145"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/142146",
          "url": "https://github.com/python/cpython/pull/142146"
        }
      ],
      "release_date": "2025-12-03T19:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-12-03T19:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "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:L",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-11972",
      "cwe": {
        "id": "CWE-252",
        "name": "Unchecked Return Value"
      },
      "notes": [
        {
          "category": "description",
          "text": "When using the \"tarfile\" module with a file opened in \"streaming mode\" (mode=\"r|\") the tarfile module did not properly handle EOF, making archive parsing take exponentially longer.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-11972"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3f031d431f80668e14f3bc066bbf4369cd9281b9",
          "url": "https://github.com/python/cpython/commit/3f031d431f80668e14f3bc066bbf4369cd9281b9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4ce6bf7c8aa7725828a38981c306f214c1f29365",
          "url": "https://github.com/python/cpython/commit/4ce6bf7c8aa7725828a38981c306f214c1f29365"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7f0dc59c9a70f8f3b4da33d7c4a2ba552a7acc21",
          "url": "https://github.com/python/cpython/commit/7f0dc59c9a70f8f3b4da33d7c4a2ba552a7acc21"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e86666c9dd256d52d0fbef6feb1ea4a51768fdec",
          "url": "https://github.com/python/cpython/commit/e86666c9dd256d52d0fbef6feb1ea4a51768fdec"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/eb63c0f94dfcbea7fda8eab6213818e134d67192",
          "url": "https://github.com/python/cpython/commit/eb63c0f94dfcbea7fda8eab6213818e134d67192"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f50bf13566189c8d0ce5a814f33eff3d89951896",
          "url": "https://github.com/python/cpython/commit/f50bf13566189c8d0ce5a814f33eff3d89951896"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f5e2776ff0383a902c12acf2b703e7e951fc8438",
          "url": "https://github.com/python/cpython/commit/f5e2776ff0383a902c12acf2b703e7e951fc8438"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/151981",
          "url": "https://github.com/python/cpython/issues/151981"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/151982",
          "url": "https://github.com/python/cpython/pull/151982"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/AXPSKKTSRKXTTJULW3XSIC74WZNAAPPB/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/AXPSKKTSRKXTTJULW3XSIC74WZNAAPPB/"
        }
      ],
      "release_date": "2026-06-23T23:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-06-23T23:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-15367",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "The poplib module, when passed a user-controlled command, can have\nadditional commands injected using newlines. Mitigation rejects commands\ncontaining control characters.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-15367"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b234a2b67539f787e191d2ef19a7cbdce32874e7",
          "url": "https://github.com/python/cpython/commit/b234a2b67539f787e191d2ef19a7cbdce32874e7"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143923",
          "url": "https://github.com/python/cpython/issues/143923"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143924",
          "url": "https://github.com/python/cpython/pull/143924"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/CBFBOWVGGUJFSGITQCCBZS4GEYYZ7ZNE/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-1299",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences ('CRLF Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "The \nemail module, specifically the \"BytesGenerator\" class, didn’t properly quote newlines for email headers when \nserializing an email message allowing for header injection when an email\n is serialized. This is only applicable if using \"LiteralHeader\" writing headers that don't respect email folding rules, the new behavior will reject the incorrectly folded headers in \"BytesGenerator\".",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-1299"
        },
        {
          "category": "external",
          "summary": "https://cve.org/CVERecord?id=CVE-2024-6923",
          "url": "https://cve.org/CVERecord?id=CVE-2024-6923"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413",
          "url": "https://github.com/python/cpython/commit/052e55e7d44718fe46cbba0ca995cb8fcc359413"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0a925ab591c45d6638f37b5e57796f36fa0e56d8",
          "url": "https://github.com/python/cpython/commit/0a925ab591c45d6638f37b5e57796f36fa0e56d8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7877fe424415bc4a13045e62a90a7277413d8cb9",
          "url": "https://github.com/python/cpython/commit/7877fe424415bc4a13045e62a90a7277413d8cb9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/842ce19a0c0b58d61591e8f6a708c38db1fb94e4",
          "url": "https://github.com/python/cpython/commit/842ce19a0c0b58d61591e8f6a708c38db1fb94e4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8cdf6204f4ae821f32993f8fc6bad0d318f95f36",
          "url": "https://github.com/python/cpython/commit/8cdf6204f4ae821f32993f8fc6bad0d318f95f36"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e417f05ad77a4c30ddc07f99e90fc0cef43e831a",
          "url": "https://github.com/python/cpython/commit/e417f05ad77a4c30ddc07f99e90fc0cef43e831a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/144125",
          "url": "https://github.com/python/cpython/issues/144125"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/144126",
          "url": "https://github.com/python/cpython/pull/144126"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/6ZZULGALJTITEAGEXLDJE2C6FORDXPBT/"
        }
      ],
      "release_date": "2026-01-23T17:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-23T17:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-4138",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
      },
      "notes": [
        {
          "category": "description",
          "text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile  extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-4138"
        },
        {
          "category": "external",
          "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
          "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da",
          "url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9",
          "url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
          "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e",
          "url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a",
          "url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
          "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01",
          "url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1",
          "url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/135034",
          "url": "https://github.com/python/cpython/issues/135034"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/135037",
          "url": "https://github.com/python/cpython/pull/135037"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
        }
      ],
      "release_date": "2025-06-03T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-06-03T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "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:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-13837",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "description",
          "text": "When loading a plist file, the plistlib module reads data in size specified by the file itself, meaning a malicious file can cause OOM and DoS issues",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-13837"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/568342cfc8f002d9a15f30238f26b9d2e0e79036",
          "url": "https://github.com/python/cpython/commit/568342cfc8f002d9a15f30238f26b9d2e0e79036"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5a8b19677d818fb41ee55f310233772e15aa1a2b",
          "url": "https://github.com/python/cpython/commit/5a8b19677d818fb41ee55f310233772e15aa1a2b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/694922cf40aa3a28f898b5f5ee08b71b4922df70",
          "url": "https://github.com/python/cpython/commit/694922cf40aa3a28f898b5f5ee08b71b4922df70"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/71fa8eb8233b37f16c88b6e3e583b461b205d1ba",
          "url": "https://github.com/python/cpython/commit/71fa8eb8233b37f16c88b6e3e583b461b205d1ba"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b64441e4852383645af5b435411a6f849dd1b4cb",
          "url": "https://github.com/python/cpython/commit/b64441e4852383645af5b435411a6f849dd1b4cb"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/cefee7d118a26ef6cd43db59bb9d98ca9a331111",
          "url": "https://github.com/python/cpython/commit/cefee7d118a26ef6cd43db59bb9d98ca9a331111"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/119342",
          "url": "https://github.com/python/cpython/issues/119342"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/119343",
          "url": "https://github.com/python/cpython/pull/119343"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/2X5IBCJXRQAZ5PSERLHMSJFBHFR3QM2C/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/2X5IBCJXRQAZ5PSERLHMSJFBHFR3QM2C/"
        }
      ],
      "release_date": "2025-12-01T18:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-12-01T18:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2025-4330",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
      },
      "notes": [
        {
          "category": "description",
          "text": "Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata.\n\n\nYou are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.extract() using the filter= parameter with a value of \"data\" or \"tar\". See the tarfile  extraction filters documentation https://docs.python.org/3/library/tarfile.html#tarfile-extraction-filter  for more information.\n\nNote that for Python 3.14 or later the default value of filter= changed from \"no filtering\" to `\"data\", so if you are relying on this new default behavior then your usage is also affected.\n\nNote that none of these vulnerabilities significantly affect the installation of source distributions which are tar archives as source distributions already allow arbitrary code execution during the build process. However when evaluating source distributions it's important to avoid installing source distributions with suspicious links.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-4330"
        },
        {
          "category": "external",
          "summary": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f",
          "url": "https://gist.github.com/sethmlarson/52398e33eff261329a0180ac1d54f42f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da",
          "url": "https://github.com/python/cpython/commit/19de092debb3d7e832e5672cc2f7b788d35951da"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9",
          "url": "https://github.com/python/cpython/commit/28463dba112af719df1e8b0391c46787ad756dd9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a",
          "url": "https://github.com/python/cpython/commit/3612d8f51741b11f36f8fb0494d79086bac9390a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e",
          "url": "https://github.com/python/cpython/commit/4633f3f497b1ff70e4a35b6fe2c907cbe2d4cb2e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a",
          "url": "https://github.com/python/cpython/commit/9c1110ef6652687d7c55f590f909720eddde965a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a",
          "url": "https://github.com/python/cpython/commit/9e0ac76d96cf80b49055f6d6b9a6763fb9215c2a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01",
          "url": "https://github.com/python/cpython/commit/aa9eb5f757ceff461e6e996f12c89e5d9b583b01"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1",
          "url": "https://github.com/python/cpython/commit/dd8f187d0746da151e0025c51680979ac5b4cfb1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/135034",
          "url": "https://github.com/python/cpython/issues/135034"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/135037",
          "url": "https://github.com/python/cpython/pull/135037"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MAXIJJCUUMCL7ATZNDVEGGHUMQMUUKLG/"
        }
      ],
      "release_date": "2025-06-03T13:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-06-03T13:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-0450",
      "cwe": {
        "id": "CWE-405",
        "name": "Asymmetric Resource Consumption (Amplification)"
      },
      "notes": [
        {
          "category": "description",
          "text": "An issue was found in the CPython `zipfile` module affecting versions 3.12.1, 3.11.7, 3.10.13, 3.9.18, and 3.8.18 and prior.\n\nThe zipfile module is vulnerable to “quoted-overlap” zip-bombs which exploit the zip format to create a zip-bomb with a high compression ratio. The fixed versions of CPython makes the zipfile module reject zip archives which overlap entries in the archive.\n\n",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-0450"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2024/03/20/5",
          "url": "http://www.openwall.com/lists/oss-security/2024/03/20/5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85",
          "url": "https://github.com/python/cpython/commit/30fe5d853b56138dbec62432d370a1f99409fc85"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba",
          "url": "https://github.com/python/cpython/commit/66363b9a7b9fe7c99eba3a185b74c5fdbf842eba"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675",
          "url": "https://github.com/python/cpython/commit/70497218351ba44bffc8b571201ecb5652d84675"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51",
          "url": "https://github.com/python/cpython/commit/a2c59992e9e8d35baba9695eb186ad6c6ff85c51"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549",
          "url": "https://github.com/python/cpython/commit/a956e510f6336d5ae111ba429a61c3ade30a7549"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183",
          "url": "https://github.com/python/cpython/commit/d05bac0b74153beb541b88b4fca33bf053990183"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b",
          "url": "https://github.com/python/cpython/commit/fa181fcf2156f703347b03a3b1966ce47be8ab3b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/109858",
          "url": "https://github.com/python/cpython/issues/109858"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00024.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00025.html"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/T3IGRX54M7RNCQOXVQO5KQKTGWCOABIM/"
        },
        {
          "category": "external",
          "summary": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/",
          "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/U5VHWS52HGD743C47UMCSAK2A773M2YE/"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XELNUX2L3IOHBTFU7RQHCY6OUVEWZ2FG/"
        },
        {
          "category": "external",
          "summary": "https://www.bamsoftware.com/hacks/zipbomb/",
          "url": "https://www.bamsoftware.com/hacks/zipbomb/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250411-0005/",
          "url": "https://security.netapp.com/advisory/ntap-20250411-0005/"
        }
      ],
      "release_date": "2024-03-19T16:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-03-19T16:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.2,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2024-50602",
      "cwe": {
        "id": "CWE-754",
        "name": "Improper Check for Unusual or Exceptional Conditions"
      },
      "notes": [
        {
          "category": "description",
          "text": "An issue was discovered in libexpat before 2.6.4. There is a crash within the XML_ResumeParser function because XML_StopParser can stop/suspend an unstarted parser.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-50602"
        },
        {
          "category": "external",
          "summary": "https://github.com/libexpat/libexpat/pull/915",
          "url": "https://github.com/libexpat/libexpat/pull/915"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/04/msg00040.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/04/msg00040.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250404-0008/",
          "url": "https://security.netapp.com/advisory/ntap-20250404-0008/"
        }
      ],
      "release_date": "2024-10-27T05:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-10-27T05:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2024-7592",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "description",
          "text": "There is a LOW severity vulnerability affecting CPython, specifically the\n'http.cookies' standard library module.\n\n\nWhen parsing cookies that contained backslashes for quoted characters in\nthe cookie value, the parser would use an algorithm with quadratic\ncomplexity, resulting in excess CPU resources being used while parsing the\nvalue.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-7592"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621",
          "url": "https://github.com/python/cpython/commit/391e5626e3ee5af267b97e37abc7475732e67621"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef",
          "url": "https://github.com/python/cpython/commit/44e458357fca05ca0ae2658d62c8c595b048b5ef"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06",
          "url": "https://github.com/python/cpython/commit/a77ab24427a18bff817025adb03ca920dc3f1a06"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a",
          "url": "https://github.com/python/cpython/commit/b2f11ca7667e4d57c71c1c88b255115f16042d9a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f",
          "url": "https://github.com/python/cpython/commit/d4ac921a4b081f7f996a5d2b101684b67ba0ed7f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774",
          "url": "https://github.com/python/cpython/commit/d662e2db2605515a767f88ad48096b8ac623c774"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1",
          "url": "https://github.com/python/cpython/commit/dcc3eaef98cd94d6cb6cb0f44bd1c903d04f33b1"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/123067",
          "url": "https://github.com/python/cpython/issues/123067"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/123075",
          "url": "https://github.com/python/cpython/pull/123075"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HXJAAAALNUNGCQUS2W7WR6GFIZIHFOOK/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20241018-0006/",
          "url": "https://security.netapp.com/advisory/ntap-20241018-0006/"
        }
      ],
      "release_date": "2024-08-19T19:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-08-19T19:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "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:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-9287",
      "cwe": {
        "id": "CWE-428",
        "name": "Unquoted Search Path or Element"
      },
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability has been found in the CPython `venv` module and CLI where path names provided when creating a virtual environment were not quoted properly, allowing the creator to inject commands into virtual environment \"activation\" scripts (ie \"source venv/bin/activate\"). This means that attacker-controlled virtual environments are able to run commands when the virtual environment is activated. Virtual environments which are not created by an attacker or which aren't activated before being used (ie \"./venv/bin/python\") are not affected.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-9287"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7",
          "url": "https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db",
          "url": "https://github.com/python/cpython/commit/8450b2482586857d689b6658f08de9c8179af7db"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8",
          "url": "https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97",
          "url": "https://github.com/python/cpython/commit/ae961ae94bf19c8f8c7fbea3d1c25cc55ce8ae97"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b",
          "url": "https://github.com/python/cpython/commit/d48cc82ed25e26b02eb97c6263d95dcaa1e9111b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483",
          "url": "https://github.com/python/cpython/commit/e52095a0c1005a87eed2276af7a1f2f66e2b6483"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/124651",
          "url": "https://github.com/python/cpython/issues/124651"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/124712",
          "url": "https://github.com/python/cpython/pull/124712"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/RSPJ2B5JL22FG3TKUJ7D7DQ4N5JRRBZL/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00024.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250425-0006/",
          "url": "https://security.netapp.com/advisory/ntap-20250425-0006/"
        }
      ],
      "release_date": "2024-10-22T17:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-10-22T17:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-3276",
      "cwe": {
        "id": "CWE-407",
        "name": "Inefficient Algorithmic Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "unicodedata.normalize() can take excessive CPU time when processing\nspecially crafted Unicode input containing long runs of combining characters\nwith alternating Canonical Combining Class values.\nThis affects all normalization forms.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-3276"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6b505d1f41f8f3ea0fe5a4786d3a8fff1875cfc0",
          "url": "https://github.com/python/cpython/commit/6b505d1f41f8f3ea0fe5a4786d3a8fff1875cfc0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/90748760d38ca3ac5fc6788a69becab905c95598",
          "url": "https://github.com/python/cpython/commit/90748760d38ca3ac5fc6788a69becab905c95598"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/991224b1e8311c85f198f6dd8208bf8cff7fc26f",
          "url": "https://github.com/python/cpython/commit/991224b1e8311c85f198f6dd8208bf8cff7fc26f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ba785b88add96acbf403d65cb157fb2743a33a32",
          "url": "https://github.com/python/cpython/commit/ba785b88add96acbf403d65cb157fb2743a33a32"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c5512bd7c1dc28055660565275012766941d3066",
          "url": "https://github.com/python/cpython/commit/c5512bd7c1dc28055660565275012766941d3066"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d3ab945af25b28dfe13ac6cb40c124a01b33ce1f",
          "url": "https://github.com/python/cpython/commit/d3ab945af25b28dfe13ac6cb40c124a01b33ce1f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/db744c0776c1d5dd11aaa70eff2a6993c408bacc",
          "url": "https://github.com/python/cpython/commit/db744c0776c1d5dd11aaa70eff2a6993c408bacc"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e322a1857084d521f79f45181b776f62e6acfc2c",
          "url": "https://github.com/python/cpython/commit/e322a1857084d521f79f45181b776f62e6acfc2c"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/149079",
          "url": "https://github.com/python/cpython/issues/149079"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/149080",
          "url": "https://github.com/python/cpython/pull/149080"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/PP5HB4K7727OBBM76KA2ILID76K3OZGZ/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/PP5HB4K7727OBBM76KA2ILID76K3OZGZ/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2026/06/03/15",
          "url": "http://www.openwall.com/lists/oss-security/2026/06/03/15"
        }
      ],
      "release_date": "2026-06-03T16:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-06-03T16:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2024-11168",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "description",
          "text": "The urllib.parse.urlsplit() and urlparse() functions improperly validated bracketed hosts (`[]`), allowing hosts that weren't IPv6 or IPvFuture. This behavior was not conformant to RFC 3986 and potentially enabled SSRF if a URL is processed by more than one URL parser.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2024-11168"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5",
          "url": "https://github.com/python/cpython/commit/29f348e232e82938ba2165843c448c2b291504c5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/634ded45545ce8cbd6fd5d49785613dd7fa9b89e",
          "url": "https://github.com/python/cpython/commit/634ded45545ce8cbd6fd5d49785613dd7fa9b89e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550",
          "url": "https://github.com/python/cpython/commit/b2171a2fd41416cf68afd67460578631d755a550"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ddca2953191c67a12b1f19d6bca41016c6ae7132",
          "url": "https://github.com/python/cpython/commit/ddca2953191c67a12b1f19d6bca41016c6ae7132"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/103848",
          "url": "https://github.com/python/cpython/issues/103848"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/103849",
          "url": "https://github.com/python/cpython/pull/103849"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/XPWB6XVZ5G5KGEI63M4AWLIEUF5BPH4T/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250411-0004/",
          "url": "https://security.netapp.com/advisory/ntap-20250411-0004/"
        }
      ],
      "release_date": "2024-11-12T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2024-11-12T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 3.7,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    },
    {
      "cve": "CVE-2026-8328",
      "cwe": {
        "id": "CWE-918",
        "name": "Server-Side Request Forgery (SSRF)"
      },
      "notes": [
        {
          "category": "description",
          "text": "The ftpcp() function in Lib/ftplib.py was not updated when \nCVE-2021-4189 was fixed. While makepasv() was patched to replace \nserver-supplied PASV host addresses with the actual peer address \n(getpeername()[0]), ftpcp() still calls parse227() directly and passes \nthe raw attacker-controllable IP address and port to target.sendport(). This patch is related to CVE-2021-4189.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-8328"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/2bbcf3fb7a420a05605576c0f9468d4675381b5f",
          "url": "https://github.com/python/cpython/commit/2bbcf3fb7a420a05605576c0f9468d4675381b5f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5dadc64673ce875ebfb24163907777dae0f6ca06",
          "url": "https://github.com/python/cpython/commit/5dadc64673ce875ebfb24163907777dae0f6ca06"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7d95a1dc7382b55cba7fdd6a110336077584a4f0",
          "url": "https://github.com/python/cpython/commit/7d95a1dc7382b55cba7fdd6a110336077584a4f0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/bb3446dda6c49b32e67c11dbbbf221b40be00763",
          "url": "https://github.com/python/cpython/commit/bb3446dda6c49b32e67c11dbbbf221b40be00763"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c88704431ea3248ca769384c13856330976fac1d",
          "url": "https://github.com/python/cpython/commit/c88704431ea3248ca769384c13856330976fac1d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/eac4fe3b2c77693790a5ef7dfab127c1fee81bf9",
          "url": "https://github.com/python/cpython/commit/eac4fe3b2c77693790a5ef7dfab127c1fee81bf9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ef12d0dc824baccf737bba1458e5eed3d1e0fceb",
          "url": "https://github.com/python/cpython/commit/ef12d0dc824baccf737bba1458e5eed3d1e0fceb"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/87451",
          "url": "https://github.com/python/cpython/issues/87451"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/149648",
          "url": "https://github.com/python/cpython/pull/149648"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/ITF2BAPBQEPYK3LDMPRSY435JGNHYNDP/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/ITF2BAPBQEPYK3LDMPRSY435JGNHYNDP/"
        }
      ],
      "release_date": "2026-05-13T21:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-05-13T21:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-4786",
      "cwe": {
        "id": "CWE-77",
        "name": "Improper Neutralization of Special Elements used in a Command ('Command Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "Mitgation of CVE-2026-4519 was incomplete. If the URL contained \"%action\" the mitigation could be bypassed for certain browser types the \"webbrowser.open()\" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-4786"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/28b4ad38067bbdad34edfcd03ad2de5f06387e53",
          "url": "https://github.com/python/cpython/commit/28b4ad38067bbdad34edfcd03ad2de5f06387e53"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a4d3edf3a6ecfde504d02126410d2a65a859b744",
          "url": "https://github.com/python/cpython/commit/a4d3edf3a6ecfde504d02126410d2a65a859b744"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c5767a72838a8dda9d6dc5d3558075b055c56bca",
          "url": "https://github.com/python/cpython/commit/c5767a72838a8dda9d6dc5d3558075b055c56bca"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d22922c8a7958353689dc4763dd72da2dea03fff",
          "url": "https://github.com/python/cpython/commit/d22922c8a7958353689dc4763dd72da2dea03fff"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d6d68494be70bdbda20f89f83801ba52ec37daa4",
          "url": "https://github.com/python/cpython/commit/d6d68494be70bdbda20f89f83801ba52ec37daa4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f4654824ae0850ac87227fb270f9057477946769",
          "url": "https://github.com/python/cpython/commit/f4654824ae0850ac87227fb270f9057477946769"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/148169",
          "url": "https://github.com/python/cpython/issues/148169"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/148170",
          "url": "https://github.com/python/cpython/pull/148170"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/JQDUNJVB4AQNTJECSUKOBDU3XCJIPSE5/"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10117",
          "url": "https://access.redhat.com/errata/RHSA-2026:10117"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10140",
          "url": "https://access.redhat.com/errata/RHSA-2026:10140"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10141",
          "url": "https://access.redhat.com/errata/RHSA-2026:10141"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10711",
          "url": "https://access.redhat.com/errata/RHSA-2026:10711"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10745",
          "url": "https://access.redhat.com/errata/RHSA-2026:10745"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10774",
          "url": "https://access.redhat.com/errata/RHSA-2026:10774"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10949",
          "url": "https://access.redhat.com/errata/RHSA-2026:10949"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:10950",
          "url": "https://access.redhat.com/errata/RHSA-2026:10950"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:11062",
          "url": "https://access.redhat.com/errata/RHSA-2026:11062"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:11077",
          "url": "https://access.redhat.com/errata/RHSA-2026:11077"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:11768",
          "url": "https://access.redhat.com/errata/RHSA-2026:11768"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:13692",
          "url": "https://access.redhat.com/errata/RHSA-2026:13692"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:13812",
          "url": "https://access.redhat.com/errata/RHSA-2026:13812"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:14652",
          "url": "https://access.redhat.com/errata/RHSA-2026:14652"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:14653",
          "url": "https://access.redhat.com/errata/RHSA-2026:14653"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:14656",
          "url": "https://access.redhat.com/errata/RHSA-2026:14656"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:16699",
          "url": "https://access.redhat.com/errata/RHSA-2026:16699"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:17525",
          "url": "https://access.redhat.com/errata/RHSA-2026:17525"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:17619",
          "url": "https://access.redhat.com/errata/RHSA-2026:17619"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19019",
          "url": "https://access.redhat.com/errata/RHSA-2026:19019"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19064",
          "url": "https://access.redhat.com/errata/RHSA-2026:19064"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19175",
          "url": "https://access.redhat.com/errata/RHSA-2026:19175"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19176",
          "url": "https://access.redhat.com/errata/RHSA-2026:19176"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19177",
          "url": "https://access.redhat.com/errata/RHSA-2026:19177"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19216",
          "url": "https://access.redhat.com/errata/RHSA-2026:19216"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19549",
          "url": "https://access.redhat.com/errata/RHSA-2026:19549"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19570",
          "url": "https://access.redhat.com/errata/RHSA-2026:19570"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19571",
          "url": "https://access.redhat.com/errata/RHSA-2026:19571"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19576",
          "url": "https://access.redhat.com/errata/RHSA-2026:19576"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19589",
          "url": "https://access.redhat.com/errata/RHSA-2026:19589"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:19590",
          "url": "https://access.redhat.com/errata/RHSA-2026:19590"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:21275",
          "url": "https://access.redhat.com/errata/RHSA-2026:21275"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:21682",
          "url": "https://access.redhat.com/errata/RHSA-2026:21682"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:22144",
          "url": "https://access.redhat.com/errata/RHSA-2026:22144"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:25096",
          "url": "https://access.redhat.com/errata/RHSA-2026:25096"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:26187",
          "url": "https://access.redhat.com/errata/RHSA-2026:26187"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:28247",
          "url": "https://access.redhat.com/errata/RHSA-2026:28247"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:28581",
          "url": "https://access.redhat.com/errata/RHSA-2026:28581"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:30078",
          "url": "https://access.redhat.com/errata/RHSA-2026:30078"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:30087",
          "url": "https://access.redhat.com/errata/RHSA-2026:30087"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:30088",
          "url": "https://access.redhat.com/errata/RHSA-2026:30088"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:30089",
          "url": "https://access.redhat.com/errata/RHSA-2026:30089"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:35838",
          "url": "https://access.redhat.com/errata/RHSA-2026:35838"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:8822",
          "url": "https://access.redhat.com/errata/RHSA-2026:8822"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:8824",
          "url": "https://access.redhat.com/errata/RHSA-2026:8824"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/errata/RHSA-2026:9228",
          "url": "https://access.redhat.com/errata/RHSA-2026:9228"
        },
        {
          "category": "external",
          "summary": "https://access.redhat.com/security/cve/CVE-2026-4786",
          "url": "https://access.redhat.com/security/cve/CVE-2026-4786"
        },
        {
          "category": "external",
          "summary": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
        },
        {
          "category": "external",
          "summary": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-4786.json",
          "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-4786.json"
        }
      ],
      "release_date": "2026-04-13T22:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-04-13T22:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2026-3446",
      "cwe": {
        "id": "CWE-345",
        "name": "Insufficient Verification of Data Authenticity"
      },
      "notes": [
        {
          "category": "description",
          "text": "When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processed differently by other implementations. Use \"validate=True\" to enable stricter processing of base64 data.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-3446"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/1f9958f909c1b41a4ffc0b613ef8ec8fa5e7c474",
          "url": "https://github.com/python/cpython/commit/1f9958f909c1b41a4ffc0b613ef8ec8fa5e7c474"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4561f6418a691b3e89aef0901f53fe0dfb7f7c0e",
          "url": "https://github.com/python/cpython/commit/4561f6418a691b3e89aef0901f53fe0dfb7f7c0e"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e31c55121620189a0d1a07b689762d8ca9c1b7fa",
          "url": "https://github.com/python/cpython/commit/e31c55121620189a0d1a07b689762d8ca9c1b7fa"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/145264",
          "url": "https://github.com/python/cpython/issues/145264"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/145267",
          "url": "https://github.com/python/cpython/pull/145267"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F5ZT5ICGJ6CKXVUJ34YBVY7WOZ5SHG53/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F5ZT5ICGJ6CKXVUJ34YBVY7WOZ5SHG53/"
        }
      ],
      "release_date": "2026-04-10T19:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-04-10T19:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-0865",
      "cwe": {
        "id": "CWE-74",
        "name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "User-controlled header names and values containing newlines can allow injecting HTTP headers.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-0865"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/22e4d55285cee52bc4dbe061324e5f30bd4dee58",
          "url": "https://github.com/python/cpython/commit/22e4d55285cee52bc4dbe061324e5f30bd4dee58"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/23e3c0ae867cca0130e441e776c9955b9027c510",
          "url": "https://github.com/python/cpython/commit/23e3c0ae867cca0130e441e776c9955b9027c510"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/286e3ac39984fe85a17f4ab39c64d382137aae5f",
          "url": "https://github.com/python/cpython/commit/286e3ac39984fe85a17f4ab39c64d382137aae5f"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/2f840249550e082dc351743f474ba56da10478d2",
          "url": "https://github.com/python/cpython/commit/2f840249550e082dc351743f474ba56da10478d2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4802b96a2cde58570c24c13ef3289490980961c5",
          "url": "https://github.com/python/cpython/commit/4802b96a2cde58570c24c13ef3289490980961c5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/66da7bf6fe7b81e3ecc9c0a25bd47d4616c8d1a6",
          "url": "https://github.com/python/cpython/commit/66da7bf6fe7b81e3ecc9c0a25bd47d4616c8d1a6"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/83ecd18779f286d872f68bfce175651e407d9fff",
          "url": "https://github.com/python/cpython/commit/83ecd18779f286d872f68bfce175651e407d9fff"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8bb044d29310bb05d15086cdaa8bf64867d61a97",
          "url": "https://github.com/python/cpython/commit/8bb044d29310bb05d15086cdaa8bf64867d61a97"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/bfba660085767f8c2d582134e9d511a85eda04cf",
          "url": "https://github.com/python/cpython/commit/bfba660085767f8c2d582134e9d511a85eda04cf"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c592227ffb48679af9845a45dbb0875d975bb219",
          "url": "https://github.com/python/cpython/commit/c592227ffb48679af9845a45dbb0875d975bb219"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e4846a93ac07a8ae9aa18203af0dd13d6e7a6995",
          "url": "https://github.com/python/cpython/commit/e4846a93ac07a8ae9aa18203af0dd13d6e7a6995"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f7fceed79ca1bceae8dbe5ba5bc8928564da7211",
          "url": "https://github.com/python/cpython/commit/f7fceed79ca1bceae8dbe5ba5bc8928564da7211"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143916",
          "url": "https://github.com/python/cpython/issues/143916"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143917",
          "url": "https://github.com/python/cpython/pull/143917"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/BJ6QPHNSHJTS3A7CFV6IBMCAP2DWRVNT/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2023-40217",
      "notes": [
        {
          "category": "description",
          "text": "An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is closed quickly, there is a brief window where the SSLSocket instance will detect the socket as \"not connected\" and won't initiate a handshake, but buffered data will still be readable from the socket buffer. This data will not be authenticated if the server-side TLS peer is expecting client certificate authentication, and is indistinguishable from valid TLS stream data. Data is limited in size to the amount that will fit in the buffer. (The TLS connection cannot directly be used for data exfiltration because the vulnerable code path requires that the connection be closed on initialization of the SSLSocket.)",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2023-40217"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2023/09/msg00022.html",
          "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00022.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2023/10/msg00017.html",
          "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00017.html"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce%40python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/",
          "url": "https://mail.python.org/archives/list/security-announce%40python.org/thread/PEPLII27KYHLF4AK3ZQGKYNCRERG4YXY/"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20231006-0014/",
          "url": "https://security.netapp.com/advisory/ntap-20231006-0014/"
        },
        {
          "category": "external",
          "summary": "https://www.python.org/dev/security/",
          "url": "https://www.python.org/dev/security/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/11/msg00005.html"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html",
          "url": "https://lists.debian.org/debian-lts-announce/2024/12/msg00000.html"
        }
      ],
      "release_date": "2023-08-25T01:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2023-08-25T01:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-0672",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences ('CRLF Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "When using http.cookies.Morsel, user-controlled cookie values and parameters can allow injecting HTTP headers into messages. Patch rejects all control characters within cookie names, values, and parameters.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-0672"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/62700107418eb2cca3fc88da036a243ea975f172",
          "url": "https://github.com/python/cpython/commit/62700107418eb2cca3fc88da036a243ea975f172"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/712452e6f1d4b9f7f8c4c92ebfcaac1705faa440",
          "url": "https://github.com/python/cpython/commit/712452e6f1d4b9f7f8c4c92ebfcaac1705faa440"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7852d72b653fea0199acf5fc2a84f6f8b84eba8d",
          "url": "https://github.com/python/cpython/commit/7852d72b653fea0199acf5fc2a84f6f8b84eba8d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/918387e4912d12ffc166c8f2a38df92b6ec756ca",
          "url": "https://github.com/python/cpython/commit/918387e4912d12ffc166c8f2a38df92b6ec756ca"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/95746b3a13a985787ef53b977129041971ed7f70",
          "url": "https://github.com/python/cpython/commit/95746b3a13a985787ef53b977129041971ed7f70"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b1869ff648bbee0717221d09e6deff46617f3e85",
          "url": "https://github.com/python/cpython/commit/b1869ff648bbee0717221d09e6deff46617f3e85"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143919",
          "url": "https://github.com/python/cpython/issues/143919"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143920",
          "url": "https://github.com/python/cpython/pull/143920"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/6VFLQQEIX673KXKFUZXCUNE5AZOGZ45M/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/6VFLQQEIX673KXKFUZXCUNE5AZOGZ45M/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2025-8291",
      "cwe": {
        "id": "CWE-1285",
        "name": "Improper Validation of Specified Index, Position, or Offset in Input"
      },
      "notes": [
        {
          "category": "description",
          "text": "The 'zipfile' module would not check the validity of the ZIP64 End of\nCentral Directory (EOCD) Locator record offset value would not be used to\nlocate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be\nassumed to be the previous record in the ZIP archive. This could be abused\nto create ZIP archives that are handled differently by the 'zipfile' module\ncompared to other ZIP implementations.\n\n\nRemediation maintains this behavior, but checks that the offset specified\nin the ZIP64 EOCD Locator record matches the expected value.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-8291"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/162997bb70e067668c039700141770687bc8f267",
          "url": "https://github.com/python/cpython/commit/162997bb70e067668c039700141770687bc8f267"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46",
          "url": "https://github.com/python/cpython/commit/1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/333d4a6f4967d3ace91492a39ededbcf3faa76a6",
          "url": "https://github.com/python/cpython/commit/333d4a6f4967d3ace91492a39ededbcf3faa76a6"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/76437ac248ad8ca44e9bf697b02b1e2241df2196",
          "url": "https://github.com/python/cpython/commit/76437ac248ad8ca44e9bf697b02b1e2241df2196"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8392b2f0d35678407d9ce7d95655a5b77de161b4",
          "url": "https://github.com/python/cpython/commit/8392b2f0d35678407d9ce7d95655a5b77de161b4"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/bca11ae7d575d87ed93f5dd6a313be6246e3e388",
          "url": "https://github.com/python/cpython/commit/bca11ae7d575d87ed93f5dd6a313be6246e3e388"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d11e69d6203080e3ec450446bfed0516727b85c3",
          "url": "https://github.com/python/cpython/commit/d11e69d6203080e3ec450446bfed0516727b85c3"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/139700",
          "url": "https://github.com/python/cpython/issues/139700"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/139702",
          "url": "https://github.com/python/cpython/pull/139702"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/QECOPWMTH4VPPJAXAH2BGTA4XADOP62G/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/QECOPWMTH4VPPJAXAH2BGTA4XADOP62G/"
        },
        {
          "category": "external",
          "summary": "https://github.com/google/security-research/security/advisories/GHSA-hhv7-p4pg-wm6p",
          "url": "https://github.com/google/security-research/security/advisories/GHSA-hhv7-p4pg-wm6p"
        },
        {
          "category": "external",
          "summary": "https://github.com/psf/advisory-database/blob/main/advisories/python/PSF-2025-12.json",
          "url": "https://github.com/psf/advisory-database/blob/main/advisories/python/PSF-2025-12.json"
        }
      ],
      "release_date": "2025-10-07T18:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-10-07T18:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-15308",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "notes": [
        {
          "category": "description",
          "text": "The incremental HTML parser (html.parser.HTMLParser) allows for CPU\ndenial-of-service through repeated unterminated markup declarations when\nprocessing uncontrolled data.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-15308"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9",
          "url": "https://github.com/python/cpython/commit/07efb08123ba9367a7107325adb9d5626dca1ca9"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/1e7956f1a722df9aabc509c30f8fbdc3a2b4fdc7",
          "url": "https://github.com/python/cpython/commit/1e7956f1a722df9aabc509c30f8fbdc3a2b4fdc7"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/785df8f743800661961528970f8598edcd291c14",
          "url": "https://github.com/python/cpython/commit/785df8f743800661961528970f8598edcd291c14"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced",
          "url": "https://github.com/python/cpython/commit/7933f4bf7131aa4140750f9404f5de0aa2969ced"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606",
          "url": "https://github.com/python/cpython/commit/bcf98ddbc40ec9b3ee87da0124a5660b19b7e606"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c2390b9376e35a701ed3acc597b8fc87546c9b00",
          "url": "https://github.com/python/cpython/commit/c2390b9376e35a701ed3acc597b8fc87546c9b00"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd",
          "url": "https://github.com/python/cpython/commit/e9f92ac0b298292e7ff998e52cb8ccacfb27a0bd"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/153030",
          "url": "https://github.com/python/cpython/issues/153030"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/153031",
          "url": "https://github.com/python/cpython/pull/153031"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/F6453LWKSHKCTWFLCOURWPLETNUIW2Z5/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2026/07/09/4",
          "url": "http://www.openwall.com/lists/oss-security/2026/07/09/4"
        }
      ],
      "release_date": "2026-07-09T17:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-07-09T17:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "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:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-6069",
      "cwe": {
        "id": "CWE-1333",
        "name": "Inefficient Regular Expression Complexity"
      },
      "notes": [
        {
          "category": "description",
          "text": "The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-6069"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/4455cbabf991e202185a25a631af206f60bbc949",
          "url": "https://github.com/python/cpython/commit/4455cbabf991e202185a25a631af206f60bbc949"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6eb6c5dbfb528bd07d77b60fd71fd05d81d45c41",
          "url": "https://github.com/python/cpython/commit/6eb6c5dbfb528bd07d77b60fd71fd05d81d45c41"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8d1b3dfa09135affbbf27fb8babcf3c11415df49",
          "url": "https://github.com/python/cpython/commit/8d1b3dfa09135affbbf27fb8babcf3c11415df49"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ab0893fd5c579d9cea30841680e6d35fc478afb5",
          "url": "https://github.com/python/cpython/commit/ab0893fd5c579d9cea30841680e6d35fc478afb5"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d851f8e258c7328814943e923a7df81bca15df4b",
          "url": "https://github.com/python/cpython/commit/d851f8e258c7328814943e923a7df81bca15df4b"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f3c6f882cddc8dc30320d2e73edf019e201394fc",
          "url": "https://github.com/python/cpython/commit/f3c6f882cddc8dc30320d2e73edf019e201394fc"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/fdc9d214c01cb4588f540cfa03726bbf2a33fc15",
          "url": "https://github.com/python/cpython/commit/fdc9d214c01cb4588f540cfa03726bbf2a33fc15"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/135462",
          "url": "https://github.com/python/cpython/issues/135462"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/135464",
          "url": "https://github.com/python/cpython/pull/135464"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/K5PIYLR6EP3WR7ZOKKYQUWEDNQVUXOYM/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/K5PIYLR6EP3WR7ZOKKYQUWEDNQVUXOYM/"
        }
      ],
      "release_date": "2025-06-17T14:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-06-17T14:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2025-1795",
      "cwe": {
        "id": "CWE-116",
        "name": "Improper Encoding or Escaping of Output"
      },
      "notes": [
        {
          "category": "description",
          "text": "During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted by some mail servers.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-1795"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/09fab93c3d857496c0bd162797fab816c311ee48",
          "url": "https://github.com/python/cpython/commit/09fab93c3d857496c0bd162797fab816c311ee48"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/70754d21c288535e86070ca7a6e90dcb670b8593",
          "url": "https://github.com/python/cpython/commit/70754d21c288535e86070ca7a6e90dcb670b8593"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/9148b77e0af91cdacaa7fe3dfac09635c3fe9a74",
          "url": "https://github.com/python/cpython/commit/9148b77e0af91cdacaa7fe3dfac09635c3fe9a74"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a4ef689ce670684ec132204b1cd03720c8e0a03d",
          "url": "https://github.com/python/cpython/commit/a4ef689ce670684ec132204b1cd03720c8e0a03d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d4df3c55e4c5513947f907f24766b34d2ae8c090",
          "url": "https://github.com/python/cpython/commit/d4df3c55e4c5513947f907f24766b34d2ae8c090"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/100884",
          "url": "https://github.com/python/cpython/issues/100884"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/100885",
          "url": "https://github.com/python/cpython/pull/100885"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/119099",
          "url": "https://github.com/python/cpython/pull/119099"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/MB62IZMEC3UM6SGHP5LET5JX2Y7H4ZUR/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/MB62IZMEC3UM6SGHP5LET5JX2Y7H4ZUR/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/03/msg00013.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00013.html"
        }
      ],
      "release_date": "2025-02-28T19:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-02-28T19:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 3.1,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ]
    },
    {
      "cve": "CVE-2025-0938",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "description",
          "text": "The Python standard library functions `urllib.parse.urlsplit` and `urlparse` accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-0938"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba",
          "url": "https://github.com/python/cpython/commit/526617ed68cde460236c973e5d0a8bad4de896ba"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403",
          "url": "https://github.com/python/cpython/commit/90e526ae67b172ed7c6c56e7edad36263b0f9403"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568",
          "url": "https://github.com/python/cpython/commit/a7084f6075c9595ba60119ce8c62f1496f50c568"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab",
          "url": "https://github.com/python/cpython/commit/b8b4b713c5f8ec0958c7ef8d29d6711889bc94ab"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a",
          "url": "https://github.com/python/cpython/commit/d89a5f6a6e65511a5f6e0618c4c30a7aa5aba56a"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32",
          "url": "https://github.com/python/cpython/commit/ff4e5c25666f63544071a6b075ae8b25c98b7a32"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/105704",
          "url": "https://github.com/python/cpython/issues/105704"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/129418",
          "url": "https://github.com/python/cpython/pull/129418"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/K4EUG6EKV6JYFIC24BASYOZS4M5XOQIB/"
        },
        {
          "category": "external",
          "summary": "https://lists.debian.org/debian-lts-announce/2025/03/msg00013.html",
          "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00013.html"
        },
        {
          "category": "external",
          "summary": "https://security.netapp.com/advisory/ntap-20250314-0002/",
          "url": "https://security.netapp.com/advisory/ntap-20250314-0002/"
        }
      ],
      "release_date": "2025-01-31T18:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2025-01-31T18:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-6019",
      "cwe": {
        "id": "CWE-150",
        "name": "Improper Neutralization of Escape, Meta, or Control Sequences"
      },
      "notes": [
        {
          "category": "description",
          "text": "http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes \" for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes the cookie value to disallow escaping using cookie value.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-6019"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c",
          "url": "https://github.com/python/cpython/commit/3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/76b3923d688c0efc580658476c5f525ec8735104",
          "url": "https://github.com/python/cpython/commit/76b3923d688c0efc580658476c5f525ec8735104"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f795e042043dfe26c42e1971d4502c1cdc4c65b8",
          "url": "https://github.com/python/cpython/commit/f795e042043dfe26c42e1971d4502c1cdc4c65b8"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/90309",
          "url": "https://github.com/python/cpython/issues/90309"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/148848",
          "url": "https://github.com/python/cpython/pull/148848"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/IVNWGV2BBNC3RHQAFS22UP4DY56SAXX3/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/IVNWGV2BBNC3RHQAFS22UP4DY56SAXX3/"
        }
      ],
      "release_date": "2026-04-22T20:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-04-22T20:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    },
    {
      "cve": "CVE-2026-7774",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')"
      },
      "notes": [
        {
          "category": "description",
          "text": "tarfile.data_filter could be bypassed using crafted link entries, including symlinks with empty or directory-like names, to redirect later archive members outside the intended extraction directory. This allowed a malicious tar archive to cause tarfile.extractall() to write files outside the destination directory, subject to the permissions of the extracting process.",
          "title": "Vulnerability description"
        }
      ],
      "product_status": {
        "fixed": [
          "Debian-10:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2026-7774"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2",
          "url": "https://github.com/python/cpython/commit/0478bd83d82b255e0f29f613367a59d261e7eaa2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d",
          "url": "https://github.com/python/cpython/commit/0d28f5e46e151718972dfabd91205444d0037b6d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/10a13bee3c24f9c62b602e696334ff2272a40efc",
          "url": "https://github.com/python/cpython/commit/10a13bee3c24f9c62b602e696334ff2272a40efc"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da",
          "url": "https://github.com/python/cpython/commit/578411982c16f753f4893532510099ef665117da"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558",
          "url": "https://github.com/python/cpython/commit/5cf47a248c35c375d610b87b2f72fd1ed454b558"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf",
          "url": "https://github.com/python/cpython/commit/74cca9a92fb7d653e404843a56b8bdc7b0afdbbf"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c063191cb7f9170f9565e305f8aa2b79ab2bf609",
          "url": "https://github.com/python/cpython/commit/c063191cb7f9170f9565e305f8aa2b79ab2bf609"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/149486",
          "url": "https://github.com/python/cpython/issues/149486"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/149487",
          "url": "https://github.com/python/cpython/pull/149487"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/4FU62L2M6RMMHT2QPGQNPEHHUND7CEX5/"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2026/06/04/9",
          "url": "http://www.openwall.com/lists/oss-security/2026/06/04/9"
        }
      ],
      "release_date": "2026-06-04T16:16:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-06-04T16:16:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ]
    },
    {
      "cve": "CVE-2025-11468",
      "cwe": {
        "id": "CWE-93",
        "name": "Improper Neutralization of CRLF Sequences ('CRLF Injection')"
      },
      "notes": [
        {
          "category": "description",
          "text": "When folding a long comment in an email header containing exclusively unfoldable characters, the parenthesis would not be preserved. This could be used for injecting headers into email messages where addresses are user-controlled and not sanitized.",
          "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:alt-python37-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
        ],
        "known_affected": [
          "Debian-10:alt-python37-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
          "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els-alt-python/cve/CVE-2025-11468"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/003b8315669b9f08b1010a49071f73f15f818094",
          "url": "https://github.com/python/cpython/commit/003b8315669b9f08b1010a49071f73f15f818094"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/17d1490aa97bd6b98a42b1a9b324ead84e7fd8a2",
          "url": "https://github.com/python/cpython/commit/17d1490aa97bd6b98a42b1a9b324ead84e7fd8a2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/61614a5e5056e4f61ced65008d4576f3df34acb6",
          "url": "https://github.com/python/cpython/commit/61614a5e5056e4f61ced65008d4576f3df34acb6"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/a76e4cd62dd68e7cbe86e37e6ed988495a646b66",
          "url": "https://github.com/python/cpython/commit/a76e4cd62dd68e7cbe86e37e6ed988495a646b66"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/e9970f077240c7c670e8a6fc6662f2b30d3b6ad0",
          "url": "https://github.com/python/cpython/commit/e9970f077240c7c670e8a6fc6662f2b30d3b6ad0"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/f738386838021c762efea6c9802c82de65e87796",
          "url": "https://github.com/python/cpython/commit/f738386838021c762efea6c9802c82de65e87796"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/143935",
          "url": "https://github.com/python/cpython/issues/143935"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/143936",
          "url": "https://github.com/python/cpython/pull/143936"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/FELSEOLBI2QR6YLG6Q7VYF7FWSGQTKLI/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/FELSEOLBI2QR6YLG6Q7VYF7FWSGQTKLI/"
        }
      ],
      "release_date": "2026-01-20T22:15:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-01T12:14:16.917503Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-31.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-31.amd64"
          ],
          "url": "https://cve.tuxcare.com/els-alt-python/releases/CLSA-2026:1788264853"
        },
        {
          "category": "none_available",
          "date": "2026-01-20T22:15:00Z",
          "details": "Affected",
          "product_ids": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 4.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "Debian-10:alt-python37-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-debug-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-devel-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-libs-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-test-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tkinter-0:3.7.17-30.amd64",
            "Debian-10:alt-python37-tools-0:3.7.17-30.amd64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    }
  ]
}