CVE-2026-52927 (GCVE-0-2026-52927)

Vulnerability from cvelistv5 – Published: 2026-06-24 07:14 – Updated: 2026-08-05 12:31
VLAI
Title
netfilter: ebtables: fix OOB read in compat_mtw_from_user
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix OOB read in compat_mtw_from_user Luxiao Xu says: The function compat_mtw_from_user() converts ebtables extensions from 32-bit user structures to kernel native structures. However, it lacks proper validation of the user-supplied match_size/target_size. When certain extensions are processed, the kernel-side translation logic may perform memory accesses based on the extension's expected size. If the user provides a size smaller than what the extension requires, it results in an out-of-bounds read as reported by KASAN. This fix introduces a check to ensure match_size is at least as large as the extension's required compatsize. This covers matches, watchers, and targets, while maintaining compatibility with standard targets. AFAIU this is relevant for matches that need to go though match->compat_from_user() call. Those that use plain memcpy with the user-provided size are ok because the caller checks that size vs the start of the next rule entry offset (which itself is checked vs. total size copied from userspace). The ->compat_from_user() callbacks assume they can read compatsize bytes, so they need this extra check. Based on an earlier patch from Luxiao Xu.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < 21af4c030567d2e6c89bb927bc18b51fba52a400 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < dad9ebf8107955bb54bd3f9cf22591b6ff37bac1 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < a27cb7325a6c69970041c7f8541fafed5a1ea3ec (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < 7ad0e463fc7eafae2141cc38054264636f8b3e94 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < bf8e8eac7ede51dc318e06acef5a896dcbba7595 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < fcc4c043d137e7f1de4673dba1f3116e45377c67 (git)
Affected: 81e675c227ec60a0bdcbb547dc530ebee23ff931 , < f438d1786d657d57790c5d138d6db3fc9fdac392 (git)
Create a notification for this product.
Linux Linux Affected: 2.6.34
Unaffected: 0 , < 2.6.34 (semver)
Unaffected: 5.10.259 , ≤ 5.10.* (semver)
Unaffected: 5.15.210 , ≤ 5.15.* (semver)
Unaffected: 6.1.176 , ≤ 6.1.* (semver)
Unaffected: 6.6.143 , ≤ 6.6.* (semver)
Unaffected: 6.12.93 , ≤ 6.12.* (semver)
Unaffected: 6.18.35 , ≤ 6.18.* (semver)
Unaffected: 7.0.12 , ≤ 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": [
            "net/bridge/netfilter/ebtables.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "21af4c030567d2e6c89bb927bc18b51fba52a400",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "dad9ebf8107955bb54bd3f9cf22591b6ff37bac1",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "a27cb7325a6c69970041c7f8541fafed5a1ea3ec",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "7ad0e463fc7eafae2141cc38054264636f8b3e94",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "bf8e8eac7ede51dc318e06acef5a896dcbba7595",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "fcc4c043d137e7f1de4673dba1f3116e45377c67",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            },
            {
              "lessThan": "f438d1786d657d57790c5d138d6db3fc9fdac392",
              "status": "affected",
              "version": "81e675c227ec60a0bdcbb547dc530ebee23ff931",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/bridge/netfilter/ebtables.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.34"
            },
            {
              "lessThan": "2.6.34",
              "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.176",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.143",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.93",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.35",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.12",
              "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": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.210",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.176",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.143",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.93",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.35",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "2.6.34",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ebtables: fix OOB read in compat_mtw_from_user\n\nLuxiao Xu says:\n\n The function compat_mtw_from_user() converts ebtables extensions from\n 32-bit user structures to kernel native structures. However, it lacks\n proper validation of the user-supplied match_size/target_size.\n\n When certain extensions are processed, the kernel-side translation\n logic may perform memory accesses based on the extension\u0027s expected\n size. If the user provides a size smaller than what the extension\n requires, it results in an out-of-bounds read as reported by KASAN.\n\n This fix introduces a check to ensure match_size is at least as large\n as the extension\u0027s required compatsize. This covers matches, watchers,\n and targets, while maintaining compatibility with standard targets.\n\nAFAIU this is relevant for matches that need to go though\nmatch-\u003ecompat_from_user() call.  Those that use plain memcpy with the\nuser-provided size are ok because the caller checks that size vs the\nstart of the next rule entry offset (which itself is checked vs. total\nsize copied from userspace).\n\nThe -\u003ecompat_from_user() callbacks assume they can read compatsize bytes,\nso they need this extra check.\n\nBased on an earlier patch from Luxiao Xu."
        }
      ],
      "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 - The vulnerable ebtables compat translation path is reached through a local `setsockopt(SOL_IP, EBT_SO_SET_ENTRIES, ...)` call, not by received network traffic.\nAC:L - An attacker who can call the compat sockopt path controls the submitted table blob, extension name, and undersized match/target length directly; no race or external state is required.\nPR:L - The path checks `ns_capable(net-\u003euser_ns, CAP_NET_ADMIN)`, which is reachable by an unprivileged local user in a new user and network namespace on affected configurations.\nUI:N - No victim action is needed beyond the attacker invoking the local syscall with a crafted ebtables replacement blob.\nS:U - The impact remains within the kernel/security authority of the local system; this is not a VM, IOMMU, or other cross-scope escape boundary.\nC:H - The bug is an out-of-bounds read during kernel compat translation, and the read can pull kernel memory adjacent to the copied rule blob into kernel extension data.\nI:H - The undersized length can also leave the destination translation buffer too small for callbacks that write native extension structures, making kernel memory corruption a defensible worst-case impact.\nA:H - The malformed compat translation can trigger KASAN reports or kernel faults/oopses, and can be repeatedly triggered by a local attacker."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:31:46.769Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00"
        },
        {
          "url": "https://git.kernel.org/stable/c/21af4c030567d2e6c89bb927bc18b51fba52a400"
        },
        {
          "url": "https://git.kernel.org/stable/c/dad9ebf8107955bb54bd3f9cf22591b6ff37bac1"
        },
        {
          "url": "https://git.kernel.org/stable/c/a27cb7325a6c69970041c7f8541fafed5a1ea3ec"
        },
        {
          "url": "https://git.kernel.org/stable/c/7ad0e463fc7eafae2141cc38054264636f8b3e94"
        },
        {
          "url": "https://git.kernel.org/stable/c/bf8e8eac7ede51dc318e06acef5a896dcbba7595"
        },
        {
          "url": "https://git.kernel.org/stable/c/fcc4c043d137e7f1de4673dba1f3116e45377c67"
        },
        {
          "url": "https://git.kernel.org/stable/c/f438d1786d657d57790c5d138d6db3fc9fdac392"
        }
      ],
      "title": "netfilter: ebtables: fix OOB read in compat_mtw_from_user",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-52927",
    "datePublished": "2026-06-24T07:14:20.704Z",
    "dateReserved": "2026-06-09T07:44:35.368Z",
    "dateUpdated": "2026-08-05T12:31:46.769Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-52927",
      "date": "2026-08-12",
      "epss": "0.0012",
      "percentile": "0.02167"
    },
    "microsoft_vex": {
      "current_release_date": "2026-06-28T01:41:06.000Z",
      "cve": "CVE-2026-52927",
      "id": "msrc_CVE-2026-52927",
      "initial_release_date": "2026-06-02T00:00:00.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "netfilter: ebtables: fix OOB read in compat_mtw_from_user",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-52927.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-52927\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T08:16:22.810\",\"lastModified\":\"2026-07-08T15:28:53.080\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnetfilter: ebtables: fix OOB read in compat_mtw_from_user\\n\\nLuxiao Xu says:\\n\\n The function compat_mtw_from_user() converts ebtables extensions from\\n 32-bit user structures to kernel native structures. However, it lacks\\n proper validation of the user-supplied match_size/target_size.\\n\\n When certain extensions are processed, the kernel-side translation\\n logic may perform memory accesses based on the extension\u0027s expected\\n size. If the user provides a size smaller than what the extension\\n requires, it results in an out-of-bounds read as reported by KASAN.\\n\\n This fix introduces a check to ensure match_size is at least as large\\n as the extension\u0027s required compatsize. This covers matches, watchers,\\n and targets, while maintaining compatibility with standard targets.\\n\\nAFAIU this is relevant for matches that need to go though\\nmatch-\u003ecompat_from_user() call.  Those that use plain memcpy with the\\nuser-provided size are ok because the caller checks that size vs the\\nstart of the next rule entry offset (which itself is checked vs. total\\nsize copied from userspace).\\n\\nThe -\u003ecompat_from_user() callbacks assume they can read compatsize bytes,\\nso they need this extra check.\\n\\nBased on an earlier patch from Luxiao Xu.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/bridge/netfilter/ebtables.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"21af4c030567d2e6c89bb927bc18b51fba52a400\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"dad9ebf8107955bb54bd3f9cf22591b6ff37bac1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"a27cb7325a6c69970041c7f8541fafed5a1ea3ec\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"7ad0e463fc7eafae2141cc38054264636f8b3e94\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"bf8e8eac7ede51dc318e06acef5a896dcbba7595\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"fcc4c043d137e7f1de4673dba1f3116e45377c67\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81e675c227ec60a0bdcbb547dc530ebee23ff931\",\"lessThan\":\"f438d1786d657d57790c5d138d6db3fc9fdac392\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/bridge/netfilter/ebtables.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.34\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.34\",\"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.176\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.143\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.93\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.35\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.12\",\"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: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-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.34\",\"versionEndExcluding\":\"5.10.259\",\"matchCriteriaId\":\"8EFA81C6-11F5-426B-A795-3F05B59387EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.210\",\"matchCriteriaId\":\"5E938CDF-D1C4-43D0-98DC-9E11B6B55801\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.176\",\"matchCriteriaId\":\"C4446623-5F2B-4DD8-8666-9FAAC285A757\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.143\",\"matchCriteriaId\":\"9062F1CD-CAD6-4EA2-A73F-C06D4A887B8C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.93\",\"matchCriteriaId\":\"1E73413E-0629-41AA-A4D3-5A3D10A0BD63\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.35\",\"matchCriteriaId\":\"0FCCB23A-7629-4386-93B6-B119237C4382\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.12\",\"matchCriteriaId\":\"9161A938-0FA8-44BC-95FE-C5A271601AB3\"},{\"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\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"EC732D08-5F7B-46D9-B154-E60C7F4F0A97\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"E5910A9D-F60A-409A-B486-FE66BFEBA9B9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"81DFF19E-9CF8-49C6-8C36-1E4038622933\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/21af4c030567d2e6c89bb927bc18b51fba52a400\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7ad0e463fc7eafae2141cc38054264636f8b3e94\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a27cb7325a6c69970041c7f8541fafed5a1ea3ec\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bf8e8eac7ede51dc318e06acef5a896dcbba7595\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/d7a8fb6f10d55a1c37b0bf8c20cca24dffd76e00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/dad9ebf8107955bb54bd3f9cf22591b6ff37bac1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f438d1786d657d57790c5d138d6db3fc9fdac392\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/fcc4c043d137e7f1de4673dba1f3116e45377c67\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:40:51+00:00",
      "cve": "CVE-2026-52927",
      "id": "CVE-2026-52927",
      "initial_release_date": "2026-06-24T00:00:00+00:00",
      "product_status:known_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: netfilter: ebtables: fix OOB read in compat_mtw_from_user",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52927.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-10T16:30:00Z",
      "cve": "CVE-2026-52927",
      "id": "CVE-2026-52927",
      "initial_release_date": "2026-06-25T02:19:58Z",
      "product_status:first_fixed": "121",
      "product_status:known_affected": "216",
      "product_status:known_not_affected": "79",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-52927",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-52927.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…