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

CVE-2026-46165 (GCVE-0-2026-46165)

Vulnerability from cvelistv5 – Published: 2026-05-28 09:36 – Updated: 2026-06-14 17:59
VLAI
Title
openvswitch: vport: fix self-deadlock on release of tunnel ports
Summary
In the Linux kernel, the following vulnerability has been resolved: openvswitch: vport: fix self-deadlock on release of tunnel ports vports are used concurrently and protected by RCU, so netdev_put() must happen after the RCU grace period. So, either in an RCU call or after the synchronize_net(). The rtnl_delete_link() must happen under RTNL and so can't be executed in RCU context. Calling synchronize_net() while holding RTNL is not a good idea for performance and system stability under load in general, so calling netdev_put() in RCU call is the right solution here. However, when the device is deleted, rtnl_unlock() will call netdev_run_todo() and block until all the references are gone. In the current code this means that we never reach the call_rcu() and the vport is never freed and the reference is never released, causing a self-deadlock on device removal. Fix that by moving the rcu_call() before the rtnl_unlock(), so the scheduled RCU callback will be executed when synchronize_net() is called from the rtnl_unlock()->netdev_run_todo() while the RTNL itself is already released.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9d56aced21fb9c104e8a3f3be9b21fbafe448ffc , < 8ae6c15fc473c9ad03b0173330cce9a092c76154 (git)
Affected: 42f0d3d81209654c08ffdde5a34b9b92d2645896 , < c741433f6c8dcdecd1d9549d89053761fd1ea413 (git)
Affected: bbe7bd722bfaea36aab3da6cc60fb4a05c644643 , < 6522d59fb7de55ce0f0f285d962243ddffebb01f (git)
Affected: 98b726ab5e2a4811e27c28e4d041f75bba147eab , < 3df75fff46b1517eb479d8e6b8e3500763715dd0 (git)
Affected: 6931d21f87bc6d657f145798fad0bf077b82486c , < 366c482965c673565ecb8bcfb15d5548f13a6a10 (git)
Affected: 6931d21f87bc6d657f145798fad0bf077b82486c , < aa69918bd418e700309fdd08509dba324fb24296 (git)
Affected: b8c56a3fc5d879c0928f207a756b0f067f06c6a8 (git)
Affected: 6.1.168 , < 6.1.175 (semver)
Affected: 6.6.131 , < 6.6.140 (semver)
Affected: 6.12.80 , < 6.12.88 (semver)
Affected: 6.18.21 , < 6.18.30 (semver)
Affected: 6.19.11 , < 6.20 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 7.0
Unaffected: 0 , < 7.0 (semver)
Unaffected: 6.1.175 , ≤ 6.1.* (semver)
Unaffected: 6.6.140 , ≤ 6.6.* (semver)
Unaffected: 6.12.88 , ≤ 6.12.* (semver)
Unaffected: 6.18.30 , ≤ 6.18.* (semver)
Unaffected: 7.0.7 , ≤ 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/openvswitch/vport-netdev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8ae6c15fc473c9ad03b0173330cce9a092c76154",
              "status": "affected",
              "version": "9d56aced21fb9c104e8a3f3be9b21fbafe448ffc",
              "versionType": "git"
            },
            {
              "lessThan": "c741433f6c8dcdecd1d9549d89053761fd1ea413",
              "status": "affected",
              "version": "42f0d3d81209654c08ffdde5a34b9b92d2645896",
              "versionType": "git"
            },
            {
              "lessThan": "6522d59fb7de55ce0f0f285d962243ddffebb01f",
              "status": "affected",
              "version": "bbe7bd722bfaea36aab3da6cc60fb4a05c644643",
              "versionType": "git"
            },
            {
              "lessThan": "3df75fff46b1517eb479d8e6b8e3500763715dd0",
              "status": "affected",
              "version": "98b726ab5e2a4811e27c28e4d041f75bba147eab",
              "versionType": "git"
            },
            {
              "lessThan": "366c482965c673565ecb8bcfb15d5548f13a6a10",
              "status": "affected",
              "version": "6931d21f87bc6d657f145798fad0bf077b82486c",
              "versionType": "git"
            },
            {
              "lessThan": "aa69918bd418e700309fdd08509dba324fb24296",
              "status": "affected",
              "version": "6931d21f87bc6d657f145798fad0bf077b82486c",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "b8c56a3fc5d879c0928f207a756b0f067f06c6a8",
              "versionType": "git"
            },
            {
              "lessThan": "6.1.175",
              "status": "affected",
              "version": "6.1.168",
              "versionType": "semver"
            },
            {
              "lessThan": "6.6.140",
              "status": "affected",
              "version": "6.6.131",
              "versionType": "semver"
            },
            {
              "lessThan": "6.12.88",
              "status": "affected",
              "version": "6.12.80",
              "versionType": "semver"
            },
            {
              "lessThan": "6.18.30",
              "status": "affected",
              "version": "6.18.21",
              "versionType": "semver"
            },
            {
              "lessThan": "6.20",
              "status": "affected",
              "version": "6.19.11",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/openvswitch/vport-netdev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "7.0"
            },
            {
              "lessThan": "7.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.175",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.140",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.88",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.30",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.7",
              "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": "6.1.175",
                  "versionStartIncluding": "6.1.168",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.140",
                  "versionStartIncluding": "6.6.131",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.88",
                  "versionStartIncluding": "6.12.80",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.30",
                  "versionStartIncluding": "6.18.21",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.7",
                  "versionStartIncluding": "7.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "7.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.19.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nopenvswitch: vport: fix self-deadlock on release of tunnel ports\n\nvports are used concurrently and protected by RCU, so netdev_put()\nmust happen after the RCU grace period.  So, either in an RCU call or\nafter the synchronize_net().  The rtnl_delete_link() must happen under\nRTNL and so can\u0027t be executed in RCU context.  Calling synchronize_net()\nwhile holding RTNL is not a good idea for performance and system\nstability under load in general, so calling netdev_put() in RCU call\nis the right solution here.\n\nHowever,\nwhen the device is deleted, rtnl_unlock() will call netdev_run_todo()\nand block until all the references are gone.  In the current code this\nmeans that we never reach the call_rcu() and the vport is never freed\nand the reference is never released, causing a self-deadlock on device\nremoval.\n\nFix that by moving the rcu_call() before the rtnl_unlock(), so the\nscheduled RCU callback will be executed when synchronize_net() is\ncalled from the rtnl_unlock()-\u003enetdev_run_todo() while the RTNL itself\nis already released."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-14T17:59:29.913Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8ae6c15fc473c9ad03b0173330cce9a092c76154"
        },
        {
          "url": "https://git.kernel.org/stable/c/c741433f6c8dcdecd1d9549d89053761fd1ea413"
        },
        {
          "url": "https://git.kernel.org/stable/c/6522d59fb7de55ce0f0f285d962243ddffebb01f"
        },
        {
          "url": "https://git.kernel.org/stable/c/3df75fff46b1517eb479d8e6b8e3500763715dd0"
        },
        {
          "url": "https://git.kernel.org/stable/c/366c482965c673565ecb8bcfb15d5548f13a6a10"
        },
        {
          "url": "https://git.kernel.org/stable/c/aa69918bd418e700309fdd08509dba324fb24296"
        }
      ],
      "title": "openvswitch: vport: fix self-deadlock on release of tunnel ports",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-46165",
    "datePublished": "2026-05-28T09:36:20.855Z",
    "dateReserved": "2026-05-13T15:03:33.102Z",
    "dateUpdated": "2026-06-14T17:59:29.913Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-46165",
      "date": "2026-09-16",
      "epss": "0.00099",
      "percentile": "0.00907"
    },
    "microsoft_vex": {
      "current_release_date": "2026-06-09T14:40:30.000Z",
      "cve": "CVE-2026-46165",
      "id": "msrc_CVE-2026-46165",
      "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": "openvswitch: vport: fix self-deadlock on release of tunnel ports",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-46165.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-46165\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-28T10:16:32.143\",\"lastModified\":\"2026-06-17T10:53:12.020\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nopenvswitch: vport: fix self-deadlock on release of tunnel ports\\n\\nvports are used concurrently and protected by RCU, so netdev_put()\\nmust happen after the RCU grace period.  So, either in an RCU call or\\nafter the synchronize_net().  The rtnl_delete_link() must happen under\\nRTNL and so can\u0027t be executed in RCU context.  Calling synchronize_net()\\nwhile holding RTNL is not a good idea for performance and system\\nstability under load in general, so calling netdev_put() in RCU call\\nis the right solution here.\\n\\nHowever,\\nwhen the device is deleted, rtnl_unlock() will call netdev_run_todo()\\nand block until all the references are gone.  In the current code this\\nmeans that we never reach the call_rcu() and the vport is never freed\\nand the reference is never released, causing a self-deadlock on device\\nremoval.\\n\\nFix that by moving the rcu_call() before the rtnl_unlock(), so the\\nscheduled RCU callback will be executed when synchronize_net() is\\ncalled from the rtnl_unlock()-\u003enetdev_run_todo() while the RTNL itself\\nis already released.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/openvswitch/vport-netdev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9d56aced21fb9c104e8a3f3be9b21fbafe448ffc\",\"lessThan\":\"8ae6c15fc473c9ad03b0173330cce9a092c76154\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"42f0d3d81209654c08ffdde5a34b9b92d2645896\",\"lessThan\":\"c741433f6c8dcdecd1d9549d89053761fd1ea413\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"bbe7bd722bfaea36aab3da6cc60fb4a05c644643\",\"lessThan\":\"6522d59fb7de55ce0f0f285d962243ddffebb01f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"98b726ab5e2a4811e27c28e4d041f75bba147eab\",\"lessThan\":\"3df75fff46b1517eb479d8e6b8e3500763715dd0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6931d21f87bc6d657f145798fad0bf077b82486c\",\"lessThan\":\"366c482965c673565ecb8bcfb15d5548f13a6a10\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6931d21f87bc6d657f145798fad0bf077b82486c\",\"lessThan\":\"aa69918bd418e700309fdd08509dba324fb24296\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b8c56a3fc5d879c0928f207a756b0f067f06c6a8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.1.168\",\"lessThan\":\"6.1.175\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.131\",\"lessThan\":\"6.6.140\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.12.80\",\"lessThan\":\"6.12.88\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.18.21\",\"lessThan\":\"6.18.30\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.19.11\",\"lessThan\":\"6.20\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/openvswitch/vport-netdev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"7.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.175\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.140\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.88\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.30\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.7\",\"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:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-667\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.168\",\"versionEndExcluding\":\"6.1.175\",\"matchCriteriaId\":\"BA615F2E-CA22-4102-8963-19B863562B8B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.131\",\"versionEndExcluding\":\"6.6.140\",\"matchCriteriaId\":\"47C3640C-85A5-40EE-AF21-98391E83B6DC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12.80\",\"versionEndExcluding\":\"6.12.88\",\"matchCriteriaId\":\"E46B921E-D043-4207-9A6F-92116DB05665\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.18.21\",\"versionEndExcluding\":\"6.18.30\",\"matchCriteriaId\":\"884A2E77-2D48-4E5F-A5F1-9A4EBD65B654\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19.11\",\"versionEndExcluding\":\"7.0\",\"matchCriteriaId\":\"F53ED003-3CB4-46DA-AC01-C8F5E64CBF9B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0.1\",\"versionEndExcluding\":\"7.0.7\",\"matchCriteriaId\":\"4E7653F8-38DF-470F-848F-5CB1C487C23E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"EF897730-3F1E-47A2-8B07-22535202C487\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"512EE3A8-A590-4501-9A94-5D4B268D6138\"},{\"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/366c482965c673565ecb8bcfb15d5548f13a6a10\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3df75fff46b1517eb479d8e6b8e3500763715dd0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6522d59fb7de55ce0f0f285d962243ddffebb01f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8ae6c15fc473c9ad03b0173330cce9a092c76154\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/aa69918bd418e700309fdd08509dba324fb24296\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/c741433f6c8dcdecd1d9549d89053761fd1ea413\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-28T07:41:14+00:00",
      "cve": "CVE-2026-46165",
      "id": "CVE-2026-46165",
      "initial_release_date": "2026-05-28T00:00:00+00:00",
      "product_status:known_affected": "14",
      "product_status:known_not_affected": "260",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: openvswitch: vport: fix self-deadlock on release of tunnel ports",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46165.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T00:12:43Z",
      "cve": "CVE-2026-46165",
      "id": "CVE-2026-46165",
      "initial_release_date": "2026-05-29T01:15:57Z",
      "product_status:first_fixed": "2",
      "product_status:known_not_affected": "270",
      "product_status:recommended": "277",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-46165",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-46165.json",
      "version": "12"
    }
  }
}



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…