GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-53132 (GCVE-0-2026-53132)

Vulnerability from cvelistv5 – Published: 2026-06-25 08:38 – Updated: 2026-08-05 12:33
VLAI
Title
vsock/virtio: fix potential unbounded skb queue
Summary
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential unbounded skb queue virtio_transport_inc_rx_pkt() checks vvs->rx_bytes + len > vvs->buf_alloc. virtio_transport_recv_enqueue() skips coalescing for packets with VIRTIO_VSOCK_SEQ_EOM. If fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM, a very large number of packets can be queued because vvs->rx_bytes stays at 0. Fix this by estimating the skb metadata size: (Number of skbs in the queue) * SKB_TRUESIZE(0)
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 077706165717686a2a6a71405fef036cd5b37ae0 , < 1eca304f97a34ed5e921e1f0e06c8b241f25bf12 (git)
Affected: 077706165717686a2a6a71405fef036cd5b37ae0 , < 9bdc637fde66b63d6cad0caacd034888bb7bf5f5 (git)
Affected: 077706165717686a2a6a71405fef036cd5b37ae0 , < 100d5b2ffdc6468b9e48532641f29e83efdcb63c (git)
Affected: 077706165717686a2a6a71405fef036cd5b37ae0 , < 059b7dbd20a6f0c539a45ddff1573cb8946685b5 (git)
Affected: 5852a2b573f7a3a29df46296e56aa3491e589cdf (git)
Affected: 6.1.63 , < 6.2 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.3
Unaffected: 0 , < 6.3 (semver)
Unaffected: 6.12.94 , ≤ 6.12.* (semver)
Unaffected: 6.18.36 , ≤ 6.18.* (semver)
Unaffected: 7.0.13 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/vmw_vsock/virtio_transport_common.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "1eca304f97a34ed5e921e1f0e06c8b241f25bf12",
              "status": "affected",
              "version": "077706165717686a2a6a71405fef036cd5b37ae0",
              "versionType": "git"
            },
            {
              "lessThan": "9bdc637fde66b63d6cad0caacd034888bb7bf5f5",
              "status": "affected",
              "version": "077706165717686a2a6a71405fef036cd5b37ae0",
              "versionType": "git"
            },
            {
              "lessThan": "100d5b2ffdc6468b9e48532641f29e83efdcb63c",
              "status": "affected",
              "version": "077706165717686a2a6a71405fef036cd5b37ae0",
              "versionType": "git"
            },
            {
              "lessThan": "059b7dbd20a6f0c539a45ddff1573cb8946685b5",
              "status": "affected",
              "version": "077706165717686a2a6a71405fef036cd5b37ae0",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "5852a2b573f7a3a29df46296e56aa3491e589cdf",
              "versionType": "git"
            },
            {
              "lessThan": "6.2",
              "status": "affected",
              "version": "6.1.63",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/vmw_vsock/virtio_transport_common.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.3"
            },
            {
              "lessThan": "6.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.94",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.36",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.94",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.36",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.13",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.1.63",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nvsock/virtio: fix potential unbounded skb queue\n\nvirtio_transport_inc_rx_pkt() checks vvs-\u003erx_bytes + len \u003e vvs-\u003ebuf_alloc.\n\nvirtio_transport_recv_enqueue() skips coalescing for packets\nwith VIRTIO_VSOCK_SEQ_EOM.\n\nIf fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM,\na very large number of packets can be queued\nbecause vvs-\u003erx_bytes stays at 0.\n\nFix this by estimating the skb metadata size:\n\n\t(Number of skbs in the queue) * SKB_TRUESIZE(0)"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerable code is in virtio/vhost-vsock receive handling, reached through a local virtual socket channel rather than ordinary IP networking. The highest reasonable scenario is a malicious KVM guest or local vsock peer supplying crafted virtio-vsock packets to a host vsock endpoint.\nAC:L - Once the attacker can supply virtio-vsock headers, repeatedly sending len=0 OP_RW packets with VIRTIO_VSOCK_SEQ_EOM deterministically bypasses payload accounting. No race, timing window, or rare memory layout condition is required.\nPR:N - The vhost-vsock receive path performs address/type/state validation but no host credential, capability, or authentication check before enqueueing the packet. A malicious guest/peer needs no privileges on the vulnerable host kernel to deliver crafted virtio-vsock packets.\nUI:N - No victim user action is required after a reachable vsock endpoint exists. The attacker can flood the receive queue directly.\nS:C - In the vhost-vsock deployment, guest-controlled packets consume host kernel memory, crossing the guest/host security boundary. This is a KVM guest-to-host denial-of-service scenario.\nC:N - The bug is unbounded skb queue growth from missing metadata accounting, not an out-of-bounds read, UAF, or data disclosure path. I found no confidentiality primitive.\nI:N - The flaw queues attacker-supplied zero-length skb metadata but does not corrupt memory or provide an arbitrary write/control-flow primitive. I found no integrity impact beyond denial of service.\nA:H - The receive queue can grow without the intended buffer-accounting limit, causing unbounded host kernel memory consumption. A sustained flood can drive OOM or host-wide service loss."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:33:26.330Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/1eca304f97a34ed5e921e1f0e06c8b241f25bf12"
        },
        {
          "url": "https://git.kernel.org/stable/c/9bdc637fde66b63d6cad0caacd034888bb7bf5f5"
        },
        {
          "url": "https://git.kernel.org/stable/c/100d5b2ffdc6468b9e48532641f29e83efdcb63c"
        },
        {
          "url": "https://git.kernel.org/stable/c/059b7dbd20a6f0c539a45ddff1573cb8946685b5"
        }
      ],
      "title": "vsock/virtio: fix potential unbounded skb queue",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53132",
    "datePublished": "2026-06-25T08:38:21.575Z",
    "dateReserved": "2026-06-09T07:44:35.386Z",
    "dateUpdated": "2026-08-05T12:33:26.330Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53132",
      "date": "2026-09-15",
      "epss": "0.00138",
      "percentile": "0.03553"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-13T00:10:15.000Z",
      "cve": "CVE-2026-53132",
      "id": "msrc_CVE-2026-53132",
      "initial_release_date": "2026-06-27T01:13:56.000Z",
      "product_status:known_affected": "4",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "vsock/virtio: fix potential unbounded skb queue",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-53132.json",
      "version": "4"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53132\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-25T09:16:30.437\",\"lastModified\":\"2026-07-06T15:23:07.123\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nvsock/virtio: fix potential unbounded skb queue\\n\\nvirtio_transport_inc_rx_pkt() checks vvs-\u003erx_bytes + len \u003e vvs-\u003ebuf_alloc.\\n\\nvirtio_transport_recv_enqueue() skips coalescing for packets\\nwith VIRTIO_VSOCK_SEQ_EOM.\\n\\nIf fed with packets with len == 0 and VIRTIO_VSOCK_SEQ_EOM,\\na very large number of packets can be queued\\nbecause vvs-\u003erx_bytes stays at 0.\\n\\nFix this by estimating the skb metadata size:\\n\\n\\t(Number of skbs in the queue) * SKB_TRUESIZE(0)\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/vmw_vsock/virtio_transport_common.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"077706165717686a2a6a71405fef036cd5b37ae0\",\"lessThan\":\"1eca304f97a34ed5e921e1f0e06c8b241f25bf12\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"077706165717686a2a6a71405fef036cd5b37ae0\",\"lessThan\":\"9bdc637fde66b63d6cad0caacd034888bb7bf5f5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"077706165717686a2a6a71405fef036cd5b37ae0\",\"lessThan\":\"100d5b2ffdc6468b9e48532641f29e83efdcb63c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"077706165717686a2a6a71405fef036cd5b37ae0\",\"lessThan\":\"059b7dbd20a6f0c539a45ddff1573cb8946685b5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5852a2b573f7a3a29df46296e56aa3491e589cdf\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.1.63\",\"lessThan\":\"6.2\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/vmw_vsock/virtio_transport_common.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.3\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.3\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.94\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.36\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.13\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":7.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.5,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.63\",\"versionEndExcluding\":\"6.2\",\"matchCriteriaId\":\"C1939E82-B0E6-4502-A05A-A40B2F7C52C6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.3.1\",\"versionEndExcluding\":\"6.12.94\",\"matchCriteriaId\":\"7B35CFAA-A1B5-4F4C-A025-C4C143C2558C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.36\",\"matchCriteriaId\":\"389025D2-958D-41BD-BD96-70ED1033A9F3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.13\",\"matchCriteriaId\":\"6A64BF9F-3BCA-42FD-98CB-8F03474D2B1E\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"21D6F467-B848-453E-B1A4-BEF940E413A6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"3583026A-27EC-4A4C-850A-83F2AF970673\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"DC271202-7570-4505-89A4-D602D47BFD00\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"D413BB6D-4F74-4C7D-9163-47786619EF53\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"F4D613FB-9976-4989-8C4A-567773373CEA\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.3:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"B1240A34-749A-49F5-B8DD-C09441AD2228\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"B1EF7059-E670-45F4-B422-54C40FA86390\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D38F0BF-A728-4133-A358-D44A2F7EE6D6\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/059b7dbd20a6f0c539a45ddff1573cb8946685b5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/100d5b2ffdc6468b9e48532641f29e83efdcb63c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1eca304f97a34ed5e921e1f0e06c8b241f25bf12\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/9bdc637fde66b63d6cad0caacd034888bb7bf5f5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "current_release_date": "2026-06-26T08:20:35+00:00",
      "cve": "CVE-2026-53132",
      "id": "CVE-2026-53132",
      "initial_release_date": "2026-06-25T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: vsock/virtio: fix potential unbounded skb queue",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53132.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-10T16:58:01Z",
      "cve": "CVE-2026-53132",
      "id": "CVE-2026-53132",
      "initial_release_date": "2026-06-26T02:12:34Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "453",
      "product_status:known_not_affected": "279",
      "product_status:recommended": "250",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-53132",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-53132.json",
      "version": "13"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…