CVE-2021-47555 (GCVE-0-2021-47555)
Vulnerability from cvelistv5
Published
2024-05-24 15:09
Modified
2025-05-04 12:41
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.
Impacted products
Vendor Product Version
Linux Linux Version: 700602b662d7eaa816b1a3cb0abe7a85de358fd4
Version: e04a7a84bb77f9cdf4475340fe931389bc72331c
Version: 21032425c36ff85f16e72ca92193a8c401e4acd5
Version: 563bcbae3ba233c275c244bfce2efe12938f5363
Version: fca96b3f852a1b369b7b2844ce357cd689879934
Create a notification for this product.
   Linux Linux Version: 5.4.160   
Version: 5.10.80   
Version: 5.15.3   
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"
            }
          ]
        },
        {
          "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."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T12:41:42.856Z",
        "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": "2025-05-04T12:41:42.856Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "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\", \"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\"}], \"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\": \"2025-05-04T12:41:42.856Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-47555\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T12:41:42.856Z\", \"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.1"
    }
  }
}


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…