RHSA-2026:11062

Vulnerability from csaf_redhat - Published: 2026-04-27 20:58 - Updated: 2026-04-30 21:34
Summary
Red Hat Security Advisory: python3.11 security update
Severity
Important
Notes
Topic: An update for python3.11 is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems. Security Fix(es): * python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules (CVE-2026-6100) * python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API (CVE-2026-4786) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: 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 Red Hat Inc. and provide a link to the original.

A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing "%action" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.

CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:11062
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

A flaw was found in Python's decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.

CWE-825 - Expired Pointer Dereference
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2026:11062
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for python3.11 is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Python is an interpreted, interactive, object-oriented programming language, which includes modules, classes, exceptions, very high level dynamic data types and dynamic typing. Python supports interfaces to many system calls and libraries, as well as to various windowing systems.\n\nSecurity Fix(es):\n\n* python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules (CVE-2026-6100)\n\n* python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API (CVE-2026-4786)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "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 Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "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/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2457932",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
      },
      {
        "category": "external",
        "summary": "2458049",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_11062.json"
      }
    ],
    "title": "Red Hat Security Advisory: python3.11 security update",
    "tracking": {
      "current_release_date": "2026-04-30T21:34:38+00:00",
      "generator": {
        "date": "2026-04-30T21:34:38+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.7"
        }
      },
      "id": "RHSA-2026:11062",
      "initial_release_date": "2026-04-27T20:58:25+00:00",
      "revision_history": [
        {
          "date": "2026-04-27T20:58:25+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-04-27T20:58:25+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-04-30T21:34:38+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 8)",
                  "product_id": "AppStream-8.10.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux CRB (v. 8)",
                "product": {
                  "name": "Red Hat Enterprise Linux CRB (v. 8)",
                  "product_id": "CRB-8.10.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:8::crb"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.src",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.src",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-devel-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-devel-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-devel-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-libs-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-libs-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-libs-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debug-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-debug-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-debug-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-idle-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-idle-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-idle-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-test-0:3.11.13-7.el8_10.aarch64",
                "product": {
                  "name": "python3.11-test-0:3.11.13-7.el8_10.aarch64",
                  "product_id": "python3.11-test-0:3.11.13-7.el8_10.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-test@3.11.13-7.el8_10?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-test-0:3.11.13-7.el8_10.ppc64le",
                "product": {
                  "name": "python3.11-test-0:3.11.13-7.el8_10.ppc64le",
                  "product_id": "python3.11-test-0:3.11.13-7.el8_10.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-test@3.11.13-7.el8_10?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-devel-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-devel-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-devel-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-libs-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-libs-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-libs-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debug-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-debug-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-debug-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-idle-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-idle-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-idle-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-test-0:3.11.13-7.el8_10.x86_64",
                "product": {
                  "name": "python3.11-test-0:3.11.13-7.el8_10.x86_64",
                  "product_id": "python3.11-test-0:3.11.13-7.el8_10.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-test@3.11.13-7.el8_10?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-devel-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-devel-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-devel-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-libs-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-libs-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-libs-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debugsource-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-debugsource-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-debugsource-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debug-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-debug-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-debug-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-idle-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-idle-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-idle-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-test-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-test-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-test-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-test@3.11.13-7.el8_10?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-tkinter-0:3.11.13-7.el8_10.i686",
                "product": {
                  "name": "python3.11-tkinter-0:3.11.13-7.el8_10.i686",
                  "product_id": "python3.11-tkinter-0:3.11.13-7.el8_10.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-7.el8_10?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-devel-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-devel-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-devel-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-devel@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-libs-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-libs-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-libs-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-libs@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-tkinter@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debugsource@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debuginfo@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-debug-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-debug-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-debug-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-debug@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-idle-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-idle-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-idle-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-idle@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3.11-test-0:3.11.13-7.el8_10.s390x",
                "product": {
                  "name": "python3.11-test-0:3.11.13-7.el8_10.s390x",
                  "product_id": "python3.11-test-0:3.11.13-7.el8_10.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-test@3.11.13-7.el8_10?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
                "product": {
                  "name": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
                  "product_id": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3.11-rpm-macros@3.11.13-7.el8_10?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.src",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch"
        },
        "product_reference": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
          "product_id": "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.src as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.src",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debug-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debug-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-devel-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-devel-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-idle-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-idle-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-libs-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-libs-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch"
        },
        "product_reference": "python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-test-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-test-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.i686 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.i686",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)",
          "product_id": "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
        },
        "product_reference": "python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
        "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-4786",
      "cwe": {
        "id": "CWE-88",
        "name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
      },
      "discovery_date": "2026-04-13T22:01:38.006388+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2458049"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Python webbrowser.open() API. If a specially crafted URL containing \"%action\" is processed, an attacker could bypass a previous mitigation for CVE-2026-4519. This bypass allows for command injection into the underlying shell, potentially leading to arbitrary code execution.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw in the Python `webbrowser.open()` API allows for command injection and arbitrary code execution when processing specially crafted URLs containing \"%action\". This bypasses a previous mitigation for CVE-2026-4519.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-4786"
        },
        {
          "category": "external",
          "summary": "RHBZ#2458049",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458049"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-4786",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-4786"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4786"
        },
        {
          "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/"
        }
      ],
      "release_date": "2026-04-13T21:52:19.036000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-27T20:58:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:11062"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ]
        }
      ],
      "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": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "python: cpython: Python: Arbitrary code execution via command injection in webbrowser.open() API"
    },
    {
      "cve": "CVE-2026-6100",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-04-13T18:01:31.970255+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2457932"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Python\u0027s decompression modules, including `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile`. This vulnerability, a use-after-free, can occur if a program attempts to re-use a decompression object after a memory allocation error, especially when the system is experiencing high memory usage. Exploitation of this flaw could potentially allow an attacker to execute arbitrary code or access sensitive data. The vulnerability is only present if the program re-uses decompressor instances across multiple decompression calls even after a `MemoryError` is raised during decompression. Using the helper functions to one-shot decompress data such as `lzma.decompress()`, `bz2.decompress()`, `gzip.decompress()`, and `zlib.decompress()` are not affected as a new decompressor instance is used per call. If the decompressor instance is not re-used after an error condition, this usage is similarly not vulnerable.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The severity of this flaw is somewhat mitigated on Red Hat platforms. By default processes are not executed with root user privilege and are limited in their scope which in turn limits the impact of this flaw.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
          "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
          "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-6100"
        },
        {
          "category": "external",
          "summary": "RHBZ#2457932",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457932"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-6100",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-6100"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6100"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d",
          "url": "https://github.com/python/cpython/commit/6a5f79c8d7bbf22b083b240910c7a8781a59437d"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2",
          "url": "https://github.com/python/cpython/commit/8fc66aef6d7b3ae58f43f5c66f9366cc8cbbfcd2"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20",
          "url": "https://github.com/python/cpython/commit/c3cf71c3366fe49acb776a639405c0eea6169c20"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/issues/148395",
          "url": "https://github.com/python/cpython/issues/148395"
        },
        {
          "category": "external",
          "summary": "https://github.com/python/cpython/pull/148396",
          "url": "https://github.com/python/cpython/pull/148396"
        },
        {
          "category": "external",
          "summary": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/",
          "url": "https://mail.python.org/archives/list/security-announce@python.org/thread/HTWB2Z6KT5QQX4RYEZAFININDHNOSIF3/"
        }
      ],
      "release_date": "2026-04-13T17:15:47.606000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-04-27T20:58:25+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:11062"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "AppStream-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.src",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debug-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debuginfo-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-debugsource-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-devel-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-idle-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-libs-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-rpm-macros-0:3.11.13-7.el8_10.noarch",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-test-0:3.11.13-7.el8_10.x86_64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.aarch64",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.i686",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.ppc64le",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.s390x",
            "CRB-8.10.0.Z.MAIN.EUS:python3.11-tkinter-0:3.11.13-7.el8_10.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "python: Python: Arbitrary code execution or information disclosure via use-after-free in decompression modules"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…