{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "39ba6af83a7f9dee3e6a7916f41a48bcbda54eba"
            },
            {
              "fixed": "42e3917cdbdc3d35e191c525687a6d5427f237fd"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        },
        {
          "events": [
            {
              "introduced": "40e8b52fe8c8ab6920ea5f59c5469b6918cce624"
            },
            {
              "fixed": "cc848a080f7a6848dfeef441722419fdcbfe9b8d"
            },
            {
              "fixed": "0bd5f2786a878148190b4c7c259d01313d5f2357"
            },
            {
              "fixed": "f3cf725cd284b7912d5522babb44721bf38c8887"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.15.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74425.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nafs: handle CB.InitCallBackState3 requests without a server record\n\nThe cache manager callback path now attaches the server record to an\nincoming call through the rxrpc peer's app data.  That association is\nnot guaranteed to exist for every callback request, and most callback\nhandlers already tolerate that case.\n\nMake CB.InitCallBackState3 follow the same pattern by checking whether a\nserver record was attached before using it.  If the peer is not mapped\nto a server record, trace the request and ignore it, matching the\nexisting behaviour for other unmatched callback requests.\n\nThis keeps the callback handler consistent with the rest of the cache\nmanager service and avoids depending on peer state that may not be\navailable for a given request.",
  "id": "CVE-2026-74425",
  "modified": "2026-08-16T03:31:32.848035284Z",
  "published": "2026-08-15T05:59:27.806Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0bd5f2786a878148190b4c7c259d01313d5f2357"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/42e3917cdbdc3d35e191c525687a6d5427f237fd"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/cc848a080f7a6848dfeef441722419fdcbfe9b8d"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f3cf725cd284b7912d5522babb44721bf38c8887"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74425.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-74425"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "afs: handle CB.InitCallBackState3 requests without a server record"
}