CVE-2026-46039 (GCVE-0-2026-46039)

Vulnerability from cvelistv5 – Published: 2026-05-27 12:56 – Updated: 2026-08-05 12:29
VLAI
Title
rxgk: Fix potential integer overflow in length check
Summary
In the Linux kernel, the following vulnerability has been resolved: rxgk: Fix potential integer overflow in length check Fix potential integer overflow in rxgk_extract_token() when checking the length of the ticket. Rather than rounding up the value to be tested (which might overflow), round down the size of the available data.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 2429a197648178cd4dc930a9d87c13c547460564 , < 43222ac484f93b3ec2d240a7575e1cedd31f5fa4 (git)
Affected: 2429a197648178cd4dc930a9d87c13c547460564 , < 183d37f12d1c8ed24a5bfc7addad05510da22a94 (git)
Affected: 2429a197648178cd4dc930a9d87c13c547460564 , < 6929350080f4da292d111a3b33e53138fee51cec (git)
Affected: 71571e187106631a8127f2dde780f35caa358d33 (git)
Affected: 6.16.9 , < 6.17 (semver)
Create a notification for this product.
Linux Linux Affected: 6.17
Unaffected: 0 , < 6.17 (semver)
Unaffected: 6.18.27 , ≤ 6.18.* (semver)
Unaffected: 7.0.4 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk_app.c",
            "net/rxrpc/rxgk_common.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "43222ac484f93b3ec2d240a7575e1cedd31f5fa4",
              "status": "affected",
              "version": "2429a197648178cd4dc930a9d87c13c547460564",
              "versionType": "git"
            },
            {
              "lessThan": "183d37f12d1c8ed24a5bfc7addad05510da22a94",
              "status": "affected",
              "version": "2429a197648178cd4dc930a9d87c13c547460564",
              "versionType": "git"
            },
            {
              "lessThan": "6929350080f4da292d111a3b33e53138fee51cec",
              "status": "affected",
              "version": "2429a197648178cd4dc930a9d87c13c547460564",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "71571e187106631a8127f2dde780f35caa358d33",
              "versionType": "git"
            },
            {
              "lessThan": "6.17",
              "status": "affected",
              "version": "6.16.9",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk_app.c",
            "net/rxrpc/rxgk_common.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.17"
            },
            {
              "lessThan": "6.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.27",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.4",
              "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.18.27",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.4",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.16.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrxgk: Fix potential integer overflow in length check\n\nFix potential integer overflow in rxgk_extract_token() when checking the\nlength of the ticket.  Rather than rounding up the value to be tested\n(which might overflow), round down the size of the available data."
        }
      ],
      "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 - The bug is triggered by a crafted RxRPC RESPONSE packet received over UDP and parsed by the in-kernel rxgk server-side handshake (`rxgk_verify_response`); no local access is needed.\nAC:L - The integer overflow is deterministic for fixed `ticket_len` values (0xFFFFFFFD\u20130xFFFFFFFF), and all packet fields including the enumerable kvno/enctype used for the server-key lookup are attacker-controlled, so the attacker reliably triggers the OOB.\nPR:N - The RESPONSE packet is processed during the security handshake before the client is authenticated; the attacker needs no credentials, only a kvno/enctype matching a server key (a public, guessable identifier).\nUI:N - The rxrpc service processes incoming RESPONSE packets automatically with no victim interaction.\nS:U - The corruption is confined to the kernel\u0027s own memory within the same security authority; no VM/IOMMU boundary is crossed.\nC:H - The truncated negative length yields a ~4 GB scatterlist entry, causing an enormous out-of-bounds read of adjacent kernel memory during AEAD decryption, well beyond a few bounded bytes.\nI:H - The AEAD decrypt is in-place (src==dst scatterlist), so plaintext is written back across the oversized region, corrupting adjacent kernel heap memory (out-of-bounds write) before the fault.\nA:H - Reading/writing a ~4 GB region from a small skb buffer reliably hits unmapped memory, producing a kernel oops/panic (remote, unauthenticated DoS)."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:29:17.995Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/43222ac484f93b3ec2d240a7575e1cedd31f5fa4"
        },
        {
          "url": "https://git.kernel.org/stable/c/183d37f12d1c8ed24a5bfc7addad05510da22a94"
        },
        {
          "url": "https://git.kernel.org/stable/c/6929350080f4da292d111a3b33e53138fee51cec"
        }
      ],
      "title": "rxgk: Fix potential integer overflow in length check",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-46039",
    "datePublished": "2026-05-27T12:56:51.317Z",
    "dateReserved": "2026-05-13T15:03:33.093Z",
    "dateUpdated": "2026-08-05T12:29:17.995Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-46039",
      "date": "2026-08-15",
      "epss": "0.00442",
      "percentile": "0.36792"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-46039\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-27T14:17:23.263\",\"lastModified\":\"2026-06-17T10:52:56.803\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nrxgk: Fix potential integer overflow in length check\\n\\nFix potential integer overflow in rxgk_extract_token() when checking the\\nlength of the ticket.  Rather than rounding up the value to be tested\\n(which might overflow), round down the size of the available data.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/rxrpc/rxgk_app.c\",\"net/rxrpc/rxgk_common.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2429a197648178cd4dc930a9d87c13c547460564\",\"lessThan\":\"43222ac484f93b3ec2d240a7575e1cedd31f5fa4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2429a197648178cd4dc930a9d87c13c547460564\",\"lessThan\":\"183d37f12d1c8ed24a5bfc7addad05510da22a94\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2429a197648178cd4dc930a9d87c13c547460564\",\"lessThan\":\"6929350080f4da292d111a3b33e53138fee51cec\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"71571e187106631a8127f2dde780f35caa358d33\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.16.9\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/rxrpc/rxgk_app.c\",\"net/rxrpc/rxgk_common.h\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.27\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.4\",\"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:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.16.9\",\"versionEndExcluding\":\"6.17\",\"matchCriteriaId\":\"98F094CD-A7F6-4BEA-8870-C45B63E05825\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.17.1\",\"versionEndExcluding\":\"6.18.27\",\"matchCriteriaId\":\"A8B5B12B-D912-4498-ADCB-79CD90DD9F0F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.0.4\",\"matchCriteriaId\":\"CDB78D6D-22C3-4154-B0D0-94AF1CE5C2E3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:-:*:*:*:*:*:*\",\"matchCriteriaId\":\"7CC8B11D-82DC-4958-8DC7-BF5CC829A5E9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.17:rc7:*:*:*:*:*:*\",\"matchCriteriaId\":\"3963C3A0-CEA1-4F5C-8011-3A593ABB684D\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/183d37f12d1c8ed24a5bfc7addad05510da22a94\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/43222ac484f93b3ec2d240a7575e1cedd31f5fa4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/6929350080f4da292d111a3b33e53138fee51cec\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:51:18+00:00",
      "cve": "CVE-2026-46039",
      "id": "CVE-2026-46039",
      "initial_release_date": "2026-05-27T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: rxgk: Fix potential integer overflow in length check",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46039.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "important",
      "current_release_date": "2026-08-06T01:18:28Z",
      "cve": "CVE-2026-46039",
      "id": "CVE-2026-46039",
      "initial_release_date": "2026-05-28T03:53:53Z",
      "product_status:known_not_affected": "293",
      "product_status:recommended": "4",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-46039",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-46039.json",
      "version": "7"
    }
  }
}