CVE-2026-43350 (GCVE-0-2026-43350)

Vulnerability from cvelistv5 – Published: 2026-05-08 13:41 – Updated: 2026-08-05 12:27
VLAI
Title
smb: client: require a full NFS mode SID before reading mode bits
Summary
In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parse_dacl() treats an ACE SID matching sid_unix_NFS_mode as an NFS mode SID and reads sid.sub_auth[2] to recover the mode bits. That assumes the ACE carries three subauthorities, but compare_sids() only compares min(a, b) subauthorities. A malicious server can return an ACE with num_subauth = 2 and sub_auth[] = {88, 3}, which still matches sid_unix_NFS_mode and then drives the sub_auth[2] read four bytes past the end of the ACE. Require num_subauth >= 3 before treating the ACE as an NFS mode SID. This keeps the fix local to the special-SID mode path without changing compare_sids() semantics for the rest of cifsacl.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < 23b54d6cc3ef30a51d984dc74364f24039ae2ecb (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < 1592a6cd6f653f2d24572a6976c7a775b19f4940 (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < 8bd4cad3f458d11650d51c2d24b03fb1770ae6cc (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < b53b8e98c23310294fc45fc686db5ee860311896 (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < c8eef12af1cc73031639ea7cf16e0b10e2536b0b (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < 38a69f08ee82c450d3e4168707fff2e317dc3ff7 (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < f8488c07bea2431ee12a6067d736578064fa46b4 (git)
Affected: e2f8fbfb8d09c06decde162090fac3ee220aa280 , < 2757ad3e4b6f9e0fed4c7739594e702abc5cab21 (git)
Create a notification for this product.
Linux Linux Affected: 5.4
Unaffected: 0 , < 5.4 (semver)
Unaffected: 5.10.259 , ≤ 5.10.* (semver)
Unaffected: 5.15.210 , ≤ 5.15.* (semver)
Unaffected: 6.1.175 , ≤ 6.1.* (semver)
Unaffected: 6.6.136 , ≤ 6.6.* (semver)
Unaffected: 6.12.84 , ≤ 6.12.* (semver)
Unaffected: 6.18.25 , ≤ 6.18.* (semver)
Unaffected: 7.0.2 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "fs/smb/client/cifsacl.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "23b54d6cc3ef30a51d984dc74364f24039ae2ecb",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "1592a6cd6f653f2d24572a6976c7a775b19f4940",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "8bd4cad3f458d11650d51c2d24b03fb1770ae6cc",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "b53b8e98c23310294fc45fc686db5ee860311896",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "c8eef12af1cc73031639ea7cf16e0b10e2536b0b",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "38a69f08ee82c450d3e4168707fff2e317dc3ff7",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "f8488c07bea2431ee12a6067d736578064fa46b4",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            },
            {
              "lessThan": "2757ad3e4b6f9e0fed4c7739594e702abc5cab21",
              "status": "affected",
              "version": "e2f8fbfb8d09c06decde162090fac3ee220aa280",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "fs/smb/client/cifsacl.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.4"
            },
            {
              "lessThan": "5.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.259",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.210",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.175",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.136",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.84",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.25",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.259",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.210",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.175",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.136",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.84",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.25",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.2",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "5.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: require a full NFS mode SID before reading mode bits\n\nparse_dacl() treats an ACE SID matching sid_unix_NFS_mode as an NFS\nmode SID and reads sid.sub_auth[2] to recover the mode bits.\n\nThat assumes the ACE carries three subauthorities, but compare_sids()\nonly compares min(a, b) subauthorities.  A malicious server can return\nan ACE with num_subauth = 2 and sub_auth[] = {88, 3}, which still\nmatches sid_unix_NFS_mode and then drives the sub_auth[2] read four\nbytes past the end of the ACE.\n\nRequire num_subauth \u003e= 3 before treating the ACE as an NFS mode SID.\nThis keeps the fix local to the special-SID mode path without changing\ncompare_sids() semantics for the rest of cifsacl."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.6,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The vulnerable SMB client parser consumes ACL/security-descriptor data returned over the network by an SMB server. A malicious or compromised remote SMB server can supply the short NFS mode SID in a query-info/query-security response.\nAC:L - Once a CIFS/SMB mount uses the modefromsid path, triggering is deterministic: the server only needs to return an ACE with num_subauth=2 matching S-1-5-88-3 and arrange it at the relevant boundary. There is no race or condition outside the attacker\u0027s control.\nPR:N - The attacker is the remote SMB server or controls the server response and needs no privileges on the vulnerable client system. Any SMB authentication is chosen or satisfied by the attacker-controlled server side.\nUI:R - The client must mount or access the SMB share so that lookup/stat/revalidation requests fetch and parse the malicious ACL. That requires victim-side user or administrator action such as mounting or opening/statting files on the share.\nS:U - The impact remains within the Linux client kernel and its mounted SMB filesystem state. There is no VM escape, sandbox boundary crossing, or separate security authority transition.\nC:L - The bug is a bounded four-byte out-of-bounds read past the advertised ACE SID, and the read value can influence mode bits visible through inode metadata. This is limited disclosure rather than an arbitrary kernel memory read.\nI:L - The out-of-bounds value is applied as POSIX mode bits for the SMB inode, allowing limited corruption of client-side permission metadata. It does not provide an arbitrary write or direct control-flow corruption primitive.\nA:H - The malformed server-controlled security descriptor can drive an out-of-bounds kernel read in the SMB client during ordinary metadata refresh, and such kernel memory faults are defensibly treated as possible kernel oops/panic. The trigger can be repeated by causing further lookups or stat/revalidation operations."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:27:24.940Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/23b54d6cc3ef30a51d984dc74364f24039ae2ecb"
        },
        {
          "url": "https://git.kernel.org/stable/c/1592a6cd6f653f2d24572a6976c7a775b19f4940"
        },
        {
          "url": "https://git.kernel.org/stable/c/8bd4cad3f458d11650d51c2d24b03fb1770ae6cc"
        },
        {
          "url": "https://git.kernel.org/stable/c/b53b8e98c23310294fc45fc686db5ee860311896"
        },
        {
          "url": "https://git.kernel.org/stable/c/c8eef12af1cc73031639ea7cf16e0b10e2536b0b"
        },
        {
          "url": "https://git.kernel.org/stable/c/38a69f08ee82c450d3e4168707fff2e317dc3ff7"
        },
        {
          "url": "https://git.kernel.org/stable/c/f8488c07bea2431ee12a6067d736578064fa46b4"
        },
        {
          "url": "https://git.kernel.org/stable/c/2757ad3e4b6f9e0fed4c7739594e702abc5cab21"
        }
      ],
      "title": "smb: client: require a full NFS mode SID before reading mode bits",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43350",
    "datePublished": "2026-05-08T13:41:53.276Z",
    "dateReserved": "2026-05-01T14:12:56.003Z",
    "dateUpdated": "2026-08-05T12:27:24.940Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43350",
      "date": "2026-08-11",
      "epss": "0.00224",
      "percentile": "0.1314"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43350\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T14:16:45.123\",\"lastModified\":\"2026-06-19T13:16:29.943\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsmb: client: require a full NFS mode SID before reading mode bits\\n\\nparse_dacl() treats an ACE SID matching sid_unix_NFS_mode as an NFS\\nmode SID and reads sid.sub_auth[2] to recover the mode bits.\\n\\nThat assumes the ACE carries three subauthorities, but compare_sids()\\nonly compares min(a, b) subauthorities.  A malicious server can return\\nan ACE with num_subauth = 2 and sub_auth[] = {88, 3}, which still\\nmatches sid_unix_NFS_mode and then drives the sub_auth[2] read four\\nbytes past the end of the ACE.\\n\\nRequire num_subauth \u003e= 3 before treating the ACE as an NFS mode SID.\\nThis keeps the fix local to the special-SID mode path without changing\\ncompare_sids() semantics for the rest of cifsacl.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"fs/smb/client/cifsacl.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"23b54d6cc3ef30a51d984dc74364f24039ae2ecb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"1592a6cd6f653f2d24572a6976c7a775b19f4940\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"8bd4cad3f458d11650d51c2d24b03fb1770ae6cc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"b53b8e98c23310294fc45fc686db5ee860311896\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"c8eef12af1cc73031639ea7cf16e0b10e2536b0b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"38a69f08ee82c450d3e4168707fff2e317dc3ff7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"f8488c07bea2431ee12a6067d736578064fa46b4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e2f8fbfb8d09c06decde162090fac3ee220aa280\",\"lessThan\":\"2757ad3e4b6f9e0fed4c7739594e702abc5cab21\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"fs/smb/client/cifsacl.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.259\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.210\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.175\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.136\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.84\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.25\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.2\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"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:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H\",\"baseScore\":7.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":4.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.4\",\"versionEndExcluding\":\"6.6.136\",\"matchCriteriaId\":\"69577FD5-601B-4A4B-BBA2-0FC336EB0D3E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.84\",\"matchCriteriaId\":\"D4ECA0DE-AFF5-4688-B219-4CA2336CA5B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.25\",\"matchCriteriaId\":\"8B0A7E0E-F6D8-45DB-8CD9-01839FE40A6C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.2\",\"matchCriteriaId\":\"1BD58F1E-7C20-4C0D-92A2-FAC5CBFBE8A8\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1592a6cd6f653f2d24572a6976c7a775b19f4940\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/23b54d6cc3ef30a51d984dc74364f24039ae2ecb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2757ad3e4b6f9e0fed4c7739594e702abc5cab21\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/38a69f08ee82c450d3e4168707fff2e317dc3ff7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8bd4cad3f458d11650d51c2d24b03fb1770ae6cc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b53b8e98c23310294fc45fc686db5ee860311896\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c8eef12af1cc73031639ea7cf16e0b10e2536b0b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f8488c07bea2431ee12a6067d736578064fa46b4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-07-02T12:51:10+00:00",
      "cve": "CVE-2026-43350",
      "id": "CVE-2026-43350",
      "initial_release_date": "2026-05-08T00:00:00+00:00",
      "product_status:known_affected": "232",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: smb: client: require a full NFS mode SID before reading mode bits",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43350.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-08-06T01:20:24Z",
      "cve": "CVE-2026-43350",
      "id": "CVE-2026-43350",
      "initial_release_date": "2026-05-13T03:35:01Z",
      "product_status:known_affected": "289",
      "product_status:known_not_affected": "6",
      "product_status:recommended": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-43350",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43350.json",
      "version": "5"
    }
  }
}



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…