{
  "document": {
    "aggregate_severity": {
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "TuxCare License Agreement",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Cloud Linux Inc. and provide a link to the original.",
        "title": "Terms of Use"
      },
      {
        "category": "details",
        "text": "CVE-2024-9407: validate input for bind-propagation option in Dockerfile RUN\n  --mount instruction to prevent arbitrary parameter passing and potential file\n  modification",
        "title": "Details"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://tuxcare.com/contact/",
      "name": "TuxCare",
      "namespace": "https://tuxcare.com/"
    },
    "references": [
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.tuxcare.com/csaf/v2/els_os/almalinux9.2esu/advisories/2025/clsa-2025_1756932191.json"
      },
      {
        "category": "self",
        "summary": "https://cve.tuxcare.com/els/releases/CLSA-2025:1756932191",
        "url": "https://cve.tuxcare.com/els/releases/CLSA-2025:1756932191"
      }
    ],
    "tracking": {
      "current_release_date": "2026-02-16T09:36:38Z",
      "generator": {
        "date": "2026-02-16T09:36:38Z",
        "engine": {
          "name": "pyCSAF"
        }
      },
      "id": "CLSA-2025:1756932191",
      "initial_release_date": "2025-09-03T20:43:39Z",
      "revision_history": [
        {
          "date": "2025-09-03T20:43:39Z",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-02-16T09:36:38Z",
          "number": "2",
          "summary": "Update document"
        }
      ],
      "status": "final",
      "version": "2"
    },
    "title": "buildah: Fix of CVE-2024-9407"
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "AlmaLinux 9.2",
                "product": {
                  "name": "AlmaLinux 9.2",
                  "product_id": "AlmaLinux-9.2",
                  "product_identification_helper": {
                    "cpe": "cpe:2.3:o:almalinux:almalinux:9.2:*:*:*:*:*:*:*"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "AlmaLinux"
          }
        ],
        "category": "vendor",
        "name": "AlmaLinux OS Foundation"
      },
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                "product": {
                  "name": "buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                  "product_id": "buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/tuxcare/buildah@1.35.4-1.el9_2.tuxcare.els3?arch=x86_64&epoch=1"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                "product": {
                  "name": "buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                  "product_id": "buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/tuxcare/buildah-tests@1.35.4-1.el9_2.tuxcare.els3?arch=x86_64&epoch=1"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "TuxCare"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64 as a component of AlmaLinux 9.2",
          "product_id": "AlmaLinux-9.2:buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64"
        },
        "product_reference": "buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
        "relates_to_product_reference": "AlmaLinux-9.2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64 as a component of AlmaLinux 9.2",
          "product_id": "AlmaLinux-9.2:buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64"
        },
        "product_reference": "buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
        "relates_to_product_reference": "AlmaLinux-9.2"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-9407",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability exists in the bind-propagation option of the Dockerfile RUN --mount instruction. The system does not properly validate the input passed to this option, allowing users to pass arbitrary parameters to the mount instruction. This issue can be exploited to mount sensitive directories from the host into a container during the build process and, in some cases, modify the contents of those mounted files. Even if SELinux is used, this vulnerability can bypass its protection by allowing the source directory to be relabeled to give the container access to host files.",
          "title": "Vulnerability description"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AlmaLinux-9.2:buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
          "AlmaLinux-9.2:buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://cve.tuxcare.com/els/cve/CVE-2024-9407"
        }
      ],
      "release_date": "2024-10-01T00:00:00Z",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-09-03T20:43:13.773895Z",
          "details": "Details on how to apply the fix are available at: https://cve.tuxcare.com/els/releases/CLSA-2025:1756932191",
          "product_ids": [
            "AlmaLinux-9.2:buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
            "AlmaLinux-9.2:buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64"
          ],
          "url": "https://cve.tuxcare.com/els/releases/CLSA-2025:1756932191"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "AlmaLinux-9.2:buildah-1:1.35.4-1.el9_2.tuxcare.els3.x86_64",
            "AlmaLinux-9.2:buildah-tests-1:1.35.4-1.el9_2.tuxcare.els3.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ]
    }
  ]
}