CVE-2023-54175 (GCVE-0-2023-54175)
Vulnerability from cvelistv5
Published
2025-12-30 12:08
Modified
2025-12-30 12:08
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path The xiic_xfer() function gets a runtime PM reference when the function is entered. This reference is released when the function is exited. There is currently one error path where the function exits directly, which leads to a leak of the runtime PM reference. Make sure that this error path also releases the runtime PM reference.
Impacted products
Vendor Product Version
Linux Linux Version: 30def367fa205d81e2880f5390b8c43ed66a9667
Version: c7ed4ddaa5a236bde32de46266a9b0e55701201d
Version: fdacc3c7405d1fc33c1f2771699a4fc24551e480
Version: fdacc3c7405d1fc33c1f2771699a4fc24551e480
Version: fdacc3c7405d1fc33c1f2771699a4fc24551e480
Version: fdacc3c7405d1fc33c1f2771699a4fc24551e480
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/i2c/busses/i2c-xiic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "2d320d9de7d31c0eb279b3f8a02cf1af473a3737",
              "status": "affected",
              "version": "30def367fa205d81e2880f5390b8c43ed66a9667",
              "versionType": "git"
            },
            {
              "lessThan": "72cb227a368cf286efb8ce1e741e8c7085747b4d",
              "status": "affected",
              "version": "c7ed4ddaa5a236bde32de46266a9b0e55701201d",
              "versionType": "git"
            },
            {
              "lessThan": "06e661a259978305c0015f6f33d14477a0cfbe8f",
              "status": "affected",
              "version": "fdacc3c7405d1fc33c1f2771699a4fc24551e480",
              "versionType": "git"
            },
            {
              "lessThan": "6027d84c073e26cb1b32a90d69c5fbad57776406",
              "status": "affected",
              "version": "fdacc3c7405d1fc33c1f2771699a4fc24551e480",
              "versionType": "git"
            },
            {
              "lessThan": "688fdfc458bfa651dca39c736d39c1b7520af0e8",
              "status": "affected",
              "version": "fdacc3c7405d1fc33c1f2771699a4fc24551e480",
              "versionType": "git"
            },
            {
              "lessThan": "d663d93bb47e7ab45602b227701022d8aa16040a",
              "status": "affected",
              "version": "fdacc3c7405d1fc33c1f2771699a4fc24551e480",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/i2c/busses/i2c-xiic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.16"
            },
            {
              "lessThan": "5.16",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.28",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.2.*",
              "status": "unaffected",
              "version": "6.2.15",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.28",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.2.15",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.2",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "5.16",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ni2c: xiic: xiic_xfer(): Fix runtime PM leak on error path\n\nThe xiic_xfer() function gets a runtime PM reference when the function is\nentered. This reference is released when the function is exited. There is\ncurrently one error path where the function exits directly, which leads to\na leak of the runtime PM reference.\n\nMake sure that this error path also releases the runtime PM reference."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-12-30T12:08:48.231Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/2d320d9de7d31c0eb279b3f8a02cf1af473a3737"
        },
        {
          "url": "https://git.kernel.org/stable/c/72cb227a368cf286efb8ce1e741e8c7085747b4d"
        },
        {
          "url": "https://git.kernel.org/stable/c/06e661a259978305c0015f6f33d14477a0cfbe8f"
        },
        {
          "url": "https://git.kernel.org/stable/c/6027d84c073e26cb1b32a90d69c5fbad57776406"
        },
        {
          "url": "https://git.kernel.org/stable/c/688fdfc458bfa651dca39c736d39c1b7520af0e8"
        },
        {
          "url": "https://git.kernel.org/stable/c/d663d93bb47e7ab45602b227701022d8aa16040a"
        }
      ],
      "title": "i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-54175",
    "datePublished": "2025-12-30T12:08:48.231Z",
    "dateReserved": "2025-12-30T12:06:44.496Z",
    "dateUpdated": "2025-12-30T12:08:48.231Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-54175\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-30T13:16:05.367\",\"lastModified\":\"2025-12-30T13:16:05.367\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ni2c: xiic: xiic_xfer(): Fix runtime PM leak on error path\\n\\nThe xiic_xfer() function gets a runtime PM reference when the function is\\nentered. This reference is released when the function is exited. There is\\ncurrently one error path where the function exits directly, which leads to\\na leak of the runtime PM reference.\\n\\nMake sure that this error path also releases the runtime PM reference.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/06e661a259978305c0015f6f33d14477a0cfbe8f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2d320d9de7d31c0eb279b3f8a02cf1af473a3737\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6027d84c073e26cb1b32a90d69c5fbad57776406\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/688fdfc458bfa651dca39c736d39c1b7520af0e8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/72cb227a368cf286efb8ce1e741e8c7085747b4d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d663d93bb47e7ab45602b227701022d8aa16040a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


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…