CVE-2026-64324 (GCVE-0-2026-64324)

Vulnerability from cvelistv5 – Published: 2026-07-25 08:49 – Updated: 2026-07-27 04:59
VLAI
Title
udf: validate free block extents against the partition length
Summary
In the Linux kernel, the following vulnerability has been resolved: udf: validate free block extents against the partition length udf_free_blocks() checks the logical block number and count against the partition length, but drops the extent offset from that final bound. A crafted extent can pass the guard while logicalBlockNum + offset + count points past the partition, which later indexes past the space bitmap array. A single ftruncate(2) on a file backed by such an extent reliably panics the kernel. This is a local availability issue. On desktop systems where UDisks/polkit allows the active user to mount removable UDF media without CAP_SYS_ADMIN, an unprivileged local user can supply the crafted filesystem and trigger the panic by truncating a writable file on it. Systems that require root or CAP_SYS_ADMIN to mount the image have a higher prerequisite. No confidentiality or integrity impact is claimed: the reproduced primitive is an out-of-bounds read of a bitmap pointer slot followed by a kernel panic. Use the already computed logicalBlockNum + offset + count value for the partition length check. Also make load_block_bitmap() reject an out-of-range block group before indexing s_block_bitmap[], so corrupted callers cannot walk past the flexible array.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 934f815345c09c290a9b9a9cfdddc203ec2117e8 , < fdd6229d2ae9914c1f25d1041db0f4f312a4fa76 (git)
Affected: 22cc7323f090646c8cfb5939e6f15bdc2ed3fd27 , < b54aee5652fcd7c23a0904a4623ec462c3edc70c (git)
Affected: 7c4fa9ebfce69619d132fe703dc2e2cf62a13723 , < 12af328d2ee8d68e81ba612246d0b54b22d23e1f (git)
Affected: 5cc9745e2ea11aef7d5c9a42bc36f6cd3e1b4cc3 , < fb49099206c5c57af28a157249fa7bcb5518f99e (git)
Affected: 56e69e59751d20993f243fb7dd6991c4e522424c , < 9442d75429b0c556292a7454fe888d54259f5240 (git)
Affected: 56e69e59751d20993f243fb7dd6991c4e522424c , < 335202ab25b01fdd45889ff25eab70864686dea3 (git)
Affected: 56e69e59751d20993f243fb7dd6991c4e522424c , < be87de7789a82a030a4896bc7683415ec9fa6f2b (git)
Affected: 56e69e59751d20993f243fb7dd6991c4e522424c , < 5f0419457f89dce1a3f1c8e62a3adf2f39ab8168 (git)
Affected: 097420e48e30f51e8f4f650b5c946f5af63ec1a3 (git)
Affected: 5def895b42ef16a2da6402818cba8d7ec8ede1ef (git)
Affected: 05fb2bf477d3fe5421bd4cb699574737f52bd88b (git)
Affected: 5.10.224 , < 5.10.261 (semver)
Affected: 5.15.165 , < 5.15.212 (semver)
Affected: 6.1.105 , < 6.1.178 (semver)
Affected: 6.6.46 , < 6.6.145 (semver)
Affected: 4.19.320 , < 4.20 (semver)
Affected: 5.4.282 , < 5.5 (semver)
Affected: 6.10.5 , < 6.11 (semver)
Create a notification for this product.
Linux Linux Affected: 6.11
Unaffected: 0 , < 6.11 (semver)
Unaffected: 5.10.261 , ≤ 5.10.* (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.96 , ≤ 6.12.* (semver)
Unaffected: 6.18.39 , ≤ 6.18.* (semver)
Unaffected: 7.1.4 , ≤ 7.1.* (semver)
Unaffected: 7.2-rc1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/udf/balloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "fdd6229d2ae9914c1f25d1041db0f4f312a4fa76",
              "status": "affected",
              "version": "934f815345c09c290a9b9a9cfdddc203ec2117e8",
              "versionType": "git"
            },
            {
              "lessThan": "b54aee5652fcd7c23a0904a4623ec462c3edc70c",
              "status": "affected",
              "version": "22cc7323f090646c8cfb5939e6f15bdc2ed3fd27",
              "versionType": "git"
            },
            {
              "lessThan": "12af328d2ee8d68e81ba612246d0b54b22d23e1f",
              "status": "affected",
              "version": "7c4fa9ebfce69619d132fe703dc2e2cf62a13723",
              "versionType": "git"
            },
            {
              "lessThan": "fb49099206c5c57af28a157249fa7bcb5518f99e",
              "status": "affected",
              "version": "5cc9745e2ea11aef7d5c9a42bc36f6cd3e1b4cc3",
              "versionType": "git"
            },
            {
              "lessThan": "9442d75429b0c556292a7454fe888d54259f5240",
              "status": "affected",
              "version": "56e69e59751d20993f243fb7dd6991c4e522424c",
              "versionType": "git"
            },
            {
              "lessThan": "335202ab25b01fdd45889ff25eab70864686dea3",
              "status": "affected",
              "version": "56e69e59751d20993f243fb7dd6991c4e522424c",
              "versionType": "git"
            },
            {
              "lessThan": "be87de7789a82a030a4896bc7683415ec9fa6f2b",
              "status": "affected",
              "version": "56e69e59751d20993f243fb7dd6991c4e522424c",
              "versionType": "git"
            },
            {
              "lessThan": "5f0419457f89dce1a3f1c8e62a3adf2f39ab8168",
              "status": "affected",
              "version": "56e69e59751d20993f243fb7dd6991c4e522424c",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "097420e48e30f51e8f4f650b5c946f5af63ec1a3",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "5def895b42ef16a2da6402818cba8d7ec8ede1ef",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "05fb2bf477d3fe5421bd4cb699574737f52bd88b",
              "versionType": "git"
            },
            {
              "lessThan": "5.10.261",
              "status": "affected",
              "version": "5.10.224",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.212",
              "status": "affected",
              "version": "5.15.165",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.178",
              "status": "affected",
              "version": "6.1.105",
              "versionType": "semver"
            },
            {
              "lessThan": "6.6.145",
              "status": "affected",
              "version": "6.6.46",
              "versionType": "semver"
            },
            {
              "lessThan": "4.20",
              "status": "affected",
              "version": "4.19.320",
              "versionType": "semver"
            },
            {
              "lessThan": "5.5",
              "status": "affected",
              "version": "5.4.282",
              "versionType": "semver"
            },
            {
              "lessThan": "6.11",
              "status": "affected",
              "version": "6.10.5",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/udf/balloc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.11"
            },
            {
              "lessThan": "6.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.96",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.39",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.261",
                  "versionStartIncluding": "5.10.224",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "5.15.165",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "6.1.105",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "6.6.46",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.96",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.39",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.4",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2-rc1",
                  "versionStartIncluding": "6.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "4.19.320",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.4.282",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.10.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: validate free block extents against the partition length\n\nudf_free_blocks() checks the logical block number and count against the\npartition length, but drops the extent offset from that final bound.  A\ncrafted extent can pass the guard while logicalBlockNum + offset + count\npoints past the partition, which later indexes past the space bitmap\narray.\n\nA single ftruncate(2) on a file backed by such an extent reliably\npanics the kernel.  This is a local availability issue.  On desktop\nsystems where UDisks/polkit allows the active user to mount removable\nUDF media without CAP_SYS_ADMIN, an unprivileged local user can supply\nthe crafted filesystem and trigger the panic by truncating a writable\nfile on it.  Systems that require root or CAP_SYS_ADMIN to mount the\nimage have a higher prerequisite.\n\nNo confidentiality or integrity impact is claimed: the reproduced\nprimitive is an out-of-bounds read of a bitmap pointer slot followed by\na kernel panic.\n\nUse the already computed logicalBlockNum + offset + count value for the\npartition length check.  Also make load_block_bitmap() reject an\nout-of-range block group before indexing s_block_bitmap[], so corrupted\ncallers cannot walk past the flexible array."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-27T04:59:50.432Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/fdd6229d2ae9914c1f25d1041db0f4f312a4fa76"
        },
        {
          "url": "https://git.kernel.org/stable/c/b54aee5652fcd7c23a0904a4623ec462c3edc70c"
        },
        {
          "url": "https://git.kernel.org/stable/c/12af328d2ee8d68e81ba612246d0b54b22d23e1f"
        },
        {
          "url": "https://git.kernel.org/stable/c/fb49099206c5c57af28a157249fa7bcb5518f99e"
        },
        {
          "url": "https://git.kernel.org/stable/c/9442d75429b0c556292a7454fe888d54259f5240"
        },
        {
          "url": "https://git.kernel.org/stable/c/335202ab25b01fdd45889ff25eab70864686dea3"
        },
        {
          "url": "https://git.kernel.org/stable/c/be87de7789a82a030a4896bc7683415ec9fa6f2b"
        },
        {
          "url": "https://git.kernel.org/stable/c/5f0419457f89dce1a3f1c8e62a3adf2f39ab8168"
        }
      ],
      "title": "udf: validate free block extents against the partition length",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-64324",
    "datePublished": "2026-07-25T08:49:52.063Z",
    "dateReserved": "2026-07-19T15:36:31.780Z",
    "dateUpdated": "2026-07-27T04:59:50.432Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-64324",
      "date": "2026-07-27",
      "epss": "0.00156",
      "percentile": "0.052"
    },
    "microsoft_vex": {
      "current_release_date": "2026-07-26T01:05:37.000Z",
      "cve": "CVE-2026-64324",
      "id": "msrc_CVE-2026-64324",
      "initial_release_date": "2026-07-26T01:05:37.000Z",
      "product_status:under_investigation": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "udf: validate free block extents against the partition length",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-64324.json",
      "version": "1"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-64324\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-25T10:17:13.923\",\"lastModified\":\"2026-07-27T05:16:42.513\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nudf: validate free block extents against the partition length\\n\\nudf_free_blocks() checks the logical block number and count against the\\npartition length, but drops the extent offset from that final bound.  A\\ncrafted extent can pass the guard while logicalBlockNum + offset + count\\npoints past the partition, which later indexes past the space bitmap\\narray.\\n\\nA single ftruncate(2) on a file backed by such an extent reliably\\npanics the kernel.  This is a local availability issue.  On desktop\\nsystems where UDisks/polkit allows the active user to mount removable\\nUDF media without CAP_SYS_ADMIN, an unprivileged local user can supply\\nthe crafted filesystem and trigger the panic by truncating a writable\\nfile on it.  Systems that require root or CAP_SYS_ADMIN to mount the\\nimage have a higher prerequisite.\\n\\nNo confidentiality or integrity impact is claimed: the reproduced\\nprimitive is an out-of-bounds read of a bitmap pointer slot followed by\\na kernel panic.\\n\\nUse the already computed logicalBlockNum + offset + count value for the\\npartition length check.  Also make load_block_bitmap() reject an\\nout-of-range block group before indexing s_block_bitmap[], so corrupted\\ncallers cannot walk past the flexible array.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/udf/balloc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"934f815345c09c290a9b9a9cfdddc203ec2117e8\",\"lessThan\":\"fdd6229d2ae9914c1f25d1041db0f4f312a4fa76\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"22cc7323f090646c8cfb5939e6f15bdc2ed3fd27\",\"lessThan\":\"b54aee5652fcd7c23a0904a4623ec462c3edc70c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"7c4fa9ebfce69619d132fe703dc2e2cf62a13723\",\"lessThan\":\"12af328d2ee8d68e81ba612246d0b54b22d23e1f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5cc9745e2ea11aef7d5c9a42bc36f6cd3e1b4cc3\",\"lessThan\":\"fb49099206c5c57af28a157249fa7bcb5518f99e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"56e69e59751d20993f243fb7dd6991c4e522424c\",\"lessThan\":\"9442d75429b0c556292a7454fe888d54259f5240\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"56e69e59751d20993f243fb7dd6991c4e522424c\",\"lessThan\":\"335202ab25b01fdd45889ff25eab70864686dea3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"56e69e59751d20993f243fb7dd6991c4e522424c\",\"lessThan\":\"be87de7789a82a030a4896bc7683415ec9fa6f2b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"56e69e59751d20993f243fb7dd6991c4e522424c\",\"lessThan\":\"5f0419457f89dce1a3f1c8e62a3adf2f39ab8168\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"097420e48e30f51e8f4f650b5c946f5af63ec1a3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5def895b42ef16a2da6402818cba8d7ec8ede1ef\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"05fb2bf477d3fe5421bd4cb699574737f52bd88b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.10.224\",\"lessThan\":\"5.10.261\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.165\",\"lessThan\":\"5.15.212\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.105\",\"lessThan\":\"6.1.178\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.46\",\"lessThan\":\"6.6.145\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"4.19.320\",\"lessThan\":\"4.20\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.4.282\",\"lessThan\":\"5.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.10.5\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/udf/balloc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.11\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.11\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.261\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.96\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.39\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.4\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/12af328d2ee8d68e81ba612246d0b54b22d23e1f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/335202ab25b01fdd45889ff25eab70864686dea3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5f0419457f89dce1a3f1c8e62a3adf2f39ab8168\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9442d75429b0c556292a7454fe888d54259f5240\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b54aee5652fcd7c23a0904a4623ec462c3edc70c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/be87de7789a82a030a4896bc7683415ec9fa6f2b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fb49099206c5c57af28a157249fa7bcb5518f99e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fdd6229d2ae9914c1f25d1041db0f4f312a4fa76\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "suse_vex": {
      "aggregate_severity": "not set",
      "current_release_date": "2026-07-25T16:45:42Z",
      "cve": "CVE-2026-64324",
      "id": "CVE-2026-64324",
      "initial_release_date": "2026-07-25T16:45:42Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-64324",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-64324.json",
      "version": "2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…