CVE-2024-26996 (GCVE-0-2024-26996)

Vulnerability from cvelistv5 – Published: 2024-05-01 05:28 – Updated: 2026-08-05 11:28
VLAI
Title
usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error
Summary
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error When ncm function is working and then stop usb0 interface for link down, eth_stop() is called. At this piont, accidentally if usb transport error should happen in usb_ep_enable(), 'in_ep' and/or 'out_ep' may not be enabled. After that, ncm_disable() is called to disable for ncm unbind but gether_disconnect() is never called since 'in_ep' is not enabled. As the result, ncm object is released in ncm unbind but 'dev->port_usb' associated to 'ncm->port' is not NULL. And when ncm bind again to recover netdev, ncm object is reallocated but usb0 interface is already associated to previous released ncm object. Therefore, once usb0 interface is up and eth_start_xmit() is called, released ncm object is dereferrenced and it might cause use-after-free memory. [function unlink via configfs] usb0: eth_stop dev->port_usb=ffffff9b179c3200 --> error happens in usb_ep_enable(). NCM: ncm_disable: ncm=ffffff9b179c3200 --> no gether_disconnect() since ncm->port.in_ep->enabled is false. NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200 NCM: ncm_free: ncm free ncm=ffffff9b179c3200 <-- released ncm [function link via configfs] NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000 NCM: ncm_bind: ncm bind ncm=ffffff9ac4f8a000 NCM: ncm_set_alt: ncm=ffffff9ac4f8a000 alt=0 usb0: eth_open dev->port_usb=ffffff9b179c3200 <-- previous released ncm usb0: eth_start dev->port_usb=ffffff9b179c3200 <-- eth_start_xmit() --> dev->wrap() Unable to handle kernel paging request at virtual address dead00000000014f This patch addresses the issue by checking if 'ncm->netdev' is not NULL at ncm_disable() to call gether_disconnect() to deassociate 'dev->port_usb'. It's more reasonable to check 'ncm->netdev' to call gether_connect/disconnect rather than check 'ncm->port.in_ep->enabled' since it might not be enabled but the gether connection might be established.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator (v2.0.3)
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b , < 7f67c2020cb08499c400abf0fc32c65e4d9a09ca (git)
Affected: 6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b , < 0588bbbd718a8130b98c54518f1e0b569ce60a93 (git)
Affected: 6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b , < f356fd0cbd9c9cbd0854657a80d1608d0d732db3 (git)
Affected: 6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b , < 7250326cbb1f4f90391ac511a126b936cefb5bb7 (git)
Affected: 6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b , < 6334b8e4553cc69f51e383c9de545082213d785e (git)
Create a notification for this product.
Linux Linux Affected: 4.4
Unaffected: 0 , < 4.4 (semver)
Unaffected: 5.15.157 , ≤ 5.15.* (semver)
Unaffected: 6.1.88 , ≤ 6.1.* (semver)
Unaffected: 6.6.29 , ≤ 6.6.* (semver)
Unaffected: 6.8.8 , ≤ 6.8.* (semver)
Unaffected: 6.9 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26996",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-10T18:35:08.216292Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-07-05T17:22:50.015Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-04T17:16:00.909Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e"
          },
          {
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAMSOZXJEPUOXW33WZYWCVAY7Z5S7OOY/"
          },
          {
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4EZ6PJW7VOZ224TD7N4JZNU6KV32ZJ53/"
          },
          {
            "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCBZZEC7L7KTWWAS2NLJK6SO3IZIL4WW/"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/gadget/function/f_ncm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "7f67c2020cb08499c400abf0fc32c65e4d9a09ca",
              "status": "affected",
              "version": "6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b",
              "versionType": "git"
            },
            {
              "lessThan": "0588bbbd718a8130b98c54518f1e0b569ce60a93",
              "status": "affected",
              "version": "6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b",
              "versionType": "git"
            },
            {
              "lessThan": "f356fd0cbd9c9cbd0854657a80d1608d0d732db3",
              "status": "affected",
              "version": "6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b",
              "versionType": "git"
            },
            {
              "lessThan": "7250326cbb1f4f90391ac511a126b936cefb5bb7",
              "status": "affected",
              "version": "6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b",
              "versionType": "git"
            },
            {
              "lessThan": "6334b8e4553cc69f51e383c9de545082213d785e",
              "status": "affected",
              "version": "6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/gadget/function/f_ncm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.4"
            },
            {
              "lessThan": "4.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.88",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.29",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.8.*",
              "status": "unaffected",
              "version": "6.8.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.9",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.157",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.88",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.29",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8.8",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error\n\nWhen ncm function is working and then stop usb0 interface for link down,\neth_stop() is called. At this piont, accidentally if usb transport error\nshould happen in usb_ep_enable(), \u0027in_ep\u0027 and/or \u0027out_ep\u0027 may not be enabled.\n\nAfter that, ncm_disable() is called to disable for ncm unbind\nbut gether_disconnect() is never called since \u0027in_ep\u0027 is not enabled.\n\nAs the result, ncm object is released in ncm unbind\nbut \u0027dev-\u003eport_usb\u0027 associated to \u0027ncm-\u003eport\u0027 is not NULL.\n\nAnd when ncm bind again to recover netdev, ncm object is reallocated\nbut usb0 interface is already associated to previous released ncm object.\n\nTherefore, once usb0 interface is up and eth_start_xmit() is called,\nreleased ncm object is dereferrenced and it might cause use-after-free memory.\n\n[function unlink via configfs]\n  usb0: eth_stop dev-\u003eport_usb=ffffff9b179c3200\n  --\u003e error happens in usb_ep_enable().\n  NCM: ncm_disable: ncm=ffffff9b179c3200\n  --\u003e no gether_disconnect() since ncm-\u003eport.in_ep-\u003eenabled is false.\n  NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200\n  NCM: ncm_free: ncm free ncm=ffffff9b179c3200   \u003c-- released ncm\n\n[function link via configfs]\n  NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000\n  NCM: ncm_bind: ncm bind ncm=ffffff9ac4f8a000\n  NCM: ncm_set_alt: ncm=ffffff9ac4f8a000 alt=0\n  usb0: eth_open dev-\u003eport_usb=ffffff9b179c3200  \u003c-- previous released ncm\n  usb0: eth_start dev-\u003eport_usb=ffffff9b179c3200 \u003c--\n  eth_start_xmit()\n  --\u003e dev-\u003ewrap()\n  Unable to handle kernel paging request at virtual address dead00000000014f\n\nThis patch addresses the issue by checking if \u0027ncm-\u003enetdev\u0027 is not NULL at\nncm_disable() to call gether_disconnect() to deassociate \u0027dev-\u003eport_usb\u0027.\nIt\u0027s more reasonable to check \u0027ncm-\u003enetdev\u0027 to call gether_connect/disconnect\nrather than check \u0027ncm-\u003eport.in_ep-\u003eenabled\u0027 since it might not be enabled\nbut the gether connection might be established."
        }
      ],
      "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 - Every step needed to reach and trigger the dangling `dev-\u003eport_usb` is a local operation \u2014 configfs gadget function unlink/relink, `ip link set usb0 down/up`, and a packet transmit on usb0 that reaches `eth_start_xmit()`/`dev-\u003ewrap()`. No physical USB host interaction is required for the freed `f_ncm` to be dereferenced, and on dummy_hcd-style setups even the host side is driven locally.\nAC:L - The attacker drives both sides of the sequence and can repeat it indefinitely (loop link down/up plus function unlink/relink), and the `eth_stop()` path that leaves `in_ep` disabled while the gether link stays associated is reachable via the carrier window in `gether_connect()` as well as any `usb_ep_enable()` failure. Freed-object reclaim of a plain kmalloc slab is standard and reliable.\nPR:L - The gadget/netdev reconfiguration is administrative, but on the affected NCM/tethering deployments those interfaces are delegated to low-privilege system components and the netdev can live in a delegated netns where CAP_NET_ADMIN is obtainable via user namespaces; the final use-after-free dereference in `eth_start_xmit()` is reached by any unprivileged local user simply sending traffic on usb0.\nUI:N - No action by another user is required \u2014 the attacker performs the whole sequence, and once the interface is brought up the stale pointer is dereferenced automatically by IPv6 DAD/RA or any queued transmit.\nS:U - The use-after-free is confined to kernel memory in the same security authority; there is no VM, IOMMU, or sandbox boundary crossed.\nC:H - The freed `f_ncm` is reached through `dev-\u003eport_usb` and its fields (`parser_opts`, `cdc_filter`, `skb_tx_data/ndp`, `fixed_in_len`) are used for length arithmetic and buffer construction in `ncm_wrap_ntb`, so a reclaimed slab gives an attacker-controlled read primitive and kernel memory disclosure through transmitted frames.\nI:H - `eth_open()` performs `link-\u003eopen(link)` \u2014 an indirect call through a function pointer stored inside the freed object \u2014 and `ncm_wrap_ntb` writes using attacker-controlled offsets from the reclaimed allocation, providing arbitrary write and control-flow hijack suitable for privilege escalation.\nA:H - The commit log documents the resulting kernel oops (\"Unable to handle kernel paging request at virtual address dead00000000014f\"); any unmitigated dereference of the freed ncm object panics the kernel."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:28:54.861Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca"
        },
        {
          "url": "https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93"
        },
        {
          "url": "https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3"
        },
        {
          "url": "https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7"
        },
        {
          "url": "https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e"
        }
      ],
      "title": "usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26996",
    "datePublished": "2024-05-01T05:28:16.652Z",
    "dateReserved": "2024-02-19T14:20:24.206Z",
    "dateUpdated": "2026-08-05T11:28:54.861Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-26996",
      "date": "2026-08-05",
      "epss": "0.00233",
      "percentile": "0.14224"
    },
    "fkie_nvd": {
      "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"5.15.157\", \"matchCriteriaId\": \"CB2F4D25-B857-48D0-BBDF-5EEEB37BE055\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.16\", \"versionEndExcluding\": \"6.1.88\", \"matchCriteriaId\": \"B665F958-644E-434D-A78D-CCD1628D1774\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.2\", \"versionEndExcluding\": \"6.6.29\", \"matchCriteriaId\": \"0999E154-1E68-41FA-8DE3-9A735E382224\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.7\", \"versionEndExcluding\": \"6.8.8\", \"matchCriteriaId\": \"673B3328-389D-41A4-9617-669298635262\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*\", \"matchCriteriaId\": \"22BEDD49-2C6D-402D-9DBF-6646F6ECD10B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:*\", \"matchCriteriaId\": \"DF73CB2A-DFFD-46FB-9BFE-AA394F27EA37\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:*\", \"matchCriteriaId\": \"52048DDA-FC5A-4363-95A0-A6357B4D7F8C\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:*\", \"matchCriteriaId\": \"A06B2CCF-3F43-4FA9-8773-C83C3F5764B2\"}]}]}]",
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error\\n\\nWhen ncm function is working and then stop usb0 interface for link down,\\neth_stop() is called. At this piont, accidentally if usb transport error\\nshould happen in usb_ep_enable(), \u0027in_ep\u0027 and/or \u0027out_ep\u0027 may not be enabled.\\n\\nAfter that, ncm_disable() is called to disable for ncm unbind\\nbut gether_disconnect() is never called since \u0027in_ep\u0027 is not enabled.\\n\\nAs the result, ncm object is released in ncm unbind\\nbut \u0027dev-\u003eport_usb\u0027 associated to \u0027ncm-\u003eport\u0027 is not NULL.\\n\\nAnd when ncm bind again to recover netdev, ncm object is reallocated\\nbut usb0 interface is already associated to previous released ncm object.\\n\\nTherefore, once usb0 interface is up and eth_start_xmit() is called,\\nreleased ncm object is dereferrenced and it might cause use-after-free memory.\\n\\n[function unlink via configfs]\\n  usb0: eth_stop dev-\u003eport_usb=ffffff9b179c3200\\n  --\u003e error happens in usb_ep_enable().\\n  NCM: ncm_disable: ncm=ffffff9b179c3200\\n  --\u003e no gether_disconnect() since ncm-\u003eport.in_ep-\u003eenabled is false.\\n  NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200\\n  NCM: ncm_free: ncm free ncm=ffffff9b179c3200   \u003c-- released ncm\\n\\n[function link via configfs]\\n  NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000\\n  NCM: ncm_bind: ncm bind ncm=ffffff9ac4f8a000\\n  NCM: ncm_set_alt: ncm=ffffff9ac4f8a000 alt=0\\n  usb0: eth_open dev-\u003eport_usb=ffffff9b179c3200  \u003c-- previous released ncm\\n  usb0: eth_start dev-\u003eport_usb=ffffff9b179c3200 \u003c--\\n  eth_start_xmit()\\n  --\u003e dev-\u003ewrap()\\n  Unable to handle kernel paging request at virtual address dead00000000014f\\n\\nThis patch addresses the issue by checking if \u0027ncm-\u003enetdev\u0027 is not NULL at\\nncm_disable() to call gether_disconnect() to deassociate \u0027dev-\u003eport_usb\u0027.\\nIt\u0027s more reasonable to check \u0027ncm-\u003enetdev\u0027 to call gether_connect/disconnect\\nrather than check \u0027ncm-\u003eport.in_ep-\u003eenabled\u0027 since it might not be enabled\\nbut the gether connection might be established.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: usb: gadget: f_ncm: corrige el objeto UAF ncm al volver a vincularlo despu\\u00e9s del error de transporte usb ep Cuando la funci\\u00f3n ncm est\\u00e1 funcionando y luego detiene la interfaz usb0 para desconectar el enlace, se llama a eth_stop() . En este punto, accidentalmente, si ocurre un error de transporte USB en usb_ep_enable(), es posible que \u0027in_ep\u0027 y/o \u0027out_ep\u0027 no est\\u00e9n habilitados. Despu\\u00e9s de eso, se llama a ncm_disable() para deshabilitar ncm unbind, pero nunca se llama a gether_disconnect() ya que \u0027in_ep\u0027 no est\\u00e1 habilitado. Como resultado, el objeto ncm se libera en ncm unbind pero \u0027dev-\u0026gt;port_usb\u0027 asociado a \u0027ncm-\u0026gt;port\u0027 no es NULL. Y cuando ncm se vincula nuevamente para recuperar netdev, el objeto ncm se reasigna pero la interfaz usb0 ya est\\u00e1 asociada al objeto ncm lanzado anteriormente. Por lo tanto, una vez que la interfaz usb0 est\\u00e1 activa y se llama a eth_start_xmit(), el objeto ncm liberado se desreferencia y podr\\u00eda causar memoria de use-after-free. [funci\\u00f3n de desvinculaci\\u00f3n a trav\\u00e9s de configfs] usb0: eth_stop dev-\u0026gt;port_usb=ffffff9b179c3200 --\u0026gt; el error ocurre en usb_ep_enable(). NCM: ncm_disable: ncm=ffffff9b179c3200 --\u0026gt; no gether_disconnect() ya que ncm-\u0026gt;port.in_ep-\u0026gt;enabled es falso. NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200 NCM: ncm_free: ncm free ncm=ffffff9b179c3200 \u0026lt;-- ncm liberado [enlace de funci\\u00f3n a trav\\u00e9s de configfs] NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000 NCM: ncm_bind: cm enlazar ncm=ffffff9ac4f8a000 NCM: ncm_set_alt : ncm=ffffff9ac4f8a000 alt=0 usb0: eth_open dev-\u0026gt;port_usb=ffffff9b179c3200 \u0026lt;-- ncm usb0 lanzado anteriormente: eth_start dev-\u0026gt;port_usb=ffffff9b179c3200 \u0026lt;-- eth_start_xmit() --\u0026gt; dev-\u0026gt;wrap() No se puede manejar el kernel solicitud de paginaci\\u00f3n en la direcci\\u00f3n virtual dead00000000014f Este parche soluciona el problema verificando si \u0027ncm-\u0026gt;netdev\u0027 no es NULL en ncm_disable() para llamar a gether_disconnect() para desasociar \u0027dev-\u0026gt;port_usb\u0027. Es m\\u00e1s razonable marcar \u0027ncm-\u0026gt;netdev\u0027 para llamar a gether_connect/disconnect en lugar de marcar \u0027ncm-\u0026gt;port.in_ep-\u0026gt;enabled\u0027 ya que es posible que no est\\u00e9 habilitado pero que se pueda establecer la conexi\\u00f3n conjunta.\"}]",
      "id": "CVE-2024-26996",
      "lastModified": "2024-12-23T19:49:49.543",
      "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}]}",
      "published": "2024-05-01T06:15:17.480",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Analyzed",
      "weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-26996\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-01T06:15:17.480\",\"lastModified\":\"2026-08-04T11:17:32.167\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error\\n\\nWhen ncm function is working and then stop usb0 interface for link down,\\neth_stop() is called. At this piont, accidentally if usb transport error\\nshould happen in usb_ep_enable(), \u0027in_ep\u0027 and/or \u0027out_ep\u0027 may not be enabled.\\n\\nAfter that, ncm_disable() is called to disable for ncm unbind\\nbut gether_disconnect() is never called since \u0027in_ep\u0027 is not enabled.\\n\\nAs the result, ncm object is released in ncm unbind\\nbut \u0027dev-\u003eport_usb\u0027 associated to \u0027ncm-\u003eport\u0027 is not NULL.\\n\\nAnd when ncm bind again to recover netdev, ncm object is reallocated\\nbut usb0 interface is already associated to previous released ncm object.\\n\\nTherefore, once usb0 interface is up and eth_start_xmit() is called,\\nreleased ncm object is dereferrenced and it might cause use-after-free memory.\\n\\n[function unlink via configfs]\\n  usb0: eth_stop dev-\u003eport_usb=ffffff9b179c3200\\n  --\u003e error happens in usb_ep_enable().\\n  NCM: ncm_disable: ncm=ffffff9b179c3200\\n  --\u003e no gether_disconnect() since ncm-\u003eport.in_ep-\u003eenabled is false.\\n  NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200\\n  NCM: ncm_free: ncm free ncm=ffffff9b179c3200   \u003c-- released ncm\\n\\n[function link via configfs]\\n  NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000\\n  NCM: ncm_bind: ncm bind ncm=ffffff9ac4f8a000\\n  NCM: ncm_set_alt: ncm=ffffff9ac4f8a000 alt=0\\n  usb0: eth_open dev-\u003eport_usb=ffffff9b179c3200  \u003c-- previous released ncm\\n  usb0: eth_start dev-\u003eport_usb=ffffff9b179c3200 \u003c--\\n  eth_start_xmit()\\n  --\u003e dev-\u003ewrap()\\n  Unable to handle kernel paging request at virtual address dead00000000014f\\n\\nThis patch addresses the issue by checking if \u0027ncm-\u003enetdev\u0027 is not NULL at\\nncm_disable() to call gether_disconnect() to deassociate \u0027dev-\u003eport_usb\u0027.\\nIt\u0027s more reasonable to check \u0027ncm-\u003enetdev\u0027 to call gether_connect/disconnect\\nrather than check \u0027ncm-\u003eport.in_ep-\u003eenabled\u0027 since it might not be enabled\\nbut the gether connection might be established.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: usb: gadget: f_ncm: corrige el objeto UAF ncm al volver a vincularlo despu\u00e9s del error de transporte usb ep Cuando la funci\u00f3n ncm est\u00e1 funcionando y luego detiene la interfaz usb0 para desconectar el enlace, se llama a eth_stop() . En este punto, accidentalmente, si ocurre un error de transporte USB en usb_ep_enable(), es posible que \u0027in_ep\u0027 y/o \u0027out_ep\u0027 no est\u00e9n habilitados. Despu\u00e9s de eso, se llama a ncm_disable() para deshabilitar ncm unbind, pero nunca se llama a gether_disconnect() ya que \u0027in_ep\u0027 no est\u00e1 habilitado. Como resultado, el objeto ncm se libera en ncm unbind pero \u0027dev-\u0026gt;port_usb\u0027 asociado a \u0027ncm-\u0026gt;port\u0027 no es NULL. Y cuando ncm se vincula nuevamente para recuperar netdev, el objeto ncm se reasigna pero la interfaz usb0 ya est\u00e1 asociada al objeto ncm lanzado anteriormente. Por lo tanto, una vez que la interfaz usb0 est\u00e1 activa y se llama a eth_start_xmit(), el objeto ncm liberado se desreferencia y podr\u00eda causar memoria de use-after-free. [funci\u00f3n de desvinculaci\u00f3n a trav\u00e9s de configfs] usb0: eth_stop dev-\u0026gt;port_usb=ffffff9b179c3200 --\u0026gt; el error ocurre en usb_ep_enable(). NCM: ncm_disable: ncm=ffffff9b179c3200 --\u0026gt; no gether_disconnect() ya que ncm-\u0026gt;port.in_ep-\u0026gt;enabled es falso. NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200 NCM: ncm_free: ncm free ncm=ffffff9b179c3200 \u0026lt;-- ncm liberado [enlace de funci\u00f3n a trav\u00e9s de configfs] NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000 NCM: ncm_bind: cm enlazar ncm=ffffff9ac4f8a000 NCM: ncm_set_alt : ncm=ffffff9ac4f8a000 alt=0 usb0: eth_open dev-\u0026gt;port_usb=ffffff9b179c3200 \u0026lt;-- ncm usb0 lanzado anteriormente: eth_start dev-\u0026gt;port_usb=ffffff9b179c3200 \u0026lt;-- eth_start_xmit() --\u0026gt; dev-\u0026gt;wrap() No se puede manejar el kernel solicitud de paginaci\u00f3n en la direcci\u00f3n virtual dead00000000014f Este parche soluciona el problema verificando si \u0027ncm-\u0026gt;netdev\u0027 no es NULL en ncm_disable() para llamar a gether_disconnect() para desasociar \u0027dev-\u0026gt;port_usb\u0027. Es m\u00e1s razonable marcar \u0027ncm-\u0026gt;netdev\u0027 para llamar a gether_connect/disconnect en lugar de marcar \u0027ncm-\u0026gt;port.in_ep-\u0026gt;enabled\u0027 ya que es posible que no est\u00e9 habilitado pero que se pueda establecer la conexi\u00f3n conjunta.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/usb/gadget/function/f_ncm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\",\"lessThan\":\"7f67c2020cb08499c400abf0fc32c65e4d9a09ca\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\",\"lessThan\":\"0588bbbd718a8130b98c54518f1e0b569ce60a93\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\",\"lessThan\":\"f356fd0cbd9c9cbd0854657a80d1608d0d732db3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\",\"lessThan\":\"7250326cbb1f4f90391ac511a126b936cefb5bb7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\",\"lessThan\":\"6334b8e4553cc69f51e383c9de545082213d785e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/usb/gadget/function/f_ncm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.157\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.88\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.29\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.8.8\",\"lessThanOrEqual\":\"6.8.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.9\",\"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},{\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-05-10T18:35:08.216292Z\",\"id\":\"CVE-2024-26996\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"5.15.157\",\"matchCriteriaId\":\"CB2F4D25-B857-48D0-BBDF-5EEEB37BE055\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.88\",\"matchCriteriaId\":\"B665F958-644E-434D-A78D-CCD1628D1774\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.29\",\"matchCriteriaId\":\"0999E154-1E68-41FA-8DE3-9A735E382224\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.8.8\",\"matchCriteriaId\":\"673B3328-389D-41A4-9617-669298635262\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"22BEDD49-2C6D-402D-9DBF-6646F6ECD10B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"DF73CB2A-DFFD-46FB-9BFE-AA394F27EA37\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"52048DDA-FC5A-4363-95A0-A6357B4D7F8C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"A06B2CCF-3F43-4FA9-8773-C83C3F5764B2\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4EZ6PJW7VOZ224TD7N4JZNU6KV32ZJ53/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAMSOZXJEPUOXW33WZYWCVAY7Z5S7OOY/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCBZZEC7L7KTWWAS2NLJK6SO3IZIL4WW/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-04T19:08:53+00:00",
      "cve": "CVE-2024-26996",
      "id": "CVE-2024-26996",
      "initial_release_date": "2024-05-01T00:00:00+00:00",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-26996.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-05T01:00:07Z",
      "cve": "CVE-2024-26996",
      "id": "CVE-2024-26996",
      "initial_release_date": "2024-05-03T02:09:41Z",
      "product_status:known_affected": "521",
      "product_status:known_not_affected": "14",
      "product_status:recommended": "745",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-26996",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-26996.json",
      "version": "90"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/DAMSOZXJEPUOXW33WZYWCVAY7Z5S7OOY/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/4EZ6PJW7VOZ224TD7N4JZNU6KV32ZJ53/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GCBZZEC7L7KTWWAS2NLJK6SO3IZIL4WW/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T17:16:00.909Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26996\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-10T18:35:08.216292Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-05T15:20:44.085Z\"}}], \"cna\": {\"title\": \"usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.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\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - Every step needed to reach and trigger the dangling `dev-\u003eport_usb` is a local operation \\u2014 configfs gadget function unlink/relink, `ip link set usb0 down/up`, and a packet transmit on usb0 that reaches `eth_start_xmit()`/`dev-\u003ewrap()`. No physical USB host interaction is required for the freed `f_ncm` to be dereferenced, and on dummy_hcd-style setups even the host side is driven locally.\\nAC:L - The attacker drives both sides of the sequence and can repeat it indefinitely (loop link down/up plus function unlink/relink), and the `eth_stop()` path that leaves `in_ep` disabled while the gether link stays associated is reachable via the carrier window in `gether_connect()` as well as any `usb_ep_enable()` failure. Freed-object reclaim of a plain kmalloc slab is standard and reliable.\\nPR:L - The gadget/netdev reconfiguration is administrative, but on the affected NCM/tethering deployments those interfaces are delegated to low-privilege system components and the netdev can live in a delegated netns where CAP_NET_ADMIN is obtainable via user namespaces; the final use-after-free dereference in `eth_start_xmit()` is reached by any unprivileged local user simply sending traffic on usb0.\\nUI:N - No action by another user is required \\u2014 the attacker performs the whole sequence, and once the interface is brought up the stale pointer is dereferenced automatically by IPv6 DAD/RA or any queued transmit.\\nS:U - The use-after-free is confined to kernel memory in the same security authority; there is no VM, IOMMU, or sandbox boundary crossed.\\nC:H - The freed `f_ncm` is reached through `dev-\u003eport_usb` and its fields (`parser_opts`, `cdc_filter`, `skb_tx_data/ndp`, `fixed_in_len`) are used for length arithmetic and buffer construction in `ncm_wrap_ntb`, so a reclaimed slab gives an attacker-controlled read primitive and kernel memory disclosure through transmitted frames.\\nI:H - `eth_open()` performs `link-\u003eopen(link)` \\u2014 an indirect call through a function pointer stored inside the freed object \\u2014 and `ncm_wrap_ntb` writes using attacker-controlled offsets from the reclaimed allocation, providing arbitrary write and control-flow hijack suitable for privilege escalation.\\nA:H - The commit log documents the resulting kernel oops (\\\"Unable to handle kernel paging request at virtual address dead00000000014f\\\"); any unmitigated dereference of the freed ncm object panics the kernel.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\", \"lessThan\": \"7f67c2020cb08499c400abf0fc32c65e4d9a09ca\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\", \"lessThan\": \"0588bbbd718a8130b98c54518f1e0b569ce60a93\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\", \"lessThan\": \"f356fd0cbd9c9cbd0854657a80d1608d0d732db3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\", \"lessThan\": \"7250326cbb1f4f90391ac511a126b936cefb5bb7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6b4012a2e4d4702f8fb0ee1db1c0f0b17ab7d41b\", \"lessThan\": \"6334b8e4553cc69f51e383c9de545082213d785e\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/usb/gadget/function/f_ncm.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.4\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.4\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.15.157\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.88\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.29\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8.8\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.8.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/usb/gadget/function/f_ncm.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/7f67c2020cb08499c400abf0fc32c65e4d9a09ca\"}, {\"url\": \"https://git.kernel.org/stable/c/0588bbbd718a8130b98c54518f1e0b569ce60a93\"}, {\"url\": \"https://git.kernel.org/stable/c/f356fd0cbd9c9cbd0854657a80d1608d0d732db3\"}, {\"url\": \"https://git.kernel.org/stable/c/7250326cbb1f4f90391ac511a126b936cefb5bb7\"}, {\"url\": \"https://git.kernel.org/stable/c/6334b8e4553cc69f51e383c9de545082213d785e\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error\\n\\nWhen ncm function is working and then stop usb0 interface for link down,\\neth_stop() is called. At this piont, accidentally if usb transport error\\nshould happen in usb_ep_enable(), \u0027in_ep\u0027 and/or \u0027out_ep\u0027 may not be enabled.\\n\\nAfter that, ncm_disable() is called to disable for ncm unbind\\nbut gether_disconnect() is never called since \u0027in_ep\u0027 is not enabled.\\n\\nAs the result, ncm object is released in ncm unbind\\nbut \u0027dev-\u003eport_usb\u0027 associated to \u0027ncm-\u003eport\u0027 is not NULL.\\n\\nAnd when ncm bind again to recover netdev, ncm object is reallocated\\nbut usb0 interface is already associated to previous released ncm object.\\n\\nTherefore, once usb0 interface is up and eth_start_xmit() is called,\\nreleased ncm object is dereferrenced and it might cause use-after-free memory.\\n\\n[function unlink via configfs]\\n  usb0: eth_stop dev-\u003eport_usb=ffffff9b179c3200\\n  --\u003e error happens in usb_ep_enable().\\n  NCM: ncm_disable: ncm=ffffff9b179c3200\\n  --\u003e no gether_disconnect() since ncm-\u003eport.in_ep-\u003eenabled is false.\\n  NCM: ncm_unbind: ncm unbind ncm=ffffff9b179c3200\\n  NCM: ncm_free: ncm free ncm=ffffff9b179c3200   \u003c-- released ncm\\n\\n[function link via configfs]\\n  NCM: ncm_alloc: ncm alloc ncm=ffffff9ac4f8a000\\n  NCM: ncm_bind: ncm bind ncm=ffffff9ac4f8a000\\n  NCM: ncm_set_alt: ncm=ffffff9ac4f8a000 alt=0\\n  usb0: eth_open dev-\u003eport_usb=ffffff9b179c3200  \u003c-- previous released ncm\\n  usb0: eth_start dev-\u003eport_usb=ffffff9b179c3200 \u003c--\\n  eth_start_xmit()\\n  --\u003e dev-\u003ewrap()\\n  Unable to handle kernel paging request at virtual address dead00000000014f\\n\\nThis patch addresses the issue by checking if \u0027ncm-\u003enetdev\u0027 is not NULL at\\nncm_disable() to call gether_disconnect() to deassociate \u0027dev-\u003eport_usb\u0027.\\nIt\u0027s more reasonable to check \u0027ncm-\u003enetdev\u0027 to call gether_connect/disconnect\\nrather than check \u0027ncm-\u003eport.in_ep-\u003eenabled\u0027 since it might not be enabled\\nbut the gether connection might be established.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.157\", \"versionStartIncluding\": \"4.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.88\", \"versionStartIncluding\": \"4.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.29\", \"versionStartIncluding\": \"4.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8.8\", \"versionStartIncluding\": \"4.4\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9\", \"versionStartIncluding\": \"4.4\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T11:28:54.861Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-26996\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T11:28:54.861Z\", \"dateReserved\": \"2024-02-19T14:20:24.206Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-01T05:28:16.652Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…