cve-2024-56680
Vulnerability from cvelistv5
Published
2024-12-28 09:46
Modified
2025-01-20 06:25
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: do not handle interrupts when device is disabled Some IPU6 devices have shared interrupts. We need to handle properly case when interrupt is triggered from other device on shared irq line and IPU6 itself disabled. In such case we get 0xffffffff from ISR_STATUS register and handle all irq's cases, for what we are not not prepared and usually hang the whole system. To avoid the issue use pm_runtime_get_if_active() to check if the device is enabled and prevent suspending it when we handle irq until the end of irq. Additionally use synchronize_irq() in suspend
Impacted products
Vendor Product Version
Linux Linux Version: ab29a2478e709b8fbb4715c51709275907c185db
Version: ab29a2478e709b8fbb4715c51709275907c185db
Version: ab29a2478e709b8fbb4715c51709275907c185db
Create a notification for this product.
   Linux Linux Version: 6.10
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/media/pci/intel/ipu6/ipu6-buttress.c",
            "drivers/media/pci/intel/ipu6/ipu6.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "ed4524c87249edc3104f6bb28ab11325bed3d536",
              "status": "affected",
              "version": "ab29a2478e709b8fbb4715c51709275907c185db",
              "versionType": "git"
            },
            {
              "lessThan": "57241487a3648515c9aa6fa89e31f2414eccfdbc",
              "status": "affected",
              "version": "ab29a2478e709b8fbb4715c51709275907c185db",
              "versionType": "git"
            },
            {
              "lessThan": "1429826883bb18847092b2e04c6598ef34bae1d4",
              "status": "affected",
              "version": "ab29a2478e709b8fbb4715c51709275907c185db",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/media/pci/intel/ipu6/ipu6-buttress.c",
            "drivers/media/pci/intel/ipu6/ipu6.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.10"
            },
            {
              "lessThan": "6.10",
              "status": "unaffected",
              "version": "0",
              "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\nmedia: intel/ipu6: do not handle interrupts when device is disabled\n\nSome IPU6 devices have shared interrupts. We need to handle properly\ncase when interrupt is triggered from other device on shared irq line\nand IPU6 itself disabled. In such case we get 0xffffffff from\nISR_STATUS register and handle all irq\u0027s cases, for what we are not\nnot prepared and usually hang the whole system.\n\nTo avoid the issue use pm_runtime_get_if_active() to check if\nthe device is enabled and prevent suspending it when we handle irq\nuntil the end of irq. Additionally use synchronize_irq() in suspend"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-01-20T06:25:48.642Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/ed4524c87249edc3104f6bb28ab11325bed3d536"
        },
        {
          "url": "https://git.kernel.org/stable/c/57241487a3648515c9aa6fa89e31f2414eccfdbc"
        },
        {
          "url": "https://git.kernel.org/stable/c/1429826883bb18847092b2e04c6598ef34bae1d4"
        }
      ],
      "title": "media: intel/ipu6: do not handle interrupts when device is disabled",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-56680",
    "datePublished": "2024-12-28T09:46:08.936Z",
    "dateReserved": "2024-12-27T15:00:39.846Z",
    "dateUpdated": "2025-01-20T06:25:48.642Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-56680\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-28T10:15:09.610\",\"lastModified\":\"2024-12-28T10:15:09.610\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmedia: intel/ipu6: do not handle interrupts when device is disabled\\n\\nSome IPU6 devices have shared interrupts. We need to handle properly\\ncase when interrupt is triggered from other device on shared irq line\\nand IPU6 itself disabled. In such case we get 0xffffffff from\\nISR_STATUS register and handle all irq\u0027s cases, for what we are not\\nnot prepared and usually hang the whole system.\\n\\nTo avoid the issue use pm_runtime_get_if_active() to check if\\nthe device is enabled and prevent suspending it when we handle irq\\nuntil the end of irq. Additionally use synchronize_irq() in suspend\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1429826883bb18847092b2e04c6598ef34bae1d4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/57241487a3648515c9aa6fa89e31f2414eccfdbc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ed4524c87249edc3104f6bb28ab11325bed3d536\",\"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.