CVE-2026-43408 (GCVE-0-2026-43408)

Vulnerability from cvelistv5 – Published: 2026-05-08 14:21 – Updated: 2026-08-05 12:27
VLAI
Title
ceph: add a bunch of missing ceph_path_info initializers
Summary
In the Linux kernel, the following vulnerability has been resolved: ceph: add a bunch of missing ceph_path_info initializers ceph_mdsc_build_path() must be called with a zero-initialized ceph_path_info parameter, or else the following ceph_mdsc_free_path_info() may crash. Example crash (on Linux 6.18.12): virt_to_cache: Object is not a Slab page! WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6732 kmem_cache_free+0x316/0x400 [...] Call Trace: [...] ceph_open+0x13d/0x3e0 do_dentry_open+0x134/0x480 vfs_open+0x2a/0xe0 path_openat+0x9a3/0x1160 [...] cache_from_obj: Wrong slab cache. names_cache but object is from ceph_inode_info WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6746 kmem_cache_free+0x2dd/0x400 [...] kernel BUG at mm/slub.c:634! Oops: invalid opcode: 0000 [#1] SMP NOPTI RIP: 0010:__slab_free+0x1a4/0x350 Some of the ceph_mdsc_build_path() callers had initializers, but others had not, even though they were all added by commit 15f519e9f883 ("ceph: fix race condition validating r_parent before applying state"). The ones without initializer are suspectible to random crashes. (I can imagine it could even be possible to exploit this bug to elevate privileges.) Unfortunately, these Ceph functions are undocumented and its semantics can only be derived from the code. I see that ceph_mdsc_build_path() initializes the structure only on success, but not on error. Calling ceph_mdsc_free_path_info() after a failed ceph_mdsc_build_path() call does not even make sense, but that's what all callers do, and for it to be safe, the structure must be zero-initialized. The least intrusive approach to fix this is therefore to add initializers everywhere.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: db378e6f83ec705c6091c65d482d555edc2b0a72 , < 644b47f0574fd82aeb9d00317eca8d1f2a525c8c (git)
Affected: 15f519e9f883b316d86e2bb6b767a023aafd9d83 , < 8be8911f590813e6f90bc6407ced1b23e50bc5da (git)
Affected: 15f519e9f883b316d86e2bb6b767a023aafd9d83 , < 453df1f4535842bf17ff1885a225e153d7ee3374 (git)
Affected: 15f519e9f883b316d86e2bb6b767a023aafd9d83 , < 43323a5934b660afae687e8e4e95ac328615a5c4 (git)
Affected: 2bfe45987eb346e299d9f763f9cd05f77011519f (git)
Affected: 6.12.48 , < 6.12.78 (semver)
Affected: 6.16.8 , < 6.17 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.17
Unaffected: 0 , < 6.17 (semver)
Unaffected: 6.12.78 , ≤ 6.12.* (semver)
Unaffected: 6.18.19 , ≤ 6.18.* (semver)
Unaffected: 6.19.9 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/ceph/debugfs.c",
            "fs/ceph/dir.c",
            "fs/ceph/file.c",
            "fs/ceph/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "644b47f0574fd82aeb9d00317eca8d1f2a525c8c",
              "status": "affected",
              "version": "db378e6f83ec705c6091c65d482d555edc2b0a72",
              "versionType": "git"
            },
            {
              "lessThan": "8be8911f590813e6f90bc6407ced1b23e50bc5da",
              "status": "affected",
              "version": "15f519e9f883b316d86e2bb6b767a023aafd9d83",
              "versionType": "git"
            },
            {
              "lessThan": "453df1f4535842bf17ff1885a225e153d7ee3374",
              "status": "affected",
              "version": "15f519e9f883b316d86e2bb6b767a023aafd9d83",
              "versionType": "git"
            },
            {
              "lessThan": "43323a5934b660afae687e8e4e95ac328615a5c4",
              "status": "affected",
              "version": "15f519e9f883b316d86e2bb6b767a023aafd9d83",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "2bfe45987eb346e299d9f763f9cd05f77011519f",
              "versionType": "git"
            },
            {
              "lessThan": "6.12.78",
              "status": "affected",
              "version": "6.12.48",
              "versionType": "semver"
            },
            {
              "lessThan": "6.17",
              "status": "affected",
              "version": "6.16.8",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/ceph/debugfs.c",
            "fs/ceph/dir.c",
            "fs/ceph/file.c",
            "fs/ceph/inode.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.17"
            },
            {
              "lessThan": "6.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.78",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.19",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.9",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.78",
                  "versionStartIncluding": "6.12.48",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.19",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.9",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.16.8",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nceph: add a bunch of missing ceph_path_info initializers\n\nceph_mdsc_build_path() must be called with a zero-initialized\nceph_path_info parameter, or else the following\nceph_mdsc_free_path_info() may crash.\n\nExample crash (on Linux 6.18.12):\n\n  virt_to_cache: Object is not a Slab page!\n  WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6732 kmem_cache_free+0x316/0x400\n  [...]\n  Call Trace:\n   [...]\n   ceph_open+0x13d/0x3e0\n   do_dentry_open+0x134/0x480\n   vfs_open+0x2a/0xe0\n   path_openat+0x9a3/0x1160\n  [...]\n  cache_from_obj: Wrong slab cache. names_cache but object is from ceph_inode_info\n  WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6746 kmem_cache_free+0x2dd/0x400\n  [...]\n  kernel BUG at mm/slub.c:634!\n  Oops: invalid opcode: 0000 [#1] SMP NOPTI\n  RIP: 0010:__slab_free+0x1a4/0x350\n\nSome of the ceph_mdsc_build_path() callers had initializers, but\nothers had not, even though they were all added by commit 15f519e9f883\n(\"ceph: fix race condition validating r_parent before applying state\").\nThe ones without initializer are suspectible to random crashes.  (I can\nimagine it could even be possible to exploit this bug to elevate\nprivileges.)\n\nUnfortunately, these Ceph functions are undocumented and its semantics\ncan only be derived from the code.  I see that ceph_mdsc_build_path()\ninitializes the structure only on success, but not on error.\n\nCalling ceph_mdsc_free_path_info() after a failed\nceph_mdsc_build_path() call does not even make sense, but that\u0027s what\nall callers do, and for it to be safe, the structure must be\nzero-initialized.  The least intrusive approach to fix this is\ntherefore to add initializers everywhere."
        }
      ],
      "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"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - Reachable through local VFS operations on an already-mounted Ceph filesystem, such as open/create, unlink/rmdir, and setattr/truncate/chmod paths. It is not directly reachable from unauthenticated network packets.\nAC:L - An unprivileged user can create or access Ceph paths that make ceph_mdsc_build_path() fail, such as over-PATH_MAX dentry paths, and the faulty free path runs immediately afterward. No race or external timing condition is required.\nPR:L - The attacker needs only ordinary local user access to a Ceph mount with filesystem permissions to operate on relevant files or directories. No real root or kernel capability is required once the filesystem is mounted.\nUI:N - The attacker triggers the vulnerable path directly with their own filesystem syscalls. No separate victim action is required.\nS:U - The corruption occurs inside the local kernel Ceph client and impacts the same kernel security authority. It does not cross a VM, IOMMU, or other separate security scope boundary.\nC:H - The missing initializer can make ceph_mdsc_free_path_info() kfree a stale or attacker-influenced kernel heap pointer, creating heap corruption. Under the required high-severity tie break, this is treated as capable of yielding kernel memory disclosure primitives.\nI:H - The invalid or double free of a path buffer is kernel heap memory corruption and can plausibly be shaped into write/control-flow corruption. Under the required high-severity tie break, integrity impact is High.\nA:H - The fix commit includes real crashes with invalid slab frees and a kernel BUG/Oops in the Ceph open path. A local attacker can repeatedly trigger a kernel crash, causing high availability impact."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:27:51.489Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/644b47f0574fd82aeb9d00317eca8d1f2a525c8c"
        },
        {
          "url": "https://git.kernel.org/stable/c/8be8911f590813e6f90bc6407ced1b23e50bc5da"
        },
        {
          "url": "https://git.kernel.org/stable/c/453df1f4535842bf17ff1885a225e153d7ee3374"
        },
        {
          "url": "https://git.kernel.org/stable/c/43323a5934b660afae687e8e4e95ac328615a5c4"
        }
      ],
      "title": "ceph: add a bunch of missing ceph_path_info initializers",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43408",
    "datePublished": "2026-05-08T14:21:47.579Z",
    "dateReserved": "2026-05-01T14:12:56.008Z",
    "dateUpdated": "2026-08-05T12:27:51.489Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43408",
      "date": "2026-08-23",
      "epss": "0.00129",
      "percentile": "0.02988"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43408\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T15:16:52.397\",\"lastModified\":\"2026-06-17T10:49:32.437\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nceph: add a bunch of missing ceph_path_info initializers\\n\\nceph_mdsc_build_path() must be called with a zero-initialized\\nceph_path_info parameter, or else the following\\nceph_mdsc_free_path_info() may crash.\\n\\nExample crash (on Linux 6.18.12):\\n\\n  virt_to_cache: Object is not a Slab page!\\n  WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6732 kmem_cache_free+0x316/0x400\\n  [...]\\n  Call Trace:\\n   [...]\\n   ceph_open+0x13d/0x3e0\\n   do_dentry_open+0x134/0x480\\n   vfs_open+0x2a/0xe0\\n   path_openat+0x9a3/0x1160\\n  [...]\\n  cache_from_obj: Wrong slab cache. names_cache but object is from ceph_inode_info\\n  WARNING: CPU: 184 PID: 2871736 at mm/slub.c:6746 kmem_cache_free+0x2dd/0x400\\n  [...]\\n  kernel BUG at mm/slub.c:634!\\n  Oops: invalid opcode: 0000 [#1] SMP NOPTI\\n  RIP: 0010:__slab_free+0x1a4/0x350\\n\\nSome of the ceph_mdsc_build_path() callers had initializers, but\\nothers had not, even though they were all added by commit 15f519e9f883\\n(\\\"ceph: fix race condition validating r_parent before applying state\\\").\\nThe ones without initializer are suspectible to random crashes.  (I can\\nimagine it could even be possible to exploit this bug to elevate\\nprivileges.)\\n\\nUnfortunately, these Ceph functions are undocumented and its semantics\\ncan only be derived from the code.  I see that ceph_mdsc_build_path()\\ninitializes the structure only on success, but not on error.\\n\\nCalling ceph_mdsc_free_path_info() after a failed\\nceph_mdsc_build_path() call does not even make sense, but that\u0027s what\\nall callers do, and for it to be safe, the structure must be\\nzero-initialized.  The least intrusive approach to fix this is\\ntherefore to add initializers everywhere.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/ceph/debugfs.c\",\"fs/ceph/dir.c\",\"fs/ceph/file.c\",\"fs/ceph/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"db378e6f83ec705c6091c65d482d555edc2b0a72\",\"lessThan\":\"644b47f0574fd82aeb9d00317eca8d1f2a525c8c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"15f519e9f883b316d86e2bb6b767a023aafd9d83\",\"lessThan\":\"8be8911f590813e6f90bc6407ced1b23e50bc5da\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"15f519e9f883b316d86e2bb6b767a023aafd9d83\",\"lessThan\":\"453df1f4535842bf17ff1885a225e153d7ee3374\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"15f519e9f883b316d86e2bb6b767a023aafd9d83\",\"lessThan\":\"43323a5934b660afae687e8e4e95ac328615a5c4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2bfe45987eb346e299d9f763f9cd05f77011519f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.12.48\",\"lessThan\":\"6.12.78\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.16.8\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/ceph/debugfs.c\",\"fs/ceph/dir.c\",\"fs/ceph/file.c\",\"fs/ceph/inode.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.78\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.19\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.9\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"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}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12.48\",\"versionEndExcluding\":\"6.12.78\",\"matchCriteriaId\":\"6EC06A5F-045A-48FD-8863-E8AB8E92B0BE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.16.8\",\"versionEndExcluding\":\"6.17\",\"matchCriteriaId\":\"8C0D11FE-A1CB-4D09-B221-8281514EB44E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.17.1\",\"versionEndExcluding\":\"6.18.19\",\"matchCriteriaId\":\"2B44FFCD-31AB-4CB4-8733-63F887DA5E89\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.9\",\"matchCriteriaId\":\"E825E7C3-FEAC-4FD3-8A81-78D7387948C9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"7CC8B11D-82DC-4958-8DC7-BF5CC829A5E9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"5A4516A6-C12E-42A4-8C0E-68AEF3264504\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"3963C3A0-CEA1-4F5C-8011-3A593ABB684D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/43323a5934b660afae687e8e4e95ac328615a5c4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/453df1f4535842bf17ff1885a225e153d7ee3374\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/644b47f0574fd82aeb9d00317eca8d1f2a525c8c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8be8911f590813e6f90bc6407ced1b23e50bc5da\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:55:13+00:00",
      "cve": "CVE-2026-43408",
      "id": "CVE-2026-43408",
      "initial_release_date": "2026-05-08T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: ceph: add a bunch of missing ceph_path_info initializers",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43408.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-06T01:20:02Z",
      "cve": "CVE-2026-43408",
      "id": "CVE-2026-43408",
      "initial_release_date": "2026-05-12T03:30:13Z",
      "product_status:known_affected": "17",
      "product_status:known_not_affected": "278",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-43408",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43408.json",
      "version": "4"
    }
  }
}



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…