CVE-2021-47587 (GCVE-0-2021-47587)
Vulnerability from cvelistv5
Published
2024-06-19 14:53
Modified
2026-08-05 08:48
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: net: systemport: Add global locking for descriptor lifecycle The descriptor list is a shared resource across all of the transmit queues, and the locking mechanism used today only protects concurrency across a given transmit queue between the transmit and reclaiming. This creates an opportunity for the SYSTEMPORT hardware to work on corrupted descriptors if we have multiple producers at once which is the case when using multiple transmit queues. This was particularly noticeable when using multiple flows/transmit queues and it showed up in interesting ways in that UDP packets would get a correct UDP header checksum being calculated over an incorrect packet length. Similarly TCP packets would get an equally correct checksum computed by the hardware over an incorrect packet length. The SYSTEMPORT hardware maintains an internal descriptor list that it re-arranges when the driver produces a new descriptor anytime it writes to the WRITE_PORT_{HI,LO} registers, there is however some delay in the hardware to re-organize its descriptors and it is possible that concurrent TX queues eventually break this internal allocation scheme to the point where the length/status part of the descriptor gets used for an incorrect data buffer. The fix is to impose a global serialization for all TX queues in the short section where we are writing to the WRITE_PORT_{HI,LO} registers which solves the corruption even with multiple concurrent TX queues being used.
Impacted products
Vendor Product Version
Linux Linux Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Version: 80105befdb4b8cea924711b40b2462b87df65b62
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-04T05:39:59.775Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/de57f62f76450b934de8203711bdc4f7953c3421"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/f3fde37d3f0d429f0fcce214cb52588a9e21260e"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/595a684fa6f23b21958379a18cfa83862c73c2e1"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/c675256a7f131f5ba3f331efb715e8f31ea0e392"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/6e1011cd183faae8daff275c72444edcdfe0d473"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/eb4687c7442942e115420a30185f8d83faf37696"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/8b8e6e782456f1ce02a7ae914bbd5b1053f0b034"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2021-47587",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T17:12:42.935460Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:34:52.702Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/broadcom/bcmsysport.c",
            "drivers/net/ethernet/broadcom/bcmsysport.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "de57f62f76450b934de8203711bdc4f7953c3421",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "f3fde37d3f0d429f0fcce214cb52588a9e21260e",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "595a684fa6f23b21958379a18cfa83862c73c2e1",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "c675256a7f131f5ba3f331efb715e8f31ea0e392",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "6e1011cd183faae8daff275c72444edcdfe0d473",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "eb4687c7442942e115420a30185f8d83faf37696",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            },
            {
              "lessThan": "8b8e6e782456f1ce02a7ae914bbd5b1053f0b034",
              "status": "affected",
              "version": "80105befdb4b8cea924711b40b2462b87df65b62",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/broadcom/bcmsysport.c",
            "drivers/net/ethernet/broadcom/bcmsysport.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "3.16"
            },
            {
              "lessThan": "3.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.4.*",
              "status": "unaffected",
              "version": "4.4.296",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.9.*",
              "status": "unaffected",
              "version": "4.9.294",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.259",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.222",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.88",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "5.16",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.4.296",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.9.294",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.259",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.222",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.168",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.88",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.11",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.16",
                  "versionStartIncluding": "3.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: systemport: Add global locking for descriptor lifecycle\n\nThe descriptor list is a shared resource across all of the transmit queues, and\nthe locking mechanism used today only protects concurrency across a given\ntransmit queue between the transmit and reclaiming. This creates an opportunity\nfor the SYSTEMPORT hardware to work on corrupted descriptors if we have\nmultiple producers at once which is the case when using multiple transmit\nqueues.\n\nThis was particularly noticeable when using multiple flows/transmit queues and\nit showed up in interesting ways in that UDP packets would get a correct UDP\nheader checksum being calculated over an incorrect packet length. Similarly TCP\npackets would get an equally correct checksum computed by the hardware over an\nincorrect packet length.\n\nThe SYSTEMPORT hardware maintains an internal descriptor list that it re-arranges\nwhen the driver produces a new descriptor anytime it writes to the\nWRITE_PORT_{HI,LO} registers, there is however some delay in the hardware to\nre-organize its descriptors and it is possible that concurrent TX queues\neventually break this internal allocation scheme to the point where the\nlength/status part of the descriptor gets used for an incorrect data buffer.\n\nThe fix is to impose a global serialization for all TX queues in the short\nsection where we are writing to the WRITE_PORT_{HI,LO} registers which solves\nthe corruption even with multiple concurrent TX queues being used."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - Broadcom SYSTEMPORT is the CPU Ethernet MAC on BCM7xxx set-top/gateway SoCs; concurrent multi-queue TX through bcm_sysport_xmit is driven by routed/forwarded Internet flows as well as local sockets, so a remote peer can trigger the race without L2 adjacency (unlike oversize-frame RX bugs that cannot survive routing).\nAC:L - The attacker fully controls both sides of the race by opening multiple concurrent flows that hash onto different TX queues and repeatedly stressing WRITE_PORT_{HI,LO} producers; no attacker-uncontrollable hardware errata or layout precondition is required.\nPR:N - Triggering only requires causing the interface to transmit on multiple queues (e.g., unauthenticated traffic that the gateway routes or replies to); no host account, capability, or pre-auth gate sits on ndo_start_xmit.\nUI:N - Exploitation needs only attacker-driven traffic while the interface is already up; no victim action such as mounting a filesystem or opening a device is required.\nS:U - Impact stays inside the host kernel/NIC datapath (corrupted TX descriptors and host memory read for DMA); it does not cross a VM, IOMMU-bypass, or other distinct security authority boundary.\nC:H - When HW pairs one descriptor\u2019s length/status with another buffer, a larger length causes DMA reads past the mapped TX buffer and transmits adjacent host memory on the wire (and can disclose another flow\u2019s payload), which is an unbounded-enough OOB read to score High.\nI:H - The same mismatch emits packets whose L4 checksums are computed over incorrect lengths/contents, so peers accept substituted or corrupted data, and cross-queue buffer/length mixing falsifies outbound traffic integrity under attacker-driven concurrency.\nA:H - Corrupted HW descriptor state can stall or break TX (timeouts/hangs) and deny network availability on the gateway; severe descriptor confusion can also fault the DMA path, fully disrupting the host\u2019s networking."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T08:48:29.609Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c"
        },
        {
          "url": "https://git.kernel.org/stable/c/de57f62f76450b934de8203711bdc4f7953c3421"
        },
        {
          "url": "https://git.kernel.org/stable/c/f3fde37d3f0d429f0fcce214cb52588a9e21260e"
        },
        {
          "url": "https://git.kernel.org/stable/c/595a684fa6f23b21958379a18cfa83862c73c2e1"
        },
        {
          "url": "https://git.kernel.org/stable/c/c675256a7f131f5ba3f331efb715e8f31ea0e392"
        },
        {
          "url": "https://git.kernel.org/stable/c/6e1011cd183faae8daff275c72444edcdfe0d473"
        },
        {
          "url": "https://git.kernel.org/stable/c/eb4687c7442942e115420a30185f8d83faf37696"
        },
        {
          "url": "https://git.kernel.org/stable/c/8b8e6e782456f1ce02a7ae914bbd5b1053f0b034"
        }
      ],
      "title": "net: systemport: Add global locking for descriptor lifecycle",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2021-47587",
    "datePublished": "2024-06-19T14:53:52.133Z",
    "dateReserved": "2024-05-24T15:11:00.732Z",
    "dateUpdated": "2026-08-05T08:48:29.609Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/de57f62f76450b934de8203711bdc4f7953c3421\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/f3fde37d3f0d429f0fcce214cb52588a9e21260e\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/595a684fa6f23b21958379a18cfa83862c73c2e1\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/c675256a7f131f5ba3f331efb715e8f31ea0e392\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/6e1011cd183faae8daff275c72444edcdfe0d473\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/eb4687c7442942e115420a30185f8d83faf37696\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/8b8e6e782456f1ce02a7ae914bbd5b1053f0b034\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:39:59.775Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47587\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T17:12:42.935460Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:26.497Z\"}}], \"cna\": {\"title\": \"net: systemport: Add global locking for descriptor lifecycle\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:N - Broadcom SYSTEMPORT is the CPU Ethernet MAC on BCM7xxx set-top/gateway SoCs; concurrent multi-queue TX through bcm_sysport_xmit is driven by routed/forwarded Internet flows as well as local sockets, so a remote peer can trigger the race without L2 adjacency (unlike oversize-frame RX bugs that cannot survive routing).\\nAC:L - The attacker fully controls both sides of the race by opening multiple concurrent flows that hash onto different TX queues and repeatedly stressing WRITE_PORT_{HI,LO} producers; no attacker-uncontrollable hardware errata or layout precondition is required.\\nPR:N - Triggering only requires causing the interface to transmit on multiple queues (e.g., unauthenticated traffic that the gateway routes or replies to); no host account, capability, or pre-auth gate sits on ndo_start_xmit.\\nUI:N - Exploitation needs only attacker-driven traffic while the interface is already up; no victim action such as mounting a filesystem or opening a device is required.\\nS:U - Impact stays inside the host kernel/NIC datapath (corrupted TX descriptors and host memory read for DMA); it does not cross a VM, IOMMU-bypass, or other distinct security authority boundary.\\nC:H - When HW pairs one descriptor\\u2019s length/status with another buffer, a larger length causes DMA reads past the mapped TX buffer and transmits adjacent host memory on the wire (and can disclose another flow\\u2019s payload), which is an unbounded-enough OOB read to score High.\\nI:H - The same mismatch emits packets whose L4 checksums are computed over incorrect lengths/contents, so peers accept substituted or corrupted data, and cross-queue buffer/length mixing falsifies outbound traffic integrity under attacker-driven concurrency.\\nA:H - Corrupted HW descriptor state can stall or break TX (timeouts/hangs) and deny network availability on the gateway; severe descriptor confusion can also fault the DMA path, fully disrupting the host\\u2019s networking.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"de57f62f76450b934de8203711bdc4f7953c3421\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"f3fde37d3f0d429f0fcce214cb52588a9e21260e\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"595a684fa6f23b21958379a18cfa83862c73c2e1\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"c675256a7f131f5ba3f331efb715e8f31ea0e392\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"6e1011cd183faae8daff275c72444edcdfe0d473\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"eb4687c7442942e115420a30185f8d83faf37696\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80105befdb4b8cea924711b40b2462b87df65b62\", \"lessThan\": \"8b8e6e782456f1ce02a7ae914bbd5b1053f0b034\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/broadcom/bcmsysport.c\", \"drivers/net/ethernet/broadcom/bcmsysport.h\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.16\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"3.16\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.4.296\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.4.*\"}, {\"status\": \"unaffected\", \"version\": \"4.9.294\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.9.*\"}, {\"status\": \"unaffected\", \"version\": \"4.14.259\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.222\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.88\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"5.16\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/ethernet/broadcom/bcmsysport.c\", \"drivers/net/ethernet/broadcom/bcmsysport.h\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/8ed2f5d08d6e59f8c78b2869bfb95d0be32c094c\"}, {\"url\": \"https://git.kernel.org/stable/c/de57f62f76450b934de8203711bdc4f7953c3421\"}, {\"url\": \"https://git.kernel.org/stable/c/f3fde37d3f0d429f0fcce214cb52588a9e21260e\"}, {\"url\": \"https://git.kernel.org/stable/c/595a684fa6f23b21958379a18cfa83862c73c2e1\"}, {\"url\": \"https://git.kernel.org/stable/c/c675256a7f131f5ba3f331efb715e8f31ea0e392\"}, {\"url\": \"https://git.kernel.org/stable/c/6e1011cd183faae8daff275c72444edcdfe0d473\"}, {\"url\": \"https://git.kernel.org/stable/c/eb4687c7442942e115420a30185f8d83faf37696\"}, {\"url\": \"https://git.kernel.org/stable/c/8b8e6e782456f1ce02a7ae914bbd5b1053f0b034\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: systemport: Add global locking for descriptor lifecycle\\n\\nThe descriptor list is a shared resource across all of the transmit queues, and\\nthe locking mechanism used today only protects concurrency across a given\\ntransmit queue between the transmit and reclaiming. This creates an opportunity\\nfor the SYSTEMPORT hardware to work on corrupted descriptors if we have\\nmultiple producers at once which is the case when using multiple transmit\\nqueues.\\n\\nThis was particularly noticeable when using multiple flows/transmit queues and\\nit showed up in interesting ways in that UDP packets would get a correct UDP\\nheader checksum being calculated over an incorrect packet length. Similarly TCP\\npackets would get an equally correct checksum computed by the hardware over an\\nincorrect packet length.\\n\\nThe SYSTEMPORT hardware maintains an internal descriptor list that it re-arranges\\nwhen the driver produces a new descriptor anytime it writes to the\\nWRITE_PORT_{HI,LO} registers, there is however some delay in the hardware to\\nre-organize its descriptors and it is possible that concurrent TX queues\\neventually break this internal allocation scheme to the point where the\\nlength/status part of the descriptor gets used for an incorrect data buffer.\\n\\nThe fix is to impose a global serialization for all TX queues in the short\\nsection where we are writing to the WRITE_PORT_{HI,LO} registers which solves\\nthe corruption even with multiple concurrent TX queues being used.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.4.296\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.9.294\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.259\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.222\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.168\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.88\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.11\", \"versionStartIncluding\": \"3.16\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.16\", \"versionStartIncluding\": \"3.16\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T08:48:29.609Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2021-47587\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T08:48:29.609Z\", \"dateReserved\": \"2024-05-24T15:11:00.732Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-06-19T14:53:52.133Z\", \"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…

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…