CVE-2024-56691
Vulnerability from cvelistv5
Published
2024-12-28 09:46
Modified
2025-01-20 06:26
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has (inherited) flaws. This was unveiled when platform_get_irq() had started WARN() on IRQ 0 that is supposed to be a Linux IRQ number (also known as vIRQ). Rework the driver to respect IRQ domain when creating each MFD device separately, as the domain is not the same for all of them.
Impacted products
Vendor Product Version
Linux Linux Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Version: 9c6235c8633210cc2da0882e2e9d6ff90aa37503
Create a notification for this product.
   Linux Linux Version: 4.9
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/mfd/intel_soc_pmic_bxtwc.c",
            "drivers/usb/typec/tcpm/wcove.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0997e77c51330c2866a4f39480e762cca92ad953",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "0b648968bfa4f5c9c4983bca9f2de17626ed6fb6",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "23230ac3c5ca3f154b64849d1cf50583b4e6b98c",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "c310e6916c0b297011d0fec03f168a6b24e9e984",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "e1ef62e8d262e3f27446d26742208c1c81e9ee18",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "518e414d24e7037d6cc7198e942bf47fe6f5e8e1",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "87a07a5b0b296e489c606ca95ffc16c18821975b",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            },
            {
              "lessThan": "686fb77712a4bc94b76a0c5ae74c60118b7a0d79",
              "status": "affected",
              "version": "9c6235c8633210cc2da0882e2e9d6ff90aa37503",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/mfd/intel_soc_pmic_bxtwc.c",
            "drivers/usb/typec/tcpm/wcove.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": "5.4.*",
              "status": "unaffected",
              "version": "5.4.287",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.231",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.174",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.64",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.13",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device\n\nWhile design wise the idea of converting the driver to use\nthe hierarchy of the IRQ chips is correct, the implementation\nhas (inherited) flaws. This was unveiled when platform_get_irq()\nhad started WARN() on IRQ 0 that is supposed to be a Linux\nIRQ number (also known as vIRQ).\n\nRework the driver to respect IRQ domain when creating each MFD\ndevice separately, as the domain is not the same for all of them."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-01-20T06:26:17.600Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0997e77c51330c2866a4f39480e762cca92ad953"
        },
        {
          "url": "https://git.kernel.org/stable/c/0b648968bfa4f5c9c4983bca9f2de17626ed6fb6"
        },
        {
          "url": "https://git.kernel.org/stable/c/23230ac3c5ca3f154b64849d1cf50583b4e6b98c"
        },
        {
          "url": "https://git.kernel.org/stable/c/c310e6916c0b297011d0fec03f168a6b24e9e984"
        },
        {
          "url": "https://git.kernel.org/stable/c/e1ef62e8d262e3f27446d26742208c1c81e9ee18"
        },
        {
          "url": "https://git.kernel.org/stable/c/518e414d24e7037d6cc7198e942bf47fe6f5e8e1"
        },
        {
          "url": "https://git.kernel.org/stable/c/87a07a5b0b296e489c606ca95ffc16c18821975b"
        },
        {
          "url": "https://git.kernel.org/stable/c/686fb77712a4bc94b76a0c5ae74c60118b7a0d79"
        }
      ],
      "title": "mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-56691",
    "datePublished": "2024-12-28T09:46:16.892Z",
    "dateReserved": "2024-12-27T15:00:39.848Z",
    "dateUpdated": "2025-01-20T06:26:17.600Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-56691\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-28T10:15:14.027\",\"lastModified\":\"2024-12-28T10:15:14.027\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device\\n\\nWhile design wise the idea of converting the driver to use\\nthe hierarchy of the IRQ chips is correct, the implementation\\nhas (inherited) flaws. This was unveiled when platform_get_irq()\\nhad started WARN() on IRQ 0 that is supposed to be a Linux\\nIRQ number (also known as vIRQ).\\n\\nRework the driver to respect IRQ domain when creating each MFD\\ndevice separately, as the domain is not the same for all of them.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0997e77c51330c2866a4f39480e762cca92ad953\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/0b648968bfa4f5c9c4983bca9f2de17626ed6fb6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/23230ac3c5ca3f154b64849d1cf50583b4e6b98c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/518e414d24e7037d6cc7198e942bf47fe6f5e8e1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/686fb77712a4bc94b76a0c5ae74c60118b7a0d79\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/87a07a5b0b296e489c606ca95ffc16c18821975b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c310e6916c0b297011d0fec03f168a6b24e9e984\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e1ef62e8d262e3f27446d26742208c1c81e9ee18\",\"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.
  • 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.