CVE-2022-49672 (GCVE-0-2022-49672)
Vulnerability from cvelistv5
Published
2025-02-26 02:24
Modified
2026-08-05 08:56
Summary
In the Linux kernel, the following vulnerability has been resolved: net: tun: unlink NAPI from device on destruction Syzbot found a race between tun file and device destruction. NAPIs live in struct tun_file which can get destroyed before the netdev so we have to del them explicitly. The current code is missing deleting the NAPI if the queue was detached first.
Impacted products
Vendor Product Version
Linux Linux Version: 943170998b200190f99d3fe7e771437e2c51f319
Version: 943170998b200190f99d3fe7e771437e2c51f319
Version: 943170998b200190f99d3fe7e771437e2c51f319
Version: 943170998b200190f99d3fe7e771437e2c51f319
Version: 943170998b200190f99d3fe7e771437e2c51f319
Version: 943170998b200190f99d3fe7e771437e2c51f319
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/tun.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "82e729aee59acefe135fceffadcbc5b86dd4f1b9",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            },
            {
              "lessThan": "a8cf919022373c97a84fe596bbea544f909c485d",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            },
            {
              "lessThan": "bec1be0a745ab420718217e3e0d9542a75108989",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            },
            {
              "lessThan": "8145f77d38de4f88b8a69e1463f5c09ba189d77c",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            },
            {
              "lessThan": "8661d4b8faa2f7ee7a559969c0a7c57f077b1728",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            },
            {
              "lessThan": "3b9bc84d311104906d2b4995a9a02d7b7ddab2db",
              "status": "affected",
              "version": "943170998b200190f99d3fe7e771437e2c51f319",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/tun.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.251",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.204",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.129",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.53",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.18.*",
              "status": "unaffected",
              "version": "5.18.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.251",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.204",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.129",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.53",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.18.10",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.19",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: tun: unlink NAPI from device on destruction\n\nSyzbot found a race between tun file and device destruction.\nNAPIs live in struct tun_file which can get destroyed before\nthe netdev so we have to del them explicitly. The current\ncode is missing deleting the NAPI if the queue was detached\nfirst."
        }
      ],
      "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 bug is triggered via local /dev/net/tun ioctls (TUNSETIFF with IFF_NAPI|IFF_MULTI_QUEUE, TUNSETQUEUE IFF_DETACH_QUEUE) and local rtnetlink RTM_DELLINK/close, not by processing packets from a remote peer.\nAC:L - The attacker fully controls both sides of the race\u2014detaching the queue, deleting the netdev, and closing the tun fd concurrently (as in the threaded syzbot repro)\u2014so success does not depend on external timing or victim state.\nPR:L - Creating/configuring the tun device and issuing RTM_DELLINK require only ns_capable(CAP_NET_ADMIN) in the network namespace\u2019s user_ns, which an unprivileged user obtains via user+net namespaces; /dev/net/tun is world-accessible and IFF_NAPI does not need init-ns capable().\nUI:N - Exploitation is entirely attacker-driven through their own open/ioctl/netlink/close sequence; no separate victim action is required.\nS:U - This is a standard in-kernel use-after-free leading to local privilege escalation within the same host kernel authority, with no VM escape or IOMMU boundary crossing.\nC:H - KASAN confirms a use-after-free of the heap-allocated tun_file (containing napi_struct); reclaiming that object gives the attacker control of freed contents and enables arbitrary kernel reads.\nI:H - The same UAF leaves a dangling napi on netdev-\u003enapi_list that free_netdev/netif_napi_del list-walks and list_del\u2019s, enabling heap spray and arbitrary write/control-flow hijack primitives.\nA:H - The dangling napi_list walk in free_netdev produces a reliable kernel oops/panic (KASAN use-after-free Read in free_netdev) even without full exploitation."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:56:01.503Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/82e729aee59acefe135fceffadcbc5b86dd4f1b9"
        },
        {
          "url": "https://git.kernel.org/stable/c/a8cf919022373c97a84fe596bbea544f909c485d"
        },
        {
          "url": "https://git.kernel.org/stable/c/bec1be0a745ab420718217e3e0d9542a75108989"
        },
        {
          "url": "https://git.kernel.org/stable/c/8145f77d38de4f88b8a69e1463f5c09ba189d77c"
        },
        {
          "url": "https://git.kernel.org/stable/c/8661d4b8faa2f7ee7a559969c0a7c57f077b1728"
        },
        {
          "url": "https://git.kernel.org/stable/c/3b9bc84d311104906d2b4995a9a02d7b7ddab2db"
        }
      ],
      "title": "net: tun: unlink NAPI from device on destruction",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2022-49672",
    "datePublished": "2025-02-26T02:24:05.284Z",
    "dateReserved": "2025-02-26T02:21:30.437Z",
    "dateUpdated": "2026-08-05T08:56:01.503Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…