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

CVE-2026-80836 (GCVE-0-2026-80836)

Vulnerability from cvelistv5 – Published: 2026-09-04 15:54 – Updated: 2026-09-04 15:54
VLAI
Title
crypto: virtio - bound the akcipher result length
Summary
In the Linux kernel, the following vulnerability has been resolved: crypto: virtio - bound the akcipher result length virtio_crypto_dataq_akcipher_callback() sets the result length from the device-reported response length without bounding it to the destination buffer, which was allocated for the original request length. sg_copy_from_buffer() then reads that many bytes from the destination buffer; a backend reporting a larger length over-reads adjacent kernel heap into the caller's scatterlist (an out-of-bounds read). Clamp the reported length to the originally requested destination length. A conforming device reports no more than that, so valid results are unaffected.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a , < 5545de5050cbc3594506d74f2c392b0716cf8bca (git)
Affected: a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a , < 3fda114a42f1510a4ec8a0b17a0cfc997952ccc2 (git)
Affected: a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a , < 1f9f877b1ef1fbd4ee95571cddf39c8002cee252 (git)
Affected: a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a , < f77a956f6a19f9463ef1527c9d0cda50dded6b92 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.19
Unaffected: 0 , < 5.19 (semver)
Unaffected: 6.18.49 , ≤ 6.18.* (semver)
Unaffected: 7.1.13 , ≤ 7.1.* (semver)
Unaffected: 7.2.3 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/crypto/virtio/virtio_crypto_akcipher_algs.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5545de5050cbc3594506d74f2c392b0716cf8bca",
              "status": "affected",
              "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
              "versionType": "git"
            },
            {
              "lessThan": "3fda114a42f1510a4ec8a0b17a0cfc997952ccc2",
              "status": "affected",
              "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
              "versionType": "git"
            },
            {
              "lessThan": "1f9f877b1ef1fbd4ee95571cddf39c8002cee252",
              "status": "affected",
              "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
              "versionType": "git"
            },
            {
              "lessThan": "f77a956f6a19f9463ef1527c9d0cda50dded6b92",
              "status": "affected",
              "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/crypto/virtio/virtio_crypto_akcipher_algs.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.19"
            },
            {
              "lessThan": "5.19",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.49",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.49",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.13",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.3",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "5.19",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: virtio - bound the akcipher result length\n\nvirtio_crypto_dataq_akcipher_callback() sets the result length from the\ndevice-reported response length without bounding it to the destination\nbuffer, which was allocated for the original request length.\nsg_copy_from_buffer() then reads that many bytes from the destination\nbuffer; a backend reporting a larger length over-reads adjacent kernel\nheap into the caller\u0027s scatterlist (an out-of-bounds read).\n\nClamp the reported length to the originally requested destination length.\nA conforming device reports no more than that, so valid results are\nunaffected."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-04T15:54:44.981Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5545de5050cbc3594506d74f2c392b0716cf8bca"
        },
        {
          "url": "https://git.kernel.org/stable/c/3fda114a42f1510a4ec8a0b17a0cfc997952ccc2"
        },
        {
          "url": "https://git.kernel.org/stable/c/1f9f877b1ef1fbd4ee95571cddf39c8002cee252"
        },
        {
          "url": "https://git.kernel.org/stable/c/f77a956f6a19f9463ef1527c9d0cda50dded6b92"
        }
      ],
      "title": "crypto: virtio - bound the akcipher result length",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80836",
    "datePublished": "2026-09-04T15:54:44.981Z",
    "dateReserved": "2026-08-26T14:34:25.796Z",
    "dateUpdated": "2026-09-04T15:54:44.981Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80836",
      "date": "2026-09-18",
      "epss": "0.00168",
      "percentile": "0.06487"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-07T01:49:42.000Z",
      "cve": "CVE-2026-80836",
      "id": "msrc_CVE-2026-80836",
      "initial_release_date": "2026-09-07T01:49:42.000Z",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "crypto: virtio - bound the akcipher result length",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-80836.json",
      "version": "1"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/crypto/virtio/virtio_crypto_akcipher_algs.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "5545de5050cbc3594506d74f2c392b0716cf8bca",
                    "status": "affected",
                    "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "3fda114a42f1510a4ec8a0b17a0cfc997952ccc2",
                    "status": "affected",
                    "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "1f9f877b1ef1fbd4ee95571cddf39c8002cee252",
                    "status": "affected",
                    "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "f77a956f6a19f9463ef1527c9d0cda50dded6b92",
                    "status": "affected",
                    "version": "a36bd0ad9fbf69d0d711b1c105954ce8d6cc144a",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/crypto/virtio/virtio_crypto_akcipher_algs.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "5.19"
                  },
                  {
                    "lessThan": "5.19",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.49",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.1.*",
                    "status": "unaffected",
                    "version": "7.1.13",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.2.*",
                    "status": "unaffected",
                    "version": "7.2.3",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.3-rc1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: virtio - bound the akcipher result length\n\nvirtio_crypto_dataq_akcipher_callback() sets the result length from the\ndevice-reported response length without bounding it to the destination\nbuffer, which was allocated for the original request length.\nsg_copy_from_buffer() then reads that many bytes from the destination\nbuffer; a backend reporting a larger length over-reads adjacent kernel\nheap into the caller\u0027s scatterlist (an out-of-bounds read).\n\nClamp the reported length to the originally requested destination length.\nA conforming device reports no more than that, so valid results are\nunaffected."
          }
        ],
        "id": "CVE-2026-80836",
        "lastModified": "2026-09-04T16:18:11.913",
        "metrics": {},
        "published": "2026-09-04T16:18:11.913",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/1f9f877b1ef1fbd4ee95571cddf39c8002cee252"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/3fda114a42f1510a4ec8a0b17a0cfc997952ccc2"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/5545de5050cbc3594506d74f2c392b0716cf8bca"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/f77a956f6a19f9463ef1527c9d0cda50dded6b92"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:07:33Z",
      "cve": "CVE-2026-80836",
      "id": "CVE-2026-80836",
      "initial_release_date": "2026-09-08T23:58:14Z",
      "product_status:known_affected": "46",
      "product_status:known_not_affected": "307",
      "product_status:recommended": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80836",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80836.json",
      "version": "4"
    }
  }
}



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…