CVE-2024-38611 (GCVE-0-2024-38611)
Vulnerability from cvelistv5
Published
2024-06-19 13:56
Modified
2026-08-05 11:33
Summary
In the Linux kernel, the following vulnerability has been resolved: media: i2c: et8ek8: Don't strip remove function when driver is builtin Using __exit for the remove function results in the remove callback being discarded with CONFIG_VIDEO_ET8EK8=y. When such a device gets unbound (e.g. using sysfs or hotplug), the driver is just removed without the cleanup being performed. This results in resource leaks. Fix it by compiling in the remove callback unconditionally. This also fixes a W=1 modpost warning: WARNING: modpost: drivers/media/i2c/et8ek8/et8ek8: section mismatch in reference: et8ek8_i2c_driver+0x10 (section: .data) -> et8ek8_remove (section: .exit.text)
Impacted products
Vendor Product Version
Linux Linux Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Version: c5254e72b8edc2ca0a98703e92e8c34959343d2c
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T19:30:17.590Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/c1a3803e5bb91c13e9ad582003e4288f67f06cd9"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/43fff07e4b1956d0e5cf23717507e438278ea3d9"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/904db2ba44ae60641b6378c5013254d09acf5e80"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/545b215736c5c4b354e182d99c578a472ac9bfce"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
          },
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-38611",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T17:13:05.584089Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:34:53.519Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/media/i2c/et8ek8/et8ek8_driver.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "963523600d9f1e36bc35ba774c2493d6baa4dd8f",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "ece3fc1c10197052044048bea4f13cfdcf25b416",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "04d1086a62ac492ebb6bb0c94c1c8cb55f5d1f36",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "c1a3803e5bb91c13e9ad582003e4288f67f06cd9",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "43fff07e4b1956d0e5cf23717507e438278ea3d9",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "904db2ba44ae60641b6378c5013254d09acf5e80",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            },
            {
              "lessThan": "545b215736c5c4b354e182d99c578a472ac9bfce",
              "status": "affected",
              "version": "c5254e72b8edc2ca0a98703e92e8c34959343d2c",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/media/i2c/et8ek8/et8ek8_driver.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.11"
            },
            {
              "lessThan": "4.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.236",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.180",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.133",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.33",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.8.*",
              "status": "unaffected",
              "version": "6.8.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.9.*",
              "status": "unaffected",
              "version": "6.9.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.10",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.236",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.180",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.133",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.33",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8.12",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9.3",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: i2c: et8ek8: Don\u0027t strip remove function when driver is builtin\n\nUsing __exit for the remove function results in the remove callback\nbeing discarded with CONFIG_VIDEO_ET8EK8=y. When such a device gets\nunbound (e.g. using sysfs or hotplug), the driver is just removed\nwithout the cleanup being performed. This results in resource leaks. Fix\nit by compiling in the remove callback unconditionally.\n\nThis also fixes a W=1 modpost warning:\n\n\tWARNING: modpost: drivers/media/i2c/et8ek8/et8ek8: section mismatch in reference: et8ek8_i2c_driver+0x10 (section: .data) -\u003e et8ek8_remove (section: .exit.text)"
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerable state is reached through local interfaces only \u2014 a sysfs driver unbind on the i2c bus, then local access to the orphaned `/dev/v4l-subdevX` node or the world-readable `/sys/.../priv_mem` attribute. No network or physical access is involved.\nAC:L - The missing `.remove` callback is unconditional when the driver is builtin, so cleanup is deterministically skipped on every unbind; the resulting NULL deref via the stale 0444 sysfs attribute and the dangling subdev registrations are reachable reliably with no race to win.\nPR:L - Once the driver has been unbound, an ordinary unprivileged local user reads the leftover world-readable `priv_mem` attribute or opens the still-registered `/dev/v4l-subdevX` devnode to reach the freed `et8ek8_sensor`; no capability is needed for that step, and it is not obtainable-only-as-root.\nUI:R - The dangling state only comes into existence after the driver is detached from the device (sysfs unbind, i2c adapter teardown, or DT overlay removal), which is an administrative/system action performed by someone other than the attacker.\nS:U - The corruption and its consequences are confined to the kernel\u0027s own memory and the V4L2/media subsystem; no VM, IOMMU, or other security-authority boundary is crossed.\nC:H - The freed `sensor` remains on `mdev-\u003eentities` and the global `subdev_list`, so `MEDIA_IOC_ENUM_ENTITIES`/`G_TOPOLOGY` and subdev ioctls copy freed heap contents to userspace, and the use-after-free gives a general read primitive over reallocated kernel objects.\nI:H - The devm-freed object is still dereferenced through `sd-\u003eops` and `sd-\u003einternal_ops` function pointers on later subdev ioctls and async-notifier matching, so heap-spraying the freed allocation yields a write and control-flow hijack primitive.\nA:H - Reading the orphaned world-readable `priv_mem` sysfs file dereferences a NULL `dev_get_drvdata()` result and oopses the kernel, and the use-after-free on the still-registered subdev/media entity causes further crashes."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:33:10.211Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/963523600d9f1e36bc35ba774c2493d6baa4dd8f"
        },
        {
          "url": "https://git.kernel.org/stable/c/ece3fc1c10197052044048bea4f13cfdcf25b416"
        },
        {
          "url": "https://git.kernel.org/stable/c/04d1086a62ac492ebb6bb0c94c1c8cb55f5d1f36"
        },
        {
          "url": "https://git.kernel.org/stable/c/c1a3803e5bb91c13e9ad582003e4288f67f06cd9"
        },
        {
          "url": "https://git.kernel.org/stable/c/43fff07e4b1956d0e5cf23717507e438278ea3d9"
        },
        {
          "url": "https://git.kernel.org/stable/c/904db2ba44ae60641b6378c5013254d09acf5e80"
        },
        {
          "url": "https://git.kernel.org/stable/c/545b215736c5c4b354e182d99c578a472ac9bfce"
        }
      ],
      "title": "media: i2c: et8ek8: Don\u0027t strip remove function when driver is builtin",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-38611",
    "datePublished": "2024-06-19T13:56:12.742Z",
    "dateReserved": "2024-06-18T19:36:34.942Z",
    "dateUpdated": "2026-08-05T11:33:10.211Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/c1a3803e5bb91c13e9ad582003e4288f67f06cd9\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/43fff07e4b1956d0e5cf23717507e438278ea3d9\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/904db2ba44ae60641b6378c5013254d09acf5e80\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/545b215736c5c4b354e182d99c578a472ac9bfce\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T19:30:17.590Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-38611\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T17:13:05.584089Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:26.606Z\"}}], \"cna\": {\"title\": \"media: i2c: et8ek8: Don\u0027t strip remove function when driver is builtin\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 7.3, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - The vulnerable state is reached through local interfaces only \\u2014 a sysfs driver unbind on the i2c bus, then local access to the orphaned `/dev/v4l-subdevX` node or the world-readable `/sys/.../priv_mem` attribute. No network or physical access is involved.\\nAC:L - The missing `.remove` callback is unconditional when the driver is builtin, so cleanup is deterministically skipped on every unbind; the resulting NULL deref via the stale 0444 sysfs attribute and the dangling subdev registrations are reachable reliably with no race to win.\\nPR:L - Once the driver has been unbound, an ordinary unprivileged local user reads the leftover world-readable `priv_mem` attribute or opens the still-registered `/dev/v4l-subdevX` devnode to reach the freed `et8ek8_sensor`; no capability is needed for that step, and it is not obtainable-only-as-root.\\nUI:R - The dangling state only comes into existence after the driver is detached from the device (sysfs unbind, i2c adapter teardown, or DT overlay removal), which is an administrative/system action performed by someone other than the attacker.\\nS:U - The corruption and its consequences are confined to the kernel\u0027s own memory and the V4L2/media subsystem; no VM, IOMMU, or other security-authority boundary is crossed.\\nC:H - The freed `sensor` remains on `mdev-\u003eentities` and the global `subdev_list`, so `MEDIA_IOC_ENUM_ENTITIES`/`G_TOPOLOGY` and subdev ioctls copy freed heap contents to userspace, and the use-after-free gives a general read primitive over reallocated kernel objects.\\nI:H - The devm-freed object is still dereferenced through `sd-\u003eops` and `sd-\u003einternal_ops` function pointers on later subdev ioctls and async-notifier matching, so heap-spraying the freed allocation yields a write and control-flow hijack primitive.\\nA:H - Reading the orphaned world-readable `priv_mem` sysfs file dereferences a NULL `dev_get_drvdata()` result and oopses the kernel, and the use-after-free on the still-registered subdev/media entity causes further crashes.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"963523600d9f1e36bc35ba774c2493d6baa4dd8f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"ece3fc1c10197052044048bea4f13cfdcf25b416\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"04d1086a62ac492ebb6bb0c94c1c8cb55f5d1f36\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"c1a3803e5bb91c13e9ad582003e4288f67f06cd9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"43fff07e4b1956d0e5cf23717507e438278ea3d9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"904db2ba44ae60641b6378c5013254d09acf5e80\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"c5254e72b8edc2ca0a98703e92e8c34959343d2c\", \"lessThan\": \"545b215736c5c4b354e182d99c578a472ac9bfce\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/media/i2c/et8ek8/et8ek8_driver.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.11\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.11\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.236\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.180\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.133\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.33\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8.12\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.8.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.9.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/media/i2c/et8ek8/et8ek8_driver.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/963523600d9f1e36bc35ba774c2493d6baa4dd8f\"}, {\"url\": \"https://git.kernel.org/stable/c/ece3fc1c10197052044048bea4f13cfdcf25b416\"}, {\"url\": \"https://git.kernel.org/stable/c/04d1086a62ac492ebb6bb0c94c1c8cb55f5d1f36\"}, {\"url\": \"https://git.kernel.org/stable/c/c1a3803e5bb91c13e9ad582003e4288f67f06cd9\"}, {\"url\": \"https://git.kernel.org/stable/c/43fff07e4b1956d0e5cf23717507e438278ea3d9\"}, {\"url\": \"https://git.kernel.org/stable/c/904db2ba44ae60641b6378c5013254d09acf5e80\"}, {\"url\": \"https://git.kernel.org/stable/c/545b215736c5c4b354e182d99c578a472ac9bfce\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nmedia: i2c: et8ek8: Don\u0027t strip remove function when driver is builtin\\n\\nUsing __exit for the remove function results in the remove callback\\nbeing discarded with CONFIG_VIDEO_ET8EK8=y. When such a device gets\\nunbound (e.g. using sysfs or hotplug), the driver is just removed\\nwithout the cleanup being performed. This results in resource leaks. Fix\\nit by compiling in the remove callback unconditionally.\\n\\nThis also fixes a W=1 modpost warning:\\n\\n\\tWARNING: modpost: drivers/media/i2c/et8ek8/et8ek8: section mismatch in reference: et8ek8_i2c_driver+0x10 (section: .data) -\u003e et8ek8_remove (section: .exit.text)\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.236\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.180\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.133\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.33\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8.12\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9.3\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.10\", \"versionStartIncluding\": \"4.11\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T11:33:10.211Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-38611\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T11:33:10.211Z\", \"dateReserved\": \"2024-06-18T19:36:34.942Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-06-19T13:56:12.742Z\", \"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 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…