GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-31696 (GCVE-0-2026-31696)

Vulnerability from cvelistv5 – Published: 2026-05-01 13:55 – Updated: 2026-06-14 17:43
VLAI
Title
rxrpc: Fix missing validation of ticket length in non-XDR key preparsing
Summary
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix missing validation of ticket length in non-XDR key preparsing In rxrpc_preparse(), there are two paths for parsing key payloads: the XDR path (for large payloads) and the non-XDR path (for payloads <= 28 bytes). While the XDR path (rxrpc_preparse_xdr_rxkad()) correctly validates the ticket length against AFSTOKEN_RK_TIX_MAX, the non-XDR path fails to do so. This allows an unprivileged user to provide a very large ticket length. When this key is later read via rxrpc_read(), the total token size (toksize) calculation results in a value that exceeds AFSTOKEN_LENGTH_MAX, triggering a WARN_ON(). [ 2001.302904] WARNING: CPU: 2 PID: 2108 at net/rxrpc/key.c:778 rxrpc_read+0x109/0x5c0 [rxrpc] Fix this by adding a check in the non-XDR parsing path of rxrpc_preparse() to ensure the ticket length does not exceed AFSTOKEN_RK_TIX_MAX, bringing it into parity with the XDR parsing logic.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < 44714dfda386884919ba366411880b6fb3c3efd3 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < 41a117dd80371343babc52198d1114e83eb37627 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < 9a397aa9b5e53ca63d4d6aefb542832eca389618 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < 1fa36cf495b0023e8475d038535c05e4063211e1 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < 4458757c020592a3094366e0fb20457383b42f92 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < ce383ba615339f8eaec646a166d2c2b015bb5ca0 (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < a1be1c9ece26cea69654f28b255ff9a7906b897b (git)
Affected: 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247 , < ac33733b10b484d666f97688561670afd5861383 (git)
guessed Create a notification for this product.
Linux Linux Affected: 3.17
Unaffected: 0 , < 3.17 (semver)
Unaffected: 5.10.258 , ≤ 5.10.* (semver)
Unaffected: 5.15.209 , ≤ 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)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/key.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "44714dfda386884919ba366411880b6fb3c3efd3",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "41a117dd80371343babc52198d1114e83eb37627",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "9a397aa9b5e53ca63d4d6aefb542832eca389618",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "1fa36cf495b0023e8475d038535c05e4063211e1",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "4458757c020592a3094366e0fb20457383b42f92",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "ce383ba615339f8eaec646a166d2c2b015bb5ca0",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "a1be1c9ece26cea69654f28b255ff9a7906b897b",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            },
            {
              "lessThan": "ac33733b10b484d666f97688561670afd5861383",
              "status": "affected",
              "version": "8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/key.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.17"
            },
            {
              "lessThan": "3.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.258",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.209",
              "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.258",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.209",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.175",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.136",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.84",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.25",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.2",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "3.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrxrpc: Fix missing validation of ticket length in non-XDR key preparsing\n\nIn rxrpc_preparse(), there are two paths for parsing key payloads: the\nXDR path (for large payloads) and the non-XDR path (for payloads \u003c= 28\nbytes). While the XDR path (rxrpc_preparse_xdr_rxkad()) correctly\nvalidates the ticket length against AFSTOKEN_RK_TIX_MAX, the non-XDR\npath fails to do so.\n\nThis allows an unprivileged user to provide a very large ticket length.\nWhen this key is later read via rxrpc_read(), the total\ntoken size (toksize) calculation results in a value that exceeds\nAFSTOKEN_LENGTH_MAX, triggering a WARN_ON().\n\n[ 2001.302904] WARNING: CPU: 2 PID: 2108 at net/rxrpc/key.c:778 rxrpc_read+0x109/0x5c0 [rxrpc]\n\nFix this by adding a check in the non-XDR parsing path of rxrpc_preparse()\nto ensure the ticket length does not exceed AFSTOKEN_RK_TIX_MAX,\nbringing it into parity with the XDR parsing logic."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-14T17:43:27.449Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/44714dfda386884919ba366411880b6fb3c3efd3"
        },
        {
          "url": "https://git.kernel.org/stable/c/41a117dd80371343babc52198d1114e83eb37627"
        },
        {
          "url": "https://git.kernel.org/stable/c/9a397aa9b5e53ca63d4d6aefb542832eca389618"
        },
        {
          "url": "https://git.kernel.org/stable/c/1fa36cf495b0023e8475d038535c05e4063211e1"
        },
        {
          "url": "https://git.kernel.org/stable/c/4458757c020592a3094366e0fb20457383b42f92"
        },
        {
          "url": "https://git.kernel.org/stable/c/ce383ba615339f8eaec646a166d2c2b015bb5ca0"
        },
        {
          "url": "https://git.kernel.org/stable/c/a1be1c9ece26cea69654f28b255ff9a7906b897b"
        },
        {
          "url": "https://git.kernel.org/stable/c/ac33733b10b484d666f97688561670afd5861383"
        }
      ],
      "title": "rxrpc: Fix missing validation of ticket length in non-XDR key preparsing",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-31696",
    "datePublished": "2026-05-01T13:55:57.485Z",
    "dateReserved": "2026-03-09T15:48:24.131Z",
    "dateUpdated": "2026-06-14T17:43:27.449Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-31696",
      "date": "2026-09-15",
      "epss": "0.00129",
      "percentile": "0.02905"
    },
    "microsoft_vex": {
      "current_release_date": "2026-05-04T14:40:43.000Z",
      "cve": "CVE-2026-31696",
      "id": "msrc_CVE-2026-31696",
      "initial_release_date": "2026-05-02T00:00:00.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "rxrpc: Fix missing validation of ticket length in non-XDR key preparsing",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-31696.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-31696\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-01T14:16:19.403\",\"lastModified\":\"2026-06-17T10:34:15.523\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nrxrpc: Fix missing validation of ticket length in non-XDR key preparsing\\n\\nIn rxrpc_preparse(), there are two paths for parsing key payloads: the\\nXDR path (for large payloads) and the non-XDR path (for payloads \u003c= 28\\nbytes). While the XDR path (rxrpc_preparse_xdr_rxkad()) correctly\\nvalidates the ticket length against AFSTOKEN_RK_TIX_MAX, the non-XDR\\npath fails to do so.\\n\\nThis allows an unprivileged user to provide a very large ticket length.\\nWhen this key is later read via rxrpc_read(), the total\\ntoken size (toksize) calculation results in a value that exceeds\\nAFSTOKEN_LENGTH_MAX, triggering a WARN_ON().\\n\\n[ 2001.302904] WARNING: CPU: 2 PID: 2108 at net/rxrpc/key.c:778 rxrpc_read+0x109/0x5c0 [rxrpc]\\n\\nFix this by adding a check in the non-XDR parsing path of rxrpc_preparse()\\nto ensure the ticket length does not exceed AFSTOKEN_RK_TIX_MAX,\\nbringing it into parity with the XDR parsing logic.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/rxrpc/key.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"44714dfda386884919ba366411880b6fb3c3efd3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"41a117dd80371343babc52198d1114e83eb37627\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"9a397aa9b5e53ca63d4d6aefb542832eca389618\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"1fa36cf495b0023e8475d038535c05e4063211e1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"4458757c020592a3094366e0fb20457383b42f92\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"ce383ba615339f8eaec646a166d2c2b015bb5ca0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"a1be1c9ece26cea69654f28b255ff9a7906b897b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247\",\"lessThan\":\"ac33733b10b484d666f97688561670afd5861383\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/rxrpc/key.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"3.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.258\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.209\",\"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\":\"nvd@nist.gov\",\"type\":\"Primary\",\"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-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"3.17\",\"versionEndExcluding\":\"6.6.136\",\"matchCriteriaId\":\"C73D2808-65F0-4CE5-A194-0FCDE4D23BFC\"},{\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B1EF7059-E670-45F4-B422-54C40FA86390\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D38F0BF-A728-4133-A358-D44A2F7EE6D6\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1fa36cf495b0023e8475d038535c05e4063211e1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/41a117dd80371343babc52198d1114e83eb37627\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4458757c020592a3094366e0fb20457383b42f92\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/44714dfda386884919ba366411880b6fb3c3efd3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9a397aa9b5e53ca63d4d6aefb542832eca389618\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a1be1c9ece26cea69654f28b255ff9a7906b897b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ac33733b10b484d666f97688561670afd5861383\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ce383ba615339f8eaec646a166d2c2b015bb5ca0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-28T11:00:48+00:00",
      "cve": "CVE-2026-31696",
      "id": "CVE-2026-31696",
      "initial_release_date": "2026-05-01T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: rxrpc: Fix missing validation of ticket length in non-XDR key preparsing",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-31696.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-12T16:39:22Z",
      "cve": "CVE-2026-31696",
      "id": "CVE-2026-31696",
      "initial_release_date": "2026-05-02T01:25:38Z",
      "product_status:known_not_affected": "312",
      "product_status:recommended": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-31696",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-31696.json",
      "version": "6"
    }
  }
}



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…

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…