CVE-2021-47555 (GCVE-0-2021-47555)

Vulnerability from cvelistv5 – Published: 2024-05-24 15:09 – Updated: 2026-08-05 08:48
VLAI
Title
net: vlan: fix underflow for the real_dev refcnt
Summary
In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the real_dev refcnt Inject error before dev_hold(real_dev) in register_vlan_dev(), and execute the following testcase: ip link add dev dummy1 type dummy ip link add name dummy1.100 link dummy1 type vlan id 100 ip link del dev dummy1 When the dummy netdevice is removed, we will get a WARNING as following: ======================================================================= refcount_t: decrement hit 0; leaking memory. WARNING: CPU: 2 PID: 0 at lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0 and an endless loop of: ======================================================================= unregister_netdevice: waiting for dummy1 to become free. Usage count = -1073741824 That is because dev_put(real_dev) in vlan_dev_free() be called without dev_hold(real_dev) in register_vlan_dev(). It makes the refcnt of real_dev underflow. Move the dev_hold(real_dev) to vlan_dev_init() which is the call-back of ndo_init(). That makes dev_hold() and dev_put() for vlan's real_dev symmetrical.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator (v2.0.3)
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 700602b662d7eaa816b1a3cb0abe7a85de358fd4 , < 5e44178864b38dd70b877985abd7d86fdb95f27d (git)
Affected: e04a7a84bb77f9cdf4475340fe931389bc72331c , < 6e800ee43218a56acc93676bbb3d93b74779e555 (git)
Affected: 21032425c36ff85f16e72ca92193a8c401e4acd5 , < f7fc72a508cf115c273a7a29350069def1041890 (git)
Affected: 563bcbae3ba233c275c244bfce2efe12938f5363 , < 01d9cc2dea3fde3bad6d27f464eff463496e2b00 (git)
Affected: fca96b3f852a1b369b7b2844ce357cd689879934 (git)
Affected: 5.14.19 , < 5.15 (semver)
Create a notification for this product.
Linux Linux Affected: 5.4.160 , < 5.4.163 (semver)
Affected: 5.10.80 , < 5.10.83 (semver)
Affected: 5.15.3 , < 5.15.6 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "LOW",
              "baseScore": 4.4,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "LOW",
              "integrityImpact": "NONE",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2021-47555",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-29T16:50:13.639283Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "description": "CWE-noinfo Not enough information",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-11-04T20:18:51.592Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:39:59.857Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/8021q/vlan.c",
            "net/8021q/vlan_dev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5e44178864b38dd70b877985abd7d86fdb95f27d",
              "status": "affected",
              "version": "700602b662d7eaa816b1a3cb0abe7a85de358fd4",
              "versionType": "git"
            },
            {
              "lessThan": "6e800ee43218a56acc93676bbb3d93b74779e555",
              "status": "affected",
              "version": "e04a7a84bb77f9cdf4475340fe931389bc72331c",
              "versionType": "git"
            },
            {
              "lessThan": "f7fc72a508cf115c273a7a29350069def1041890",
              "status": "affected",
              "version": "21032425c36ff85f16e72ca92193a8c401e4acd5",
              "versionType": "git"
            },
            {
              "lessThan": "01d9cc2dea3fde3bad6d27f464eff463496e2b00",
              "status": "affected",
              "version": "563bcbae3ba233c275c244bfce2efe12938f5363",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "fca96b3f852a1b369b7b2844ce357cd689879934",
              "versionType": "git"
            },
            {
              "lessThan": "5.15",
              "status": "affected",
              "version": "5.14.19",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/8021q/vlan.c",
            "net/8021q/vlan_dev.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5.4.163",
              "status": "affected",
              "version": "5.4.160",
              "versionType": "semver"
            },
            {
              "lessThan": "5.10.83",
              "status": "affected",
              "version": "5.10.80",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.6",
              "status": "affected",
              "version": "5.15.3",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.163",
                  "versionStartIncluding": "5.4.160",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.83",
                  "versionStartIncluding": "5.10.80",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.6",
                  "versionStartIncluding": "5.15.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.14.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: vlan: fix underflow for the real_dev refcnt\n\nInject error before dev_hold(real_dev) in register_vlan_dev(),\nand execute the following testcase:\n\nip link add dev dummy1 type dummy\nip link add name dummy1.100 link dummy1 type vlan id 100\nip link del dev dummy1\n\nWhen the dummy netdevice is removed, we will get a WARNING as following:\n\n=======================================================================\nrefcount_t: decrement hit 0; leaking memory.\nWARNING: CPU: 2 PID: 0 at lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0\n\nand an endless loop of:\n\n=======================================================================\nunregister_netdevice: waiting for dummy1 to become free. Usage count = -1073741824\n\nThat is because dev_put(real_dev) in vlan_dev_free() be called without\ndev_hold(real_dev) in register_vlan_dev(). It makes the refcnt of real_dev\nunderflow.\n\nMove the dev_hold(real_dev) to vlan_dev_init() which is the call-back of\nndo_init(). That makes dev_hold() and dev_put() for vlan\u0027s real_dev\nsymmetrical."
        }
      ],
      "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 reached only through local RTNL/ioctl VLAN creation (RTM_NEWLINK \u2192 vlan_newlink \u2192 register_vlan_dev, or ADD_VLAN_CMD), not via received packets or a remote protocol handler.\nAC:L - An attacker can reliably force the vulnerable error path after register_netdevice()/ndo_init by making netdev_upper_dev_link() fail (e.g. nesting past MAX_NEST_DEV=8), so vlan_dev_free() runs dev_put(real_dev) without a matching hold.\nPR:L - Creating VLAN devices requires CAP_NET_ADMIN checked with netlink_ns_capable()/ns_capable() against the netns user_ns, which an unprivileged user can obtain via user namespaces (unshare -Urn) with dummy/veth+vlan inside the new netns.\nUI:N - The attacker creates and tears down their own netdevices to trigger the underflow; no separate victim action is required.\nS:U - Impact is confined to the local host kernel (netdev refcnt underflow/UAF/DoS) and does not cross a VM, IOMMU, or other security-authority boundary.\nC:H - The extra dev_put() undercounts real_dev; when the displayed refcnt hits 1 while another holder still exists, wait_allrefs can free the net_device early (UAF), enabling heap reuse and kernel memory disclosure via netdev_ops/adjacent state.\nI:H - A use-after-free of struct net_device is exploitable for heap corruption and control-flow hijack (function pointers in netdev_ops and related objects), matching UAF integrity guidance.\nA:H - The demonstrated impact is refcount saturation/underflow leading to an endless unregister_netdevice wait (Usage count stuck) or a kernel oops on UAF, either of which is a full availability loss."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:48:23.118Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d"
        },
        {
          "url": "https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555"
        },
        {
          "url": "https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890"
        },
        {
          "url": "https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00"
        }
      ],
      "title": "net: vlan: fix underflow for the real_dev refcnt",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47555",
    "datePublished": "2024-05-24T15:09:57.302Z",
    "dateReserved": "2024-05-24T15:02:54.833Z",
    "dateUpdated": "2026-08-05T08:48:23.118Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2021-47555",
      "date": "2026-08-10",
      "epss": "0.00221",
      "percentile": "0.12622"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: vlan: fix underflow for the real_dev refcnt\\n\\nInject error before dev_hold(real_dev) in register_vlan_dev(),\\nand execute the following testcase:\\n\\nip link add dev dummy1 type dummy\\nip link add name dummy1.100 link dummy1 type vlan id 100\\nip link del dev dummy1\\n\\nWhen the dummy netdevice is removed, we will get a WARNING as following:\\n\\n=======================================================================\\nrefcount_t: decrement hit 0; leaking memory.\\nWARNING: CPU: 2 PID: 0 at lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0\\n\\nand an endless loop of:\\n\\n=======================================================================\\nunregister_netdevice: waiting for dummy1 to become free. Usage count = -1073741824\\n\\nThat is because dev_put(real_dev) in vlan_dev_free() be called without\\ndev_hold(real_dev) in register_vlan_dev(). It makes the refcnt of real_dev\\nunderflow.\\n\\nMove the dev_hold(real_dev) to vlan_dev_init() which is the call-back of\\nndo_init(). That makes dev_hold() and dev_put() for vlan\u0027s real_dev\\nsymmetrical.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: vlan: corrige el desbordamiento insuficiente para real_dev refcnt Inyecte el error antes de dev_hold(real_dev) en Register_vlan_dev() y ejecute el siguiente caso de prueba: ip link add dev dummy1 tipo dummy ip link add nombre dummy1.100 link dummy1 tipo vlan id 100 ip link del dev dummy1 Cuando se elimina el dispositivo de red ficticio, recibiremos una ADVERTENCIA como la siguiente: ===================== ==================================================== = refcount_t: decremento hit 0; p\\u00e9rdida de memoria. ADVERTENCIA: CPU: 2 PID: 0 en lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0 y un bucle sin fin de: ======================== ================================================= unregister_netdevice: esperando que el dummy1 quede libre. Recuento de uso = -1073741824 Esto se debe a que dev_put(real_dev) en vlan_dev_free() se llama sin dev_hold(real_dev) en Register_vlan_dev(). Hace que el refcnt de real_dev se desborde. Mueva dev_hold(real_dev) a vlan_dev_init() que es la devoluci\\u00f3n de llamada de ndo_init(). Eso hace que dev_hold() y dev_put() para real_dev de vlan sean sim\\u00e9tricos.\"}]",
      "id": "CVE-2021-47555",
      "lastModified": "2024-11-21T06:36:32.577",
      "metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\", \"baseScore\": 4.4, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 2.5}]}",
      "published": "2024-05-24T15:15:20.237",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Awaiting Analysis"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2021-47555\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-24T15:15:20.237\",\"lastModified\":\"2026-08-04T10:17:08.653\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: vlan: fix underflow for the real_dev refcnt\\n\\nInject error before dev_hold(real_dev) in register_vlan_dev(),\\nand execute the following testcase:\\n\\nip link add dev dummy1 type dummy\\nip link add name dummy1.100 link dummy1 type vlan id 100\\nip link del dev dummy1\\n\\nWhen the dummy netdevice is removed, we will get a WARNING as following:\\n\\n=======================================================================\\nrefcount_t: decrement hit 0; leaking memory.\\nWARNING: CPU: 2 PID: 0 at lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0\\n\\nand an endless loop of:\\n\\n=======================================================================\\nunregister_netdevice: waiting for dummy1 to become free. Usage count = -1073741824\\n\\nThat is because dev_put(real_dev) in vlan_dev_free() be called without\\ndev_hold(real_dev) in register_vlan_dev(). It makes the refcnt of real_dev\\nunderflow.\\n\\nMove the dev_hold(real_dev) to vlan_dev_init() which is the call-back of\\nndo_init(). That makes dev_hold() and dev_put() for vlan\u0027s real_dev\\nsymmetrical.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: vlan: corrige el desbordamiento insuficiente para real_dev refcnt Inyecte el error antes de dev_hold(real_dev) en Register_vlan_dev() y ejecute el siguiente caso de prueba: ip link add dev dummy1 tipo dummy ip link add nombre dummy1.100 link dummy1 tipo vlan id 100 ip link del dev dummy1 Cuando se elimina el dispositivo de red ficticio, recibiremos una ADVERTENCIA como la siguiente: ===================== ==================================================== = refcount_t: decremento hit 0; p\u00e9rdida de memoria. ADVERTENCIA: CPU: 2 PID: 0 en lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0 y un bucle sin fin de: ======================== ================================================= unregister_netdevice: esperando que el dummy1 quede libre. Recuento de uso = -1073741824 Esto se debe a que dev_put(real_dev) en vlan_dev_free() se llama sin dev_hold(real_dev) en Register_vlan_dev(). Hace que el refcnt de real_dev se desborde. Mueva dev_hold(real_dev) a vlan_dev_init() que es la devoluci\u00f3n de llamada de ndo_init(). Eso hace que dev_hold() y dev_put() para real_dev de vlan sean sim\u00e9tricos.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/8021q/vlan.c\",\"net/8021q/vlan_dev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"700602b662d7eaa816b1a3cb0abe7a85de358fd4\",\"lessThan\":\"5e44178864b38dd70b877985abd7d86fdb95f27d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e04a7a84bb77f9cdf4475340fe931389bc72331c\",\"lessThan\":\"6e800ee43218a56acc93676bbb3d93b74779e555\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"21032425c36ff85f16e72ca92193a8c401e4acd5\",\"lessThan\":\"f7fc72a508cf115c273a7a29350069def1041890\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"563bcbae3ba233c275c244bfce2efe12938f5363\",\"lessThan\":\"01d9cc2dea3fde3bad6d27f464eff463496e2b00\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"fca96b3f852a1b369b7b2844ce357cd689879934\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.14.19\",\"lessThan\":\"5.15\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/8021q/vlan.c\",\"net/8021q/vlan_dev.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.4.160\",\"lessThan\":\"5.4.163\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.10.80\",\"lessThan\":\"5.10.83\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.3\",\"lessThan\":\"5.15.6\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"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: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},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\",\"baseScore\":4.4,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.8,\"impactScore\":2.5}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-05-29T16:50:13.639283Z\",\"id\":\"CVE-2021-47555\",\"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-191\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.4.160\",\"versionEndExcluding\":\"5.4.163\",\"matchCriteriaId\":\"B23C9FD1-DA5D-41F5-8095-61EE3995E071\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.10.80\",\"versionEndExcluding\":\"5.10.83\",\"matchCriteriaId\":\"796E83A2-5253-4668-8475-92A87F819C3E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.14.19\",\"versionEndExcluding\":\"5.15\",\"matchCriteriaId\":\"CC24A46F-AAF0-46A3-9255-D235078D50BC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.15.3\",\"versionEndExcluding\":\"5.15.6\",\"matchCriteriaId\":\"2DC4F41E-7E5C-409A-9B7B-E32D1F806715\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.16:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"357AA433-37E8-4323-BFB2-3038D6E4B414\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.16:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"A73429BA-C2D9-4D0C-A75F-06A1CA8B3983\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-05T11:12:49+00:00",
      "cve": "CVE-2021-47555",
      "id": "CVE-2021-47555",
      "initial_release_date": "2021-01-01T00:00:00+00:00",
      "product_status:known_affected": "42",
      "product_status:known_not_affected": "156",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: net: vlan: fix underflow for the real_dev refcnt",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2021/cve-2021-47555.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-06T02:05:25Z",
      "cve": "CVE-2021-47555",
      "id": "CVE-2021-47555",
      "initial_release_date": "2024-05-28T15:29:25Z",
      "product_status:known_affected": "275",
      "product_status:known_not_affected": "217",
      "product_status:recommended": "450",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2021-47555",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2021-47555.json",
      "version": "59"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:39:59.857Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.4, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47555\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-29T16:50:13.639283Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-29T16:04:52.201Z\"}}], \"cna\": {\"title\": \"net: vlan: fix underflow for the real_dev refcnt\", \"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 - The bug is reached only through local RTNL/ioctl VLAN creation (RTM_NEWLINK \\u2192 vlan_newlink \\u2192 register_vlan_dev, or ADD_VLAN_CMD), not via received packets or a remote protocol handler.\\nAC:L - An attacker can reliably force the vulnerable error path after register_netdevice()/ndo_init by making netdev_upper_dev_link() fail (e.g. nesting past MAX_NEST_DEV=8), so vlan_dev_free() runs dev_put(real_dev) without a matching hold.\\nPR:L - Creating VLAN devices requires CAP_NET_ADMIN checked with netlink_ns_capable()/ns_capable() against the netns user_ns, which an unprivileged user can obtain via user namespaces (unshare -Urn) with dummy/veth+vlan inside the new netns.\\nUI:N - The attacker creates and tears down their own netdevices to trigger the underflow; no separate victim action is required.\\nS:U - Impact is confined to the local host kernel (netdev refcnt underflow/UAF/DoS) and does not cross a VM, IOMMU, or other security-authority boundary.\\nC:H - The extra dev_put() undercounts real_dev; when the displayed refcnt hits 1 while another holder still exists, wait_allrefs can free the net_device early (UAF), enabling heap reuse and kernel memory disclosure via netdev_ops/adjacent state.\\nI:H - A use-after-free of struct net_device is exploitable for heap corruption and control-flow hijack (function pointers in netdev_ops and related objects), matching UAF integrity guidance.\\nA:H - The demonstrated impact is refcount saturation/underflow leading to an endless unregister_netdevice wait (Usage count stuck) or a kernel oops on UAF, either of which is a full availability loss.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"700602b662d7eaa816b1a3cb0abe7a85de358fd4\", \"lessThan\": \"5e44178864b38dd70b877985abd7d86fdb95f27d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"e04a7a84bb77f9cdf4475340fe931389bc72331c\", \"lessThan\": \"6e800ee43218a56acc93676bbb3d93b74779e555\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"21032425c36ff85f16e72ca92193a8c401e4acd5\", \"lessThan\": \"f7fc72a508cf115c273a7a29350069def1041890\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"563bcbae3ba233c275c244bfce2efe12938f5363\", \"lessThan\": \"01d9cc2dea3fde3bad6d27f464eff463496e2b00\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"fca96b3f852a1b369b7b2844ce357cd689879934\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5.14.19\", \"lessThan\": \"5.15\", \"versionType\": \"semver\"}], \"programFiles\": [\"net/8021q/vlan.c\", \"net/8021q/vlan_dev.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.4.160\", \"lessThan\": \"5.4.163\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.10.80\", \"lessThan\": \"5.10.83\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.15.3\", \"lessThan\": \"5.15.6\", \"versionType\": \"semver\"}], \"programFiles\": [\"net/8021q/vlan.c\", \"net/8021q/vlan_dev.c\"], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/5e44178864b38dd70b877985abd7d86fdb95f27d\"}, {\"url\": \"https://git.kernel.org/stable/c/6e800ee43218a56acc93676bbb3d93b74779e555\"}, {\"url\": \"https://git.kernel.org/stable/c/f7fc72a508cf115c273a7a29350069def1041890\"}, {\"url\": \"https://git.kernel.org/stable/c/01d9cc2dea3fde3bad6d27f464eff463496e2b00\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: vlan: fix underflow for the real_dev refcnt\\n\\nInject error before dev_hold(real_dev) in register_vlan_dev(),\\nand execute the following testcase:\\n\\nip link add dev dummy1 type dummy\\nip link add name dummy1.100 link dummy1 type vlan id 100\\nip link del dev dummy1\\n\\nWhen the dummy netdevice is removed, we will get a WARNING as following:\\n\\n=======================================================================\\nrefcount_t: decrement hit 0; leaking memory.\\nWARNING: CPU: 2 PID: 0 at lib/refcount.c:31 refcount_warn_saturate+0xbf/0x1e0\\n\\nand an endless loop of:\\n\\n=======================================================================\\nunregister_netdevice: waiting for dummy1 to become free. Usage count = -1073741824\\n\\nThat is because dev_put(real_dev) in vlan_dev_free() be called without\\ndev_hold(real_dev) in register_vlan_dev(). It makes the refcnt of real_dev\\nunderflow.\\n\\nMove the dev_hold(real_dev) to vlan_dev_init() which is the call-back of\\nndo_init(). That makes dev_hold() and dev_put() for vlan\u0027s real_dev\\nsymmetrical.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.163\", \"versionStartIncluding\": \"5.4.160\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.83\", \"versionStartIncluding\": \"5.10.80\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.6\", \"versionStartIncluding\": \"5.15.3\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"5.14.19\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T08:48:23.118Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-47555\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T08:48:23.118Z\", \"dateReserved\": \"2024-05-24T15:02:54.833Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-24T15:09:57.302Z\", \"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…