CVE-2024-35879 (GCVE-0-2024-35879)
Vulnerability from cvelistv5
Published
2024-05-19 08:34
Modified
2026-08-05 11:30
Summary
In the Linux kernel, the following vulnerability has been resolved: of: dynamic: Synchronize of_changeset_destroy() with the devlink removals In the following sequence: 1) of_platform_depopulate() 2) of_overlay_remove() During the step 1, devices are destroyed and devlinks are removed. During the step 2, OF nodes are destroyed but __of_changeset_entry_destroy() can raise warnings related to missing of_node_put(): ERROR: memory leak, expected refcount 1 instead of 2 ... Indeed, during the devlink removals performed at step 1, the removal itself releasing the device (and the attached of_node) is done by a job queued in a workqueue and so, it is done asynchronously with respect to function calls. When the warning is present, of_node_put() will be called but wrongly too late from the workqueue job. In order to be sure that any ongoing devlink removals are done before the of_node destruction, synchronize the of_changeset_destroy() with the devlink removals.
Impacted products
Vendor Product Version
Linux Linux Version: d007150b4e15bfcb8d36cfd88a5645d42e44d383
Version: 80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f
Version: 80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f
Version: 80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f
Version: 80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f
Version: 80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f
Version: 252c23915546863685ecc68cb3a39e7e80c6c9d4
Version: 5.10.42   
Version: 5.12.9   
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-35879",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-20T15:13:02.160768Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:33:31.403Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T03:21:49.046Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/3127b2ee50c424a96eb3559fbb7b43cf0b111c7a"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/3ee2424107546d882e1ddd75333ca9c32879908c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7b6df050c45a1ea158fd50bc32a8e1447dd1e951"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/801c8b8ec5bfb3519566dff16a5ecd48302fca82"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/ae6d76e4f06c37a623e357e79d49b17411db6f5c"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/8917e7385346bd6584890ed362985c219fe6ae84"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/of/dynamic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "3127b2ee50c424a96eb3559fbb7b43cf0b111c7a",
              "status": "affected",
              "version": "d007150b4e15bfcb8d36cfd88a5645d42e44d383",
              "versionType": "git"
            },
            {
              "lessThan": "3ee2424107546d882e1ddd75333ca9c32879908c",
              "status": "affected",
              "version": "80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f",
              "versionType": "git"
            },
            {
              "lessThan": "7b6df050c45a1ea158fd50bc32a8e1447dd1e951",
              "status": "affected",
              "version": "80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f",
              "versionType": "git"
            },
            {
              "lessThan": "801c8b8ec5bfb3519566dff16a5ecd48302fca82",
              "status": "affected",
              "version": "80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f",
              "versionType": "git"
            },
            {
              "lessThan": "ae6d76e4f06c37a623e357e79d49b17411db6f5c",
              "status": "affected",
              "version": "80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f",
              "versionType": "git"
            },
            {
              "lessThan": "8917e7385346bd6584890ed362985c219fe6ae84",
              "status": "affected",
              "version": "80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "252c23915546863685ecc68cb3a39e7e80c6c9d4",
              "versionType": "git"
            },
            {
              "lessThan": "5.10.215",
              "status": "affected",
              "version": "5.10.42",
              "versionType": "semver"
            },
            {
              "lessThan": "5.13",
              "status": "affected",
              "version": "5.12.9",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/of/dynamic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.13"
            },
            {
              "lessThan": "5.13",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.215",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.154",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.85",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.26",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.8.*",
              "status": "unaffected",
              "version": "6.8.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.9",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.215",
                  "versionStartIncluding": "5.10.42",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.154",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.85",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.26",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8.5",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9",
                  "versionStartIncluding": "5.13",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.12.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nof: dynamic: Synchronize of_changeset_destroy() with the devlink removals\n\nIn the following sequence:\n  1) of_platform_depopulate()\n  2) of_overlay_remove()\n\nDuring the step 1, devices are destroyed and devlinks are removed.\nDuring the step 2, OF nodes are destroyed but\n__of_changeset_entry_destroy() can raise warnings related to missing\nof_node_put():\n  ERROR: memory leak, expected refcount 1 instead of 2 ...\n\nIndeed, during the devlink removals performed at step 1, the removal\nitself releasing the device (and the attached of_node) is done by a job\nqueued in a workqueue and so, it is done asynchronously with respect to\nfunction calls.\nWhen the warning is present, of_node_put() will be called but wrongly\ntoo late from the workqueue job.\n\nIn order to be sure that any ongoing devlink removals are done before\nthe of_node destruction, synchronize the of_changeset_destroy() with the\ndevlink removals."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The vulnerable sequence is reached through local device-tree overlay teardown (driver unbind via sysfs, PCI/FPGA hot-unplug handling, DLPAR), not through any network or remote protocol input. No remote peer data reaches drivers/of/dynamic.c.\nAC:L - The devlink removal job is queued asynchronously and of_platform_depopulate() returns immediately before of_overlay_remove() runs, so the outstanding-reference condition occurs reliably (the reporter and testers hit it consistently), and the teardown can be repeated in a loop via unbind/rebind cycles.\nPR:L - No capability check guards the racy path; entry is device removal/unbind, which on embedded and hotplug-capable deployments is initiated by device events or low-privileged management paths rather than gated authentication. Choosing the higher-severity option where the privilege boundary is deployment-dependent.\nUI:N - The overlay teardown is initiated by the attacker\u0027s own action (unbind/hot-unplug) or by an autonomous device event; no separate victim needs to perform any operation.\nS:U - The corrupted objects (struct device_node, kobject refcounts, kernel heap) all live within the kernel\u0027s own security authority; no VM, IOMMU or sandbox boundary is crossed.\nC:H - When a leaked child node\u0027s parent device_node has already been freed, of_node_release()\u0027s %pOF print dereferences the freed parent and its freed full_name pointer, rendering reclaimed heap contents into the kernel log \u2014 a use-after-free read of attacker-influenceable memory.\nI:H - The same path performs kobject_get()/refcount_inc() on the freed parent object, writing into memory that can be reclaimed by an attacker-sprayed allocation during the asynchronous workqueue window, giving a use-after-free write primitive.\nA:H - Every affected teardown permanently leaks device_node memory plus its properties, and the resulting refcount-0 nodes left in fwnode link lists and dangling parent pointers produce refcount_t warnings and freed-memory dereferences that oops (and panic under panic_on_warn); repeated hot-unplug cycles drive unbounded memory exhaustion."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:30:36.996Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/3127b2ee50c424a96eb3559fbb7b43cf0b111c7a"
        },
        {
          "url": "https://git.kernel.org/stable/c/3ee2424107546d882e1ddd75333ca9c32879908c"
        },
        {
          "url": "https://git.kernel.org/stable/c/7b6df050c45a1ea158fd50bc32a8e1447dd1e951"
        },
        {
          "url": "https://git.kernel.org/stable/c/801c8b8ec5bfb3519566dff16a5ecd48302fca82"
        },
        {
          "url": "https://git.kernel.org/stable/c/ae6d76e4f06c37a623e357e79d49b17411db6f5c"
        },
        {
          "url": "https://git.kernel.org/stable/c/8917e7385346bd6584890ed362985c219fe6ae84"
        }
      ],
      "title": "of: dynamic: Synchronize of_changeset_destroy() with the devlink removals",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-35879",
    "datePublished": "2024-05-19T08:34:36.450Z",
    "dateReserved": "2024-05-17T13:50:33.111Z",
    "dateUpdated": "2026-08-05T11:30:36.996Z",
    "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/3127b2ee50c424a96eb3559fbb7b43cf0b111c7a\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/3ee2424107546d882e1ddd75333ca9c32879908c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/7b6df050c45a1ea158fd50bc32a8e1447dd1e951\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/801c8b8ec5bfb3519566dff16a5ecd48302fca82\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/ae6d76e4f06c37a623e357e79d49b17411db6f5c\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/8917e7385346bd6584890ed362985c219fe6ae84\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T03:21:49.046Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-35879\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-20T15:13:02.160768Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:24.955Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"of: dynamic: Synchronize of_changeset_destroy() with the devlink removals\", \"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"AV:L - The vulnerable sequence is reached through local device-tree overlay teardown (driver unbind via sysfs, PCI/FPGA hot-unplug handling, DLPAR), not through any network or remote protocol input. No remote peer data reaches drivers/of/dynamic.c.\\nAC:L - The devlink removal job is queued asynchronously and of_platform_depopulate() returns immediately before of_overlay_remove() runs, so the outstanding-reference condition occurs reliably (the reporter and testers hit it consistently), and the teardown can be repeated in a loop via unbind/rebind cycles.\\nPR:L - No capability check guards the racy path; entry is device removal/unbind, which on embedded and hotplug-capable deployments is initiated by device events or low-privileged management paths rather than gated authentication. Choosing the higher-severity option where the privilege boundary is deployment-dependent.\\nUI:N - The overlay teardown is initiated by the attacker\u0027s own action (unbind/hot-unplug) or by an autonomous device event; no separate victim needs to perform any operation.\\nS:U - The corrupted objects (struct device_node, kobject refcounts, kernel heap) all live within the kernel\u0027s own security authority; no VM, IOMMU or sandbox boundary is crossed.\\nC:H - When a leaked child node\u0027s parent device_node has already been freed, of_node_release()\u0027s %pOF print dereferences the freed parent and its freed full_name pointer, rendering reclaimed heap contents into the kernel log \\u2014 a use-after-free read of attacker-influenceable memory.\\nI:H - The same path performs kobject_get()/refcount_inc() on the freed parent object, writing into memory that can be reclaimed by an attacker-sprayed allocation during the asynchronous workqueue window, giving a use-after-free write primitive.\\nA:H - Every affected teardown permanently leaks device_node memory plus its properties, and the resulting refcount-0 nodes left in fwnode link lists and dangling parent pointers produce refcount_t warnings and freed-memory dereferences that oops (and panic under panic_on_warn); repeated hot-unplug cycles drive unbounded memory exhaustion.\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"d007150b4e15bfcb8d36cfd88a5645d42e44d383\", \"lessThan\": \"3127b2ee50c424a96eb3559fbb7b43cf0b111c7a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f\", \"lessThan\": \"3ee2424107546d882e1ddd75333ca9c32879908c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f\", \"lessThan\": \"7b6df050c45a1ea158fd50bc32a8e1447dd1e951\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f\", \"lessThan\": \"801c8b8ec5bfb3519566dff16a5ecd48302fca82\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f\", \"lessThan\": \"ae6d76e4f06c37a623e357e79d49b17411db6f5c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"80dd33cf72d1ab4f0af303f1fa242c6d6c8d328f\", \"lessThan\": \"8917e7385346bd6584890ed362985c219fe6ae84\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"252c23915546863685ecc68cb3a39e7e80c6c9d4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5.10.42\", \"lessThan\": \"5.10.215\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.12.9\", \"lessThan\": \"5.13\", \"versionType\": \"semver\"}], \"programFiles\": [\"drivers/of/dynamic.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.13\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.13\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.215\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.154\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.85\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.26\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8.5\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.8.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/of/dynamic.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/3127b2ee50c424a96eb3559fbb7b43cf0b111c7a\"}, {\"url\": \"https://git.kernel.org/stable/c/3ee2424107546d882e1ddd75333ca9c32879908c\"}, {\"url\": \"https://git.kernel.org/stable/c/7b6df050c45a1ea158fd50bc32a8e1447dd1e951\"}, {\"url\": \"https://git.kernel.org/stable/c/801c8b8ec5bfb3519566dff16a5ecd48302fca82\"}, {\"url\": \"https://git.kernel.org/stable/c/ae6d76e4f06c37a623e357e79d49b17411db6f5c\"}, {\"url\": \"https://git.kernel.org/stable/c/8917e7385346bd6584890ed362985c219fe6ae84\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nof: dynamic: Synchronize of_changeset_destroy() with the devlink removals\\n\\nIn the following sequence:\\n  1) of_platform_depopulate()\\n  2) of_overlay_remove()\\n\\nDuring the step 1, devices are destroyed and devlinks are removed.\\nDuring the step 2, OF nodes are destroyed but\\n__of_changeset_entry_destroy() can raise warnings related to missing\\nof_node_put():\\n  ERROR: memory leak, expected refcount 1 instead of 2 ...\\n\\nIndeed, during the devlink removals performed at step 1, the removal\\nitself releasing the device (and the attached of_node) is done by a job\\nqueued in a workqueue and so, it is done asynchronously with respect to\\nfunction calls.\\nWhen the warning is present, of_node_put() will be called but wrongly\\ntoo late from the workqueue job.\\n\\nIn order to be sure that any ongoing devlink removals are done before\\nthe of_node destruction, synchronize the of_changeset_destroy() with the\\ndevlink removals.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.215\", \"versionStartIncluding\": \"5.10.42\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.154\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.85\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.26\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8.5\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9\", \"versionStartIncluding\": \"5.13\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionStartIncluding\": \"5.12.9\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-08-05T11:30:36.996Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-35879\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-08-05T11:30:36.996Z\", \"dateReserved\": \"2024-05-17T13:50:33.111Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-19T08:34:36.450Z\", \"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…