CVE-2026-46010 (GCVE-0-2026-46010)
Vulnerability from cvelistv5
Published
2026-05-27 12:56
Modified
2026-08-05 12:29
Summary
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix error handling in rxgk_extract_token() Fix a missing bit of error handling in rxgk_extract_token(): in the event that rxgk_decrypt_skb() returns -ENOMEM, it should just return that rather than continuing on (for anything else, it generates an abort).
Impacted products
Vendor Product Version
Linux Linux Version: 64863f4ca4945bdb62ce2b30823f39ea9fe95415
Version: 64863f4ca4945bdb62ce2b30823f39ea9fe95415
Version: 64863f4ca4945bdb62ce2b30823f39ea9fe95415
Version: 8ac99c57029e13ebb5fb0d634925abedef32b53a
Version: 6.16.9   
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk_app.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "293095ef618818852bac5488c1bc223935e2ca17",
              "status": "affected",
              "version": "64863f4ca4945bdb62ce2b30823f39ea9fe95415",
              "versionType": "git"
            },
            {
              "lessThan": "c52803e925604e2a17962ab0c99dce2d3f7238db",
              "status": "affected",
              "version": "64863f4ca4945bdb62ce2b30823f39ea9fe95415",
              "versionType": "git"
            },
            {
              "lessThan": "3476c8bb960f48e49355d6f93fb7673211e0163f",
              "status": "affected",
              "version": "64863f4ca4945bdb62ce2b30823f39ea9fe95415",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "8ac99c57029e13ebb5fb0d634925abedef32b53a",
              "versionType": "git"
            },
            {
              "lessThan": "6.17",
              "status": "affected",
              "version": "6.16.9",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk_app.c"
          ],
          "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\nrxrpc: Fix error handling in rxgk_extract_token()\n\nFix a missing bit of error handling in rxgk_extract_token(): in the event\nthat rxgk_decrypt_skb() returns -ENOMEM, it should just return that rather\nthan continuing on (for anything else, it generates an abort)."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - rxrpc is a UDP-based network protocol; the bug is in server-side processing of an RxGK RESPONSE packet received from a remote peer, fully reachable over the network.\nAC:H - The vulnerable fall-through is reachable only when the crypto decrypt path returns -ENOMEM (a kernel allocation failure); for all other errors the code correctly aborts, and an attacker cannot reliably force this allocation to fail.\nPR:N - This runs during the RxGK security challenge/response handshake, before the peer is authenticated, so no privileges or credentials are required.\nUI:N - The server processes incoming RESPONSE packets automatically; no victim interaction is needed.\nS:U - Impact is confined to the kernel\u0027s own security authority; no VM/IOMMU/sandbox boundary is crossed.\nC:H - Skipping decryption causes the server to accept un-authenticated, attacker-supplied ticket data, letting the attacker control K0/identity/level and impersonate a principal, exposing data served over the authenticated session.\nI:H - The attacker-chosen token sets the connection\u0027s session key, security level, and identity without possessing the server key, an authentication bypass that lets the attacker establish a session with forged integrity-relevant parameters.\nA:H - Operating on un-decrypted cryptographic state corrupts the handshake and tears down the connection, and under sustained memory pressure an unauthenticated peer can repeatedly disrupt the RxGK service."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:29:07.239Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/293095ef618818852bac5488c1bc223935e2ca17"
        },
        {
          "url": "https://git.kernel.org/stable/c/c52803e925604e2a17962ab0c99dce2d3f7238db"
        },
        {
          "url": "https://git.kernel.org/stable/c/3476c8bb960f48e49355d6f93fb7673211e0163f"
        }
      ],
      "title": "rxrpc: Fix error handling in rxgk_extract_token()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-46010",
    "datePublished": "2026-05-27T12:56:11.456Z",
    "dateReserved": "2026-05-13T15:03:33.092Z",
    "dateUpdated": "2026-08-05T12:29:07.239Z",
    "state": "PUBLISHED"
  },
  "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…