CVE-2026-74433 (GCVE-0-2026-74433)
Vulnerability from cvelistv5
Published
2026-08-15 05:59
Modified
2026-08-17 05:47
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix UAF in rxgk_issue_challenge() Fix rxgk_issue_challenge() to free the page containing the challenge content after invoking the tracepoint as the whdr passed to the tracepoint points into the page just freed.
Impacted products
Vendor Product Version
Linux Linux Version: 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a
Version: 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a
Version: 9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "844b8525ce503405c462ad67f750bec648720397",
              "status": "affected",
              "version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
              "versionType": "git"
            },
            {
              "lessThan": "83bb0ed050e2ad9453d8ef50e4d6e624eac6eed8",
              "status": "affected",
              "version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
              "versionType": "git"
            },
            {
              "lessThan": "107a4cb0d47e735830f852d83970d5c81f8e1e08",
              "status": "affected",
              "version": "9d1d2b59341f58126a69b51f9f5f8ccb9f12e54a",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/rxrpc/rxgk.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.16"
            },
            {
              "lessThan": "6.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrxrpc: Fix UAF in rxgk_issue_challenge()\n\nFix rxgk_issue_challenge() to free the page containing the challenge\ncontent after invoking the tracepoint as the whdr passed to the tracepoint\npoints into the page just freed."
        }
      ],
      "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 in rxgk_issue_challenge() on the RxRPC server path reached when a remote UDP RxRPC DATA packet starts a new call; packets enter via rxrpc_encap_rcv() and the I/O thread, then conn_event processing issues an RxGK challenge during the pre-auth handshake on internet-facing AFS/RxGK servers.\nAC:L - Once an RxGK-enabled AFS kernel server is reachable, an attacker can reliably trigger rxgk_issue_challenge() by sending a valid incoming DATA packet with security index YFS-RxGK; the UAF is deterministic on each successful challenge transmission and does not depend on winning a race.\nPR:N - The vulnerable code runs during initial server-side connection setup before client credentials are verified: an unauthenticated remote peer that can reach the RxRPC UDP port can force challenge issuance without any local account, capability, or namespace privilege on the target.\nUI:N - Exploitation requires only network packets to the RxRPC listener; no victim user action such as opening files, mounting AFS, or enabling tracing is needed for the server to automatically enter the challenging path and hit the bug.\nS:U - Impact is confined to kernel memory integrity and availability on the AFS/RxRPC server host; it does not by itself cross a VM, container, or IOMMU security boundary, though it may enable local privilege escalation on that host.\nC:H - This is a use-after-free: __free_page() releases the challenge buffer before trace_rxrpc_tx_packet() dereferences whdr pointing into that page, enabling reads of freed slab/page memory and potential disclosure of kernel heap contents exploitable for KASLR bypass.\nI:H - UAF on the challenge transmit path can be leveraged with heap grooming to obtain controlled reuse of the freed page and build arbitrary kernel write or control-flow hijack primitives, not merely a bounded protocol corruption.\nA:H - Reading or reusing freed kernel pages during challenge handling can provoke kernel oops/panic or wedged RxRPC/AFS service state; repeated remote triggering of the handshake can deny availability of the file service even without full exploitation."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:47:07.711Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/844b8525ce503405c462ad67f750bec648720397"
        },
        {
          "url": "https://git.kernel.org/stable/c/83bb0ed050e2ad9453d8ef50e4d6e624eac6eed8"
        },
        {
          "url": "https://git.kernel.org/stable/c/107a4cb0d47e735830f852d83970d5c81f8e1e08"
        }
      ],
      "title": "rxrpc: Fix UAF in rxgk_issue_challenge()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74433",
    "datePublished": "2026-08-15T05:59:32.823Z",
    "dateReserved": "2026-08-15T05:44:03.896Z",
    "dateUpdated": "2026-08-17T05:47:07.711Z",
    "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…