CVE-2023-52894 (GCVE-0-2023-52894)

Vulnerability from cvelistv5 – Published: 2024-08-21 06:10 – Updated: 2026-01-05 10:17
VLAI?
Title
usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()
Summary
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate() In Google internal bug 265639009 we've received an (as yet) unreproducible crash report from an aarch64 GKI 5.10.149-android13 running device. AFAICT the source code is at: https://android.googlesource.com/kernel/common/+/refs/tags/ASB-2022-12-05_13-5.10 The call stack is: ncm_close() -> ncm_notify() -> ncm_do_notify() with the crash at: ncm_do_notify+0x98/0x270 Code: 79000d0b b9000a6c f940012a f9400269 (b9405d4b) Which I believe disassembles to (I don't know ARM assembly, but it looks sane enough to me...): // halfword (16-bit) store presumably to event->wLength (at offset 6 of struct usb_cdc_notification) 0B 0D 00 79 strh w11, [x8, #6] // word (32-bit) store presumably to req->Length (at offset 8 of struct usb_request) 6C 0A 00 B9 str w12, [x19, #8] // x10 (NULL) was read here from offset 0 of valid pointer x9 // IMHO we're reading 'cdev->gadget' and getting NULL // gadget is indeed at offset 0 of struct usb_composite_dev 2A 01 40 F9 ldr x10, [x9] // loading req->buf pointer, which is at offset 0 of struct usb_request 69 02 40 F9 ldr x9, [x19] // x10 is null, crash, appears to be attempt to read cdev->gadget->max_speed 4B 5D 40 B9 ldr w11, [x10, #0x5c] which seems to line up with ncm_do_notify() case NCM_NOTIFY_SPEED code fragment: event->wLength = cpu_to_le16(8); req->length = NCM_STATUS_BYTECOUNT; /* SPEED_CHANGE data is up/down speeds in bits/sec */ data = req->buf + sizeof *event; data[0] = cpu_to_le32(ncm_bitrate(cdev->gadget)); My analysis of registers and NULL ptr deref crash offset (Unable to handle kernel NULL pointer dereference at virtual address 000000000000005c) heavily suggests that the crash is due to 'cdev->gadget' being NULL when executing: data[0] = cpu_to_le32(ncm_bitrate(cdev->gadget)); which calls: ncm_bitrate(NULL) which then calls: gadget_is_superspeed(NULL) which reads ((struct usb_gadget *)NULL)->max_speed and hits a panic. AFAICT, if I'm counting right, the offset of max_speed is indeed 0x5C. (remember there's a GKI KABI reservation of 16 bytes in struct work_struct) It's not at all clear to me how this is all supposed to work... but returning 0 seems much better than panic-ing...
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < fef6b29671b66dfb71f17e337c1ad14b5a2cedae (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < 63d161f29cd39c050e8873aa36e0c9fc013bb763 (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < a21da7f7aae618c785f7e4a275d43c06dc8412b6 (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < e92c70059178da751e5af7de02384b7dfadb5ec7 (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < a69c8dfb85b44be9cc223be07d35cc3a9baefbea (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < 09e4507ec8ef2d44da6ba4092b8ee2d81f216497 (git)
Affected: 1650113888fe7b7e16604a5019c32dd3ddeb3af2 , < c6ec929595c7443250b2a4faea988c62019d5cd2 (git)
Create a notification for this product.
    Linux Linux Affected: 4.9
Unaffected: 0 , < 4.9 (semver)
Unaffected: 4.14.304 , ≤ 4.14.* (semver)
Unaffected: 4.19.271 , ≤ 4.19.* (semver)
Unaffected: 5.4.230 , ≤ 5.4.* (semver)
Unaffected: 5.10.165 , ≤ 5.10.* (semver)
Unaffected: 5.15.90 , ≤ 5.15.* (semver)
Unaffected: 6.1.8 , ≤ 6.1.* (semver)
Unaffected: 6.2 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2023-52894",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:03:50.056364Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-12T17:33:13.931Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/gadget/function/f_ncm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "fef6b29671b66dfb71f17e337c1ad14b5a2cedae",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "63d161f29cd39c050e8873aa36e0c9fc013bb763",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "a21da7f7aae618c785f7e4a275d43c06dc8412b6",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "e92c70059178da751e5af7de02384b7dfadb5ec7",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "a69c8dfb85b44be9cc223be07d35cc3a9baefbea",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "09e4507ec8ef2d44da6ba4092b8ee2d81f216497",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            },
            {
              "lessThan": "c6ec929595c7443250b2a4faea988c62019d5cd2",
              "status": "affected",
              "version": "1650113888fe7b7e16604a5019c32dd3ddeb3af2",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/usb/gadget/function/f_ncm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.9"
            },
            {
              "lessThan": "4.9",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.14.*",
              "status": "unaffected",
              "version": "4.14.304",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.271",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.230",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.165",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.90",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.14.304",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "4.19.271",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.230",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.165",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.90",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.8",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2",
                  "versionStartIncluding": "4.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nusb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()\n\nIn Google internal bug 265639009 we\u0027ve received an (as yet) unreproducible\ncrash report from an aarch64 GKI 5.10.149-android13 running device.\n\nAFAICT the source code is at:\n  https://android.googlesource.com/kernel/common/+/refs/tags/ASB-2022-12-05_13-5.10\n\nThe call stack is:\n  ncm_close() -\u003e ncm_notify() -\u003e ncm_do_notify()\nwith the crash at:\n  ncm_do_notify+0x98/0x270\nCode: 79000d0b b9000a6c f940012a f9400269 (b9405d4b)\n\nWhich I believe disassembles to (I don\u0027t know ARM assembly, but it looks sane enough to me...):\n\n  // halfword (16-bit) store presumably to event-\u003ewLength (at offset 6 of struct usb_cdc_notification)\n  0B 0D 00 79    strh w11, [x8, #6]\n\n  // word (32-bit) store presumably to req-\u003eLength (at offset 8 of struct usb_request)\n  6C 0A 00 B9    str  w12, [x19, #8]\n\n  // x10 (NULL) was read here from offset 0 of valid pointer x9\n  // IMHO we\u0027re reading \u0027cdev-\u003egadget\u0027 and getting NULL\n  // gadget is indeed at offset 0 of struct usb_composite_dev\n  2A 01 40 F9    ldr  x10, [x9]\n\n  // loading req-\u003ebuf pointer, which is at offset 0 of struct usb_request\n  69 02 40 F9    ldr  x9, [x19]\n\n  // x10 is null, crash, appears to be attempt to read cdev-\u003egadget-\u003emax_speed\n  4B 5D 40 B9    ldr  w11, [x10, #0x5c]\n\nwhich seems to line up with ncm_do_notify() case NCM_NOTIFY_SPEED code fragment:\n\n  event-\u003ewLength = cpu_to_le16(8);\n  req-\u003elength = NCM_STATUS_BYTECOUNT;\n\n  /* SPEED_CHANGE data is up/down speeds in bits/sec */\n  data = req-\u003ebuf + sizeof *event;\n  data[0] = cpu_to_le32(ncm_bitrate(cdev-\u003egadget));\n\nMy analysis of registers and NULL ptr deref crash offset\n  (Unable to handle kernel NULL pointer dereference at virtual address 000000000000005c)\nheavily suggests that the crash is due to \u0027cdev-\u003egadget\u0027 being NULL when executing:\n  data[0] = cpu_to_le32(ncm_bitrate(cdev-\u003egadget));\nwhich calls:\n  ncm_bitrate(NULL)\nwhich then calls:\n  gadget_is_superspeed(NULL)\nwhich reads\n  ((struct usb_gadget *)NULL)-\u003emax_speed\nand hits a panic.\n\nAFAICT, if I\u0027m counting right, the offset of max_speed is indeed 0x5C.\n(remember there\u0027s a GKI KABI reservation of 16 bytes in struct work_struct)\n\nIt\u0027s not at all clear to me how this is all supposed to work...\nbut returning 0 seems much better than panic-ing..."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-01-05T10:17:52.789Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/fef6b29671b66dfb71f17e337c1ad14b5a2cedae"
        },
        {
          "url": "https://git.kernel.org/stable/c/63d161f29cd39c050e8873aa36e0c9fc013bb763"
        },
        {
          "url": "https://git.kernel.org/stable/c/a21da7f7aae618c785f7e4a275d43c06dc8412b6"
        },
        {
          "url": "https://git.kernel.org/stable/c/e92c70059178da751e5af7de02384b7dfadb5ec7"
        },
        {
          "url": "https://git.kernel.org/stable/c/a69c8dfb85b44be9cc223be07d35cc3a9baefbea"
        },
        {
          "url": "https://git.kernel.org/stable/c/09e4507ec8ef2d44da6ba4092b8ee2d81f216497"
        },
        {
          "url": "https://git.kernel.org/stable/c/c6ec929595c7443250b2a4faea988c62019d5cd2"
        }
      ],
      "title": "usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-52894",
    "datePublished": "2024-08-21T06:10:34.120Z",
    "dateReserved": "2024-08-21T06:07:11.013Z",
    "dateUpdated": "2026-01-05T10:17:52.789Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-52894\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:03:50.056364Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:18.447Z\"}}], \"cna\": {\"title\": \"usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"fef6b29671b66dfb71f17e337c1ad14b5a2cedae\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"63d161f29cd39c050e8873aa36e0c9fc013bb763\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"a21da7f7aae618c785f7e4a275d43c06dc8412b6\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"e92c70059178da751e5af7de02384b7dfadb5ec7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"a69c8dfb85b44be9cc223be07d35cc3a9baefbea\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"09e4507ec8ef2d44da6ba4092b8ee2d81f216497\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1650113888fe7b7e16604a5019c32dd3ddeb3af2\", \"lessThan\": \"c6ec929595c7443250b2a4faea988c62019d5cd2\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/usb/gadget/function/f_ncm.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.9\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.9\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.14.304\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.14.*\"}, {\"status\": \"unaffected\", \"version\": \"4.19.271\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.230\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.165\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.90\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.8\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.2\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/usb/gadget/function/f_ncm.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/fef6b29671b66dfb71f17e337c1ad14b5a2cedae\"}, {\"url\": \"https://git.kernel.org/stable/c/63d161f29cd39c050e8873aa36e0c9fc013bb763\"}, {\"url\": \"https://git.kernel.org/stable/c/a21da7f7aae618c785f7e4a275d43c06dc8412b6\"}, {\"url\": \"https://git.kernel.org/stable/c/e92c70059178da751e5af7de02384b7dfadb5ec7\"}, {\"url\": \"https://git.kernel.org/stable/c/a69c8dfb85b44be9cc223be07d35cc3a9baefbea\"}, {\"url\": \"https://git.kernel.org/stable/c/09e4507ec8ef2d44da6ba4092b8ee2d81f216497\"}, {\"url\": \"https://git.kernel.org/stable/c/c6ec929595c7443250b2a4faea988c62019d5cd2\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nusb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()\\n\\nIn Google internal bug 265639009 we\u0027ve received an (as yet) unreproducible\\ncrash report from an aarch64 GKI 5.10.149-android13 running device.\\n\\nAFAICT the source code is at:\\n  https://android.googlesource.com/kernel/common/+/refs/tags/ASB-2022-12-05_13-5.10\\n\\nThe call stack is:\\n  ncm_close() -\u003e ncm_notify() -\u003e ncm_do_notify()\\nwith the crash at:\\n  ncm_do_notify+0x98/0x270\\nCode: 79000d0b b9000a6c f940012a f9400269 (b9405d4b)\\n\\nWhich I believe disassembles to (I don\u0027t know ARM assembly, but it looks sane enough to me...):\\n\\n  // halfword (16-bit) store presumably to event-\u003ewLength (at offset 6 of struct usb_cdc_notification)\\n  0B 0D 00 79    strh w11, [x8, #6]\\n\\n  // word (32-bit) store presumably to req-\u003eLength (at offset 8 of struct usb_request)\\n  6C 0A 00 B9    str  w12, [x19, #8]\\n\\n  // x10 (NULL) was read here from offset 0 of valid pointer x9\\n  // IMHO we\u0027re reading \u0027cdev-\u003egadget\u0027 and getting NULL\\n  // gadget is indeed at offset 0 of struct usb_composite_dev\\n  2A 01 40 F9    ldr  x10, [x9]\\n\\n  // loading req-\u003ebuf pointer, which is at offset 0 of struct usb_request\\n  69 02 40 F9    ldr  x9, [x19]\\n\\n  // x10 is null, crash, appears to be attempt to read cdev-\u003egadget-\u003emax_speed\\n  4B 5D 40 B9    ldr  w11, [x10, #0x5c]\\n\\nwhich seems to line up with ncm_do_notify() case NCM_NOTIFY_SPEED code fragment:\\n\\n  event-\u003ewLength = cpu_to_le16(8);\\n  req-\u003elength = NCM_STATUS_BYTECOUNT;\\n\\n  /* SPEED_CHANGE data is up/down speeds in bits/sec */\\n  data = req-\u003ebuf + sizeof *event;\\n  data[0] = cpu_to_le32(ncm_bitrate(cdev-\u003egadget));\\n\\nMy analysis of registers and NULL ptr deref crash offset\\n  (Unable to handle kernel NULL pointer dereference at virtual address 000000000000005c)\\nheavily suggests that the crash is due to \u0027cdev-\u003egadget\u0027 being NULL when executing:\\n  data[0] = cpu_to_le32(ncm_bitrate(cdev-\u003egadget));\\nwhich calls:\\n  ncm_bitrate(NULL)\\nwhich then calls:\\n  gadget_is_superspeed(NULL)\\nwhich reads\\n  ((struct usb_gadget *)NULL)-\u003emax_speed\\nand hits a panic.\\n\\nAFAICT, if I\u0027m counting right, the offset of max_speed is indeed 0x5C.\\n(remember there\u0027s a GKI KABI reservation of 16 bytes in struct work_struct)\\n\\nIt\u0027s not at all clear to me how this is all supposed to work...\\nbut returning 0 seems much better than panic-ing...\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.14.304\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"4.19.271\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.4.230\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.165\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.90\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.8\", \"versionStartIncluding\": \"4.9\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.2\", \"versionStartIncluding\": \"4.9\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-01-05T10:17:52.789Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-52894\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-01-05T10:17:52.789Z\", \"dateReserved\": \"2024-08-21T06:07:11.013Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-08-21T06:10:34.120Z\", \"assignerShortName\": \"Linux\"}",
      "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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…