RHSA-2026:70640

Vulnerability from csaf_redhat - Published: 2026-09-24 03:18 - Updated: 2026-09-24 09:56
Summary
Red Hat Security Advisory: buildah security update
Severity
Important
Notes
Topic: An update for buildah is now available for Red Hat Enterprise Linux 9. 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: The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. Security Fix(es): * buildah: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853) * buildah: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858) * buildah: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818) * buildah: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860) * buildah: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862) 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 Podman. If an attacker can pass a crafted tar archive to the `podman load` command, they can create files on the host machine with the privileges of the user running Podman.

CWE-277 - Insecure Inherited Permissions
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x
Vendor Fix fix
Workaround
Unresolved product id: AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64
Vendor Fix fix
Workaround
Threats
Impact Moderate

A flaw was found in BuildKit. A custom client with valid permissions to access the BuildKit control API can produce an upload request that allows files to escape from the BuildKit-controlled state directory. This could lead to unauthorized modification or disclosure of sensitive data.

CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Moderate

A flaw was found in the `encoding/asn1` package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One (ASN.1) structure, leading to excessive recursion during the `Unmarshal` operation. This could result in stack exhaustion and a Denial of Service (DoS) condition.

CWE-776 - Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Important

A flaw was found in the `net/http` component of the Go standard library. When a server is configured to support unencrypted HTTP/2, it reads initial bytes from new connections to detect the HTTP/2 client preface. However, the `ReadHeaderTimeout` is not correctly applied during this process. This oversight could allow a remote attacker to maintain open connections indefinitely, potentially leading to a Denial of Service (DoS) by exhausting server resources.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Important

A flaw was found in golang.org/x/crypto/ssh. After a channel has been established, a remote malicious peer could send specially crafted messages. This could lead to a deadlock of the entire connection, resulting in a Denial of Service (DoS) for the affected system.

CWE-833 - Deadlock
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Moderate

A flaw was found in the `html/template` component of Go (golang). Pathological inputs could prematurely close an unescaped forward slash ('/'), allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting (XSS), where malicious scripts are executed in a user's browser, potentially compromising user data or actions.

CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Important

A flaw was found in `net/url`, a component of `golang`. This vulnerability arises when resolving relative paths that contain numerous parent directory ('..') segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory allocation. This can result in a Denial of Service (DoS) due to resource exhaustion.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Important

A flaw was found in the `crypto/tls` package, part of `golang`. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service (DoS) condition.

CWE-1050 - Excessive Platform Resource Consumption within a Loop
Affected products
Fixed 21 products, the same list as for CVE-2025-11395
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:70640 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2515815 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515820 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515827 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515838 external
https://bugzilla.redhat.com/show_bug.cgi?id=2515839 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-11395 self
https://bugzilla.redhat.com/show_bug.cgi?id=2402034 external
https://www.cve.org/CVERecord?id=CVE-2025-11395 external
https://nvd.nist.gov/vuln/detail/CVE-2025-11395 external
https://access.redhat.com/security/cve/CVE-2026-15789 self
https://bugzilla.redhat.com/show_bug.cgi?id=2503742 external
https://www.cve.org/CVERecord?id=CVE-2026-15789 external
https://nvd.nist.gov/vuln/detail/CVE-2026-15789 external
https://github.com/moby/buildkit/security/advisor… external
https://access.redhat.com/security/cve/CVE-2026-33818 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515815 external
https://www.cve.org/CVERecord?id=CVE-2026-33818 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33818 external
https://go.dev/cl/814980 external
https://go.dev/issue/80405 external
https://groups.google.com/g/golang-announce/c/94p… external
https://pkg.go.dev/vuln/GO-2026-5972 external
https://access.redhat.com/security/cve/CVE-2026-56853 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515827 external
https://www.cve.org/CVERecord?id=CVE-2026-56853 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56853 external
https://go.dev/cl/795540 external
https://go.dev/issue/80205 external
https://pkg.go.dev/vuln/GO-2026-6089 external
https://access.redhat.com/security/cve/CVE-2026-56855 self
https://bugzilla.redhat.com/show_bug.cgi?id=2528050 external
https://www.cve.org/CVERecord?id=CVE-2026-56855 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56855 external
https://go.dev/cl/826524 external
https://go.dev/issue/81317 external
https://groups.google.com/g/golang-announce/c/1y3… external
https://pkg.go.dev/vuln/GO-2026-6355 external
https://access.redhat.com/security/cve/CVE-2026-56858 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515838 external
https://www.cve.org/CVERecord?id=CVE-2026-56858 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56858 external
https://go.dev/cl/807100 external
https://go.dev/issue/80435 external
https://pkg.go.dev/vuln/GO-2026-6091 external
https://access.redhat.com/security/cve/CVE-2026-56860 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515820 external
https://www.cve.org/CVERecord?id=CVE-2026-56860 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56860 external
https://go.dev/cl/803681 external
https://go.dev/issue/80494 external
https://pkg.go.dev/vuln/GO-2026-6218 external
https://access.redhat.com/security/cve/CVE-2026-56862 self
https://bugzilla.redhat.com/show_bug.cgi?id=2515839 external
https://www.cve.org/CVERecord?id=CVE-2026-56862 external
https://nvd.nist.gov/vuln/detail/CVE-2026-56862 external
https://go.dev/cl/804261 external
https://go.dev/issue/80528 external
https://pkg.go.dev/vuln/GO-2026-6090 external
Acknowledgments

{
  "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 buildah is now available for Red Hat Enterprise Linux 9.\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": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images.\n\nSecurity Fix(es):\n\n* buildah: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (CVE-2026-56853)\n\n* buildah: Go html/template: Cross-Site Scripting via pathological input (CVE-2026-56858)\n\n* buildah: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (CVE-2026-33818)\n\n* buildah: golang net/url: Denial of Service from quadratic complexity in path resolution (CVE-2026-56860)\n\n* buildah: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (CVE-2026-56862)\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:70640",
        "url": "https://access.redhat.com/errata/RHSA-2026:70640"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2515815",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
      },
      {
        "category": "external",
        "summary": "2515820",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
      },
      {
        "category": "external",
        "summary": "2515827",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
      },
      {
        "category": "external",
        "summary": "2515838",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
      },
      {
        "category": "external",
        "summary": "2515839",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_70640.json"
      }
    ],
    "title": "Red Hat Security Advisory: buildah security update",
    "tracking": {
      "current_release_date": "2026-09-24T09:56:13+00:00",
      "generator": {
        "date": "2026-09-24T09:56:13+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.4.0"
        }
      },
      "id": "RHSA-2026:70640",
      "initial_release_date": "2026-09-24T03:18:23+00:00",
      "revision_history": [
        {
          "date": "2026-09-24T03:18:23+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-09-24T03:18:23+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-09-24T09:56:13+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. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream (v. 9)",
                  "product_id": "AppStream-9.8.0.Z.MAIN.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-2:1.43.3-2.el9_8.src",
                "product": {
                  "name": "buildah-2:1.43.3-2.el9_8.src",
                  "product_id": "buildah-2:1.43.3-2.el9_8.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah@1.43.3-2.el9_8?arch=src\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-2:1.43.3-2.el9_8.aarch64",
                "product": {
                  "name": "buildah-2:1.43.3-2.el9_8.aarch64",
                  "product_id": "buildah-2:1.43.3-2.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah@1.43.3-2.el9_8?arch=aarch64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-2:1.43.3-2.el9_8.aarch64",
                "product": {
                  "name": "buildah-tests-2:1.43.3-2.el9_8.aarch64",
                  "product_id": "buildah-tests-2:1.43.3-2.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests@1.43.3-2.el9_8?arch=aarch64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
                "product": {
                  "name": "buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
                  "product_id": "buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debugsource@1.43.3-2.el9_8?arch=aarch64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
                "product": {
                  "name": "buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
                  "product_id": "buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debuginfo@1.43.3-2.el9_8?arch=aarch64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
                "product": {
                  "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
                  "product_id": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.43.3-2.el9_8?arch=aarch64\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-2:1.43.3-2.el9_8.ppc64le",
                "product": {
                  "name": "buildah-2:1.43.3-2.el9_8.ppc64le",
                  "product_id": "buildah-2:1.43.3-2.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah@1.43.3-2.el9_8?arch=ppc64le\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-2:1.43.3-2.el9_8.ppc64le",
                "product": {
                  "name": "buildah-tests-2:1.43.3-2.el9_8.ppc64le",
                  "product_id": "buildah-tests-2:1.43.3-2.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests@1.43.3-2.el9_8?arch=ppc64le\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
                "product": {
                  "name": "buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
                  "product_id": "buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debugsource@1.43.3-2.el9_8?arch=ppc64le\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                "product": {
                  "name": "buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                  "product_id": "buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debuginfo@1.43.3-2.el9_8?arch=ppc64le\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                "product": {
                  "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                  "product_id": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.43.3-2.el9_8?arch=ppc64le\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-2:1.43.3-2.el9_8.s390x",
                "product": {
                  "name": "buildah-2:1.43.3-2.el9_8.s390x",
                  "product_id": "buildah-2:1.43.3-2.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah@1.43.3-2.el9_8?arch=s390x\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-2:1.43.3-2.el9_8.s390x",
                "product": {
                  "name": "buildah-tests-2:1.43.3-2.el9_8.s390x",
                  "product_id": "buildah-tests-2:1.43.3-2.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests@1.43.3-2.el9_8?arch=s390x\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debugsource-2:1.43.3-2.el9_8.s390x",
                "product": {
                  "name": "buildah-debugsource-2:1.43.3-2.el9_8.s390x",
                  "product_id": "buildah-debugsource-2:1.43.3-2.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debugsource@1.43.3-2.el9_8?arch=s390x\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
                "product": {
                  "name": "buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
                  "product_id": "buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debuginfo@1.43.3-2.el9_8?arch=s390x\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
                "product": {
                  "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
                  "product_id": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.43.3-2.el9_8?arch=s390x\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-2:1.43.3-2.el9_8.x86_64",
                "product": {
                  "name": "buildah-2:1.43.3-2.el9_8.x86_64",
                  "product_id": "buildah-2:1.43.3-2.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah@1.43.3-2.el9_8?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-2:1.43.3-2.el9_8.x86_64",
                "product": {
                  "name": "buildah-tests-2:1.43.3-2.el9_8.x86_64",
                  "product_id": "buildah-tests-2:1.43.3-2.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests@1.43.3-2.el9_8?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
                "product": {
                  "name": "buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
                  "product_id": "buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debugsource@1.43.3-2.el9_8?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
                "product": {
                  "name": "buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
                  "product_id": "buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-debuginfo@1.43.3-2.el9_8?arch=x86_64\u0026epoch=2"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64",
                "product": {
                  "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64",
                  "product_id": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.43.3-2.el9_8?arch=x86_64\u0026epoch=2"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-2:1.43.3-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64"
        },
        "product_reference": "buildah-2:1.43.3-2.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-2:1.43.3-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le"
        },
        "product_reference": "buildah-2:1.43.3-2.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-2:1.43.3-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x"
        },
        "product_reference": "buildah-2:1.43.3-2.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-2:1.43.3-2.el9_8.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src"
        },
        "product_reference": "buildah-2:1.43.3-2.el9_8.src",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-2:1.43.3-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64"
        },
        "product_reference": "buildah-2:1.43.3-2.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debuginfo-2:1.43.3-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64"
        },
        "product_reference": "buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le"
        },
        "product_reference": "buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debuginfo-2:1.43.3-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x"
        },
        "product_reference": "buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debuginfo-2:1.43.3-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64"
        },
        "product_reference": "buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debugsource-2:1.43.3-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64"
        },
        "product_reference": "buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debugsource-2:1.43.3-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le"
        },
        "product_reference": "buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debugsource-2:1.43.3-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x"
        },
        "product_reference": "buildah-debugsource-2:1.43.3-2.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-debugsource-2:1.43.3-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64"
        },
        "product_reference": "buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-2:1.43.3-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64"
        },
        "product_reference": "buildah-tests-2:1.43.3-2.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-2:1.43.3-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le"
        },
        "product_reference": "buildah-tests-2:1.43.3-2.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-2:1.43.3-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x"
        },
        "product_reference": "buildah-tests-2:1.43.3-2.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-2:1.43.3-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64"
        },
        "product_reference": "buildah-tests-2:1.43.3-2.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64"
        },
        "product_reference": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le"
        },
        "product_reference": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x"
        },
        "product_reference": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
          "product_id": "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        },
        "product_reference": "buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64",
        "relates_to_product_reference": "AppStream-9.8.0.Z.MAIN.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "XeR"
          ]
        }
      ],
      "cve": "CVE-2025-11395",
      "cwe": {
        "id": "CWE-277",
        "name": "Insecure Inherited Permissions"
      },
      "discovery_date": "2025-10-07T03:10:59.473000+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2402034"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Podman. If an attacker can pass a crafted tar archive to the `podman load` command, they can create files on the host machine with the privileges of the user running Podman.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "podman: Arbitrary file write when importing OCI archive",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This flaw in Podman allows an attacker to achieve arbitrary file write on the host system. Exploitation requires the attacker to supply a specially crafted OCI archive to the `podman load` command, which then executes with the privileges of the user invoking Podman. This risk is primarily relevant in environments where untrusted OCI archives are routinely processed by Podman users.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-11395"
        },
        {
          "category": "external",
          "summary": "RHBZ#2402034",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402034"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-11395",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-11395"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-11395",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11395"
        }
      ],
      "release_date": "2025-11-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        },
        {
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "podman: Arbitrary file write when importing OCI archive"
    },
    {
      "cve": "CVE-2026-15789",
      "cwe": {
        "id": "CWE-22",
        "name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
      },
      "discovery_date": "2026-07-21T17:01:36.777697+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2503742"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in BuildKit. A custom client with valid permissions to access the BuildKit control API can produce an upload request that allows files to escape from the BuildKit-controlled state directory. This could lead to unauthorized modification or disclosure of sensitive data.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "buildkit: github.com/moby/buildkit: BuildKit: File escape vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This Moderate impact flaw in BuildKit allows a custom client with valid permissions to the BuildKit control API to escape files from the BuildKit-controlled state directory. This vulnerability requires an attacker to already possess the necessary access to the BuildKit daemon, limiting the attack surface to environments where the control API is exposed or compromised.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-15789"
        },
        {
          "category": "external",
          "summary": "RHBZ#2503742",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2503742"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-15789",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-15789"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-15789",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15789"
        },
        {
          "category": "external",
          "summary": "https://github.com/moby/buildkit/security/advisories/GHSA-g2h8-426c-7976",
          "url": "https://github.com/moby/buildkit/security/advisories/GHSA-g2h8-426c-7976"
        }
      ],
      "release_date": "2026-07-21T16:10:20.421000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "buildkit: github.com/moby/buildkit: BuildKit: File escape vulnerability"
    },
    {
      "cve": "CVE-2026-33818",
      "cwe": {
        "id": "CWE-776",
        "name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
      },
      "discovery_date": "2026-08-13T22:12:37.151735+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2515815"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `encoding/asn1` package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One (ASN.1) structure, leading to excessive recursion during the `Unmarshal` operation. This could result in stack exhaustion and a Denial of Service (DoS) condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important denial of service flaw in the Go encoding/asn1 package, as it can be triggered remotely without authentication. An attacker can provide a malformed ASN.1 structure, causing excessive recursion during unmarshalling and leading to stack exhaustion, which can render the service unavailable.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33818"
        },
        {
          "category": "external",
          "summary": "RHBZ#2515815",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515815"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33818",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33818"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33818",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33818"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/814980",
          "url": "https://go.dev/cl/814980"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/80405",
          "url": "https://go.dev/issue/80405"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
          "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-5972",
          "url": "https://pkg.go.dev/vuln/GO-2026-5972"
        }
      ],
      "release_date": "2026-08-13T21:58:52.821000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal"
    },
    {
      "cve": "CVE-2026-56853",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-08-13T22:14:53.561638+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2515827"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `net/http` component of the Go standard library. When a server is configured to support unencrypted HTTP/2, it reads initial bytes from new connections to detect the HTTP/2 client preface. However, the `ReadHeaderTimeout` is not correctly applied during this process. This oversight could allow a remote attacker to maintain open connections indefinitely, potentially leading to a Denial of Service (DoS) by exhausting server resources.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Important: Unencrypted HTTP/2 servers are susceptible to a denial of service due to improper handling of ReadHeaderTimeout during the client preface reading phase. This can lead to resource exhaustion and service unavailability in affected Red Hat products configured to support unencrypted HTTP/2.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56853"
        },
        {
          "category": "external",
          "summary": "RHBZ#2515827",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515827"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56853",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56853"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56853",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56853"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/795540",
          "url": "https://go.dev/cl/795540"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/80205",
          "url": "https://go.dev/issue/80205"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
          "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-6089",
          "url": "https://pkg.go.dev/vuln/GO-2026-6089"
        }
      ],
      "release_date": "2026-08-13T21:58:53.092000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "net/http: golang: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service"
    },
    {
      "cve": "CVE-2026-56855",
      "cwe": {
        "id": "CWE-833",
        "name": "Deadlock"
      },
      "discovery_date": "2026-09-03T14:23:56.876009+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2528050"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in golang.org/x/crypto/ssh. After a channel has been established, a remote malicious peer could send specially crafted messages. This could lead to a deadlock of the entire connection, resulting in a Denial of Service (DoS) for the affected system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted messages",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A malicious SSH peer can send crafted channel messages after a connection is established, causing the affected SSH connection to become unresponsive. This vulnerability does not affect confidentiality or integrity. Red Hat rates this issue as Moderate because the demonstrated availability impact is limited to the affected connection.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56855"
        },
        {
          "category": "external",
          "summary": "RHBZ#2528050",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2528050"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56855",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56855"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56855",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56855"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/826524",
          "url": "https://go.dev/cl/826524"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/81317",
          "url": "https://go.dev/issue/81317"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/1y3fb2np35U",
          "url": "https://groups.google.com/g/golang-announce/c/1y3fb2np35U"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-6355",
          "url": "https://pkg.go.dev/vuln/GO-2026-6355"
        }
      ],
      "release_date": "2026-09-02T19:37:05.807000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        },
        {
          "category": "workaround",
          "details": "Red Hat is not aware of a practical mitigation that fully prevents this issue while maintaining affected SSH functionality. Where operationally possible, restrict SSH connectivity to trusted systems. Apply relevant Red Hat updates when they become available.",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.3,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted messages"
    },
    {
      "cve": "CVE-2026-56858",
      "cwe": {
        "id": "CWE-79",
        "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
      },
      "discovery_date": "2026-08-13T22:16:32.034590+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2515838"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `html/template` component of Go (golang). Pathological inputs could prematurely close an unescaped forward slash (\u0027/\u0027), allowing an attacker to inject arbitrary content. This could lead to Cross-Site Scripting (XSS), where malicious scripts are executed in a user\u0027s browser, potentially compromising user data or actions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "html/template: golang: Go html/template: Cross-Site Scripting via pathological input",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important cross-site scripting (XSS) vulnerability in the Go `html/template` package. Applications utilizing this package to render untrusted input are susceptible to arbitrary content injection due to a flaw in how pathological inputs are handled, potentially leading to client-side script execution.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56858"
        },
        {
          "category": "external",
          "summary": "RHBZ#2515838",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515838"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56858",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56858"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56858",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56858"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/807100",
          "url": "https://go.dev/cl/807100"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/80435",
          "url": "https://go.dev/issue/80435"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
          "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-6091",
          "url": "https://pkg.go.dev/vuln/GO-2026-6091"
        }
      ],
      "release_date": "2026-08-13T21:58:53.354000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "NONE",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "html/template: golang: Go html/template: Cross-Site Scripting via pathological input"
    },
    {
      "cve": "CVE-2026-56860",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-08-13T22:13:18.319384+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2515820"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in `net/url`, a component of `golang`. This vulnerability arises when resolving relative paths that contain numerous parent directory (\u0027..\u0027) segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory allocation. This can result in a Denial of Service (DoS) due to resource exhaustion.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important denial of service flaw in the Go `net/url` package. Applications built with Go that process untrusted URLs containing parent directory segments (\u0027..\u0027) may be vulnerable to excessive resource consumption due to quadratic time complexity in path resolution. This can lead to a denial of service, impacting the availability of affected services.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56860"
        },
        {
          "category": "external",
          "summary": "RHBZ#2515820",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515820"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56860",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56860"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56860",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56860"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/803681",
          "url": "https://go.dev/cl/803681"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/80494",
          "url": "https://go.dev/issue/80494"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
          "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-6218",
          "url": "https://pkg.go.dev/vuln/GO-2026-6218"
        }
      ],
      "release_date": "2026-08-13T21:58:53.731000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution"
    },
    {
      "cve": "CVE-2026-56862",
      "cwe": {
        "id": "CWE-1050",
        "name": "Excessive Platform Resource Consumption within a Loop"
      },
      "discovery_date": "2026-08-13T22:16:41.928450+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2515839"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `crypto/tls` package, part of `golang`. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service (DoS) condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important denial of service vulnerability in the `golang` `crypto/tls` package. A remote, unauthenticated attacker can exploit this flaw by continuously sending `KeyUpdate` messages during a TLS handshake, forcing the server to perform indefinite key derivation operations. This resource exhaustion can lead to a denial of service for applications and services in Red Hat products that use the affected `crypto/tls` library and are exposed to untrusted network clients.",
          "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-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
          "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-56862"
        },
        {
          "category": "external",
          "summary": "RHBZ#2515839",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2515839"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-56862",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-56862"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-56862",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56862"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/804261",
          "url": "https://go.dev/cl/804261"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/80528",
          "url": "https://go.dev/issue/80528"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/94pEornpRlI",
          "url": "https://groups.google.com/g/golang-announce/c/94pEornpRlI"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-6090",
          "url": "https://pkg.go.dev/vuln/GO-2026-6090"
        }
      ],
      "release_date": "2026-08-13T21:58:53.216000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-09-24T03:18:23+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:70640"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.src",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debuginfo-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-debugsource-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-2:1.43.3-2.el9_8.x86_64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.aarch64",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.ppc64le",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.s390x",
            "AppStream-9.8.0.Z.MAIN.EUS:buildah-tests-debuginfo-2:1.43.3-2.el9_8.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages"
    }
  ]
}



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…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…