GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2023-54252 (GCVE-0-2023-54252)

Vulnerability from cvelistv5 – Published: 2025-12-30 12:15 – Updated: 2026-05-11 19:58
VLAI
Title
platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings
Summary
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings My previous commit introduced a memory leak where the item allocated from tlmi_setting was not freed. This commit also renames it to avoid confusion with the similarly name variable in the same function.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: dae47bf0222e1e0eb6684c7e141b7170b0884a4c , < cccdb30935c82be805d3362a15680b95d5cb3ee0 (git)
Affected: f0a67ad7dce49d93570edc795e0312bb787f19bb , < 081da7b1c881828244b93b3befb7c18389f696bb (git)
Affected: c9c542eba4edf8d061bd2e5007cf598625e112df , < 43fc0342bac1808fda2b76184e43414727111c6b (git)
Affected: 8a02d70679fc1c434401863333c8ea7dbf201494 , < e7d796fccdc8d17c2d21817ebe4c7bf5bbfe5433 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.15.106 , < 5.15.107 (semver)
Affected: 6.1.23 , < 6.1.24 (semver)
Affected: 6.2.10 , < 6.2.11 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/platform/x86/think-lmi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "cccdb30935c82be805d3362a15680b95d5cb3ee0",
              "status": "affected",
              "version": "dae47bf0222e1e0eb6684c7e141b7170b0884a4c",
              "versionType": "git"
            },
            {
              "lessThan": "081da7b1c881828244b93b3befb7c18389f696bb",
              "status": "affected",
              "version": "f0a67ad7dce49d93570edc795e0312bb787f19bb",
              "versionType": "git"
            },
            {
              "lessThan": "43fc0342bac1808fda2b76184e43414727111c6b",
              "status": "affected",
              "version": "c9c542eba4edf8d061bd2e5007cf598625e112df",
              "versionType": "git"
            },
            {
              "lessThan": "e7d796fccdc8d17c2d21817ebe4c7bf5bbfe5433",
              "status": "affected",
              "version": "8a02d70679fc1c434401863333c8ea7dbf201494",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/platform/x86/think-lmi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5.15.107",
              "status": "affected",
              "version": "5.15.106",
              "versionType": "semver"
            },
            {
              "lessThan": "6.1.24",
              "status": "affected",
              "version": "6.1.23",
              "versionType": "semver"
            },
            {
              "lessThan": "6.2.11",
              "status": "affected",
              "version": "6.2.10",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.107",
                  "versionStartIncluding": "5.15.106",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.24",
                  "versionStartIncluding": "6.1.23",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.11",
                  "versionStartIncluding": "6.2.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings\n\nMy previous commit introduced a memory leak where the item allocated\nfrom tlmi_setting was not freed.\nThis commit also renames it to avoid confusion with the similarly name\nvariable in the same function."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:58:24.014Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/cccdb30935c82be805d3362a15680b95d5cb3ee0"
        },
        {
          "url": "https://git.kernel.org/stable/c/081da7b1c881828244b93b3befb7c18389f696bb"
        },
        {
          "url": "https://git.kernel.org/stable/c/43fc0342bac1808fda2b76184e43414727111c6b"
        },
        {
          "url": "https://git.kernel.org/stable/c/e7d796fccdc8d17c2d21817ebe4c7bf5bbfe5433"
        }
      ],
      "title": "platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-54252",
    "datePublished": "2025-12-30T12:15:48.796Z",
    "dateReserved": "2025-12-30T12:06:44.514Z",
    "dateUpdated": "2026-05-11T19:58:24.014Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-54252",
      "date": "2026-09-16",
      "epss": "0.00195",
      "percentile": "0.09431"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-54252\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-30T13:16:13.883\",\"lastModified\":\"2026-06-17T06:47:05.930\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nplatform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings\\n\\nMy previous commit introduced a memory leak where the item allocated\\nfrom tlmi_setting was not freed.\\nThis commit also renames it to avoid confusion with the similarly name\\nvariable in the same function.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\nplatform/x86: think-lmi: Corrige fugas de memoria al analizar cadenas WMI de ThinkStation\\n\\nMi commit anterior introdujo una fuga de memoria donde el elemento asignado de tlmi_setting no fue liberado.\\nEste commit tambi\u00e9n lo renombra para evitar confusiones con la variable de nombre similar en la misma funci\u00f3n.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/platform/x86/think-lmi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"dae47bf0222e1e0eb6684c7e141b7170b0884a4c\",\"lessThan\":\"cccdb30935c82be805d3362a15680b95d5cb3ee0\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f0a67ad7dce49d93570edc795e0312bb787f19bb\",\"lessThan\":\"081da7b1c881828244b93b3befb7c18389f696bb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c9c542eba4edf8d061bd2e5007cf598625e112df\",\"lessThan\":\"43fc0342bac1808fda2b76184e43414727111c6b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8a02d70679fc1c434401863333c8ea7dbf201494\",\"lessThan\":\"e7d796fccdc8d17c2d21817ebe4c7bf5bbfe5433\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/platform/x86/think-lmi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.15.106\",\"lessThan\":\"5.15.107\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.23\",\"lessThan\":\"6.1.24\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.2.10\",\"lessThan\":\"6.2.11\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/081da7b1c881828244b93b3befb7c18389f696bb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/43fc0342bac1808fda2b76184e43414727111c6b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cccdb30935c82be805d3362a15680b95d5cb3ee0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e7d796fccdc8d17c2d21817ebe4c7bf5bbfe5433\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-30T10:16:17+00:00",
      "cve": "CVE-2023-54252",
      "id": "CVE-2023-54252",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:known_affected": "156",
      "product_status:known_not_affected": "118",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-54252.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-02T01:40:30Z",
      "cve": "CVE-2023-54252",
      "id": "CVE-2023-54252",
      "initial_release_date": "2025-12-31T00:27:27Z",
      "product_status:known_affected": "354",
      "product_status:known_not_affected": "432",
      "product_status:recommended": "196",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-54252",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-54252.json",
      "version": "22"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…