{
   "containers": {
      "cna": {
         "providerMetadata": {
            "orgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038"
         },
         "descriptions": [
            {
               "lang": "en",
               "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ntls: fix use-after-free on failed backlog decryption\n\nWhen the decrypt request goes to the backlog and crypto_aead_decrypt\nreturns -EBUSY, tls_do_decryption will wait until all async\ndecryptions have completed. If one of them fails, tls_do_decryption\nwill return -EBADMSG and tls_decrypt_sg jumps to the error path,\nreleasing all the pages. But the pages have been passed to the async\ncallback, and have already been released by tls_decrypt_done.\n\nThe only true async case is when crypto_aead_decrypt returns\n -EINPROGRESS. With -EBUSY, we already waited so we can tell\ntls_sw_recvmsg that the data is available for immediate copy, but we\nneed to notify tls_decrypt_sg (via the new ->async_done flag) that the\nmemory has already been released."
            }
         ],
         "affected": [
            {
               "product": "Linux",
               "vendor": "Linux",
               "defaultStatus": "unaffected",
               "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               "programFiles": [
                  "net/tls/tls_sw.c"
               ],
               "versions": [
                  {
                     "version": "cd1bbca03f3c",
                     "lessThan": "f2b85a4cc763",
                     "status": "affected",
                     "versionType": "git"
                  },
                  {
                     "version": "13eca403876b",
                     "lessThan": "81be85353b0f",
                     "status": "affected",
                     "versionType": "git"
                  },
                  {
                     "version": "ab6397f072e5",
                     "lessThan": "1ac9fb84bc7e",
                     "status": "affected",
                     "versionType": "git"
                  },
                  {
                     "version": "859054147318",
                     "lessThan": "13114dc55430",
                     "status": "affected",
                     "versionType": "git"
                  }
               ]
            },
            {
               "product": "Linux",
               "vendor": "Linux",
               "defaultStatus": "unaffected",
               "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
               "programFiles": [
                  "net/tls/tls_sw.c"
               ],
               "versions": [
                  {
                     "version": "6.6.18",
                     "lessThan": "6.6.21",
                     "status": "affected",
                     "versionType": "custom"
                  },
                  {
                     "version": "6.7.6",
                     "lessThan": "6.7.9",
                     "status": "affected",
                     "versionType": "custom"
                  }
               ]
            }
         ],
         "references": [
            {
               "url": "https://git.kernel.org/stable/c/f2b85a4cc763841843de693bbd7308fe9a2c4c89"
            },
            {
               "url": "https://git.kernel.org/stable/c/81be85353b0f5a7b660635634b655329b429eefe"
            },
            {
               "url": "https://git.kernel.org/stable/c/1ac9fb84bc7ecd4bc6428118301d9d864d2a58d1"
            },
            {
               "url": "https://git.kernel.org/stable/c/13114dc5543069f7b97991e3b79937b6da05f5b0"
            }
         ],
         "title": "tls: fix use-after-free on failed backlog decryption",
         "x_generator": {
            "engine": "bippy-a5840b7849dd"
         }
      }
   },
   "cveMetadata": {
      "assignerOrgId": "f4215fc3-5b6b-47ff-a258-f7189bd81038",
      "cveID": "CVE-2024-26800",
      "requesterUserId": "gregkh@kernel.org",
      "serial": "1",
      "state": "PUBLISHED"
   },
   "dataType": "CVE_RECORD",
   "dataVersion": "5.0"
}
