CVE-2024-42108 (GCVE-0-2024-42108)
Vulnerability from cvelistv5
Published
2024-07-30 07:46
Modified
2026-08-05 11:35
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: net: rswitch: Avoid use-after-free in rswitch_poll() The use-after-free is actually in rswitch_tx_free(), which is inlined in rswitch_poll(). Since `skb` and `gq->skbs[gq->dirty]` are in fact the same pointer, the skb is first freed using dev_kfree_skb_any(), then the value in skb->len is used to update the interface statistics. Let's move around the instructions to use skb->len before the skb is freed. This bug is trivial to reproduce using KFENCE. It will trigger a splat every few packets. A simple ARP request or ICMP echo request is enough.
Impacted products
Vendor Product Version
Linux Linux Version: 0aeec4bb6a9fc963932bf3c929bdf27d835d44e9
Version: 271e015b91535dd87fd0f5df0cc3b906c2eddef9
Version: 271e015b91535dd87fd0f5df0cc3b906c2eddef9
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T04:54:32.138Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/92cbbe7759193e3418f38d0d73f8fe125312c58b"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/9a0c28efeec6383ef22e97437616b920e7320b67"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-42108",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-09-10T16:17:39.409257Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-09-11T17:33:07.014Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/renesas/rswitch.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "4a41bb9f2b402469d425a1c13359d3b3ea4e6403",
              "status": "affected",
              "version": "0aeec4bb6a9fc963932bf3c929bdf27d835d44e9",
              "versionType": "git"
            },
            {
              "lessThan": "92cbbe7759193e3418f38d0d73f8fe125312c58b",
              "status": "affected",
              "version": "271e015b91535dd87fd0f5df0cc3b906c2eddef9",
              "versionType": "git"
            },
            {
              "lessThan": "9a0c28efeec6383ef22e97437616b920e7320b67",
              "status": "affected",
              "version": "271e015b91535dd87fd0f5df0cc3b906c2eddef9",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/renesas/rswitch.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.8"
            },
            {
              "lessThan": "6.8",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.9.*",
              "status": "unaffected",
              "version": "6.9.9",
              "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": "6.9.9",
                  "versionStartIncluding": "6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10",
                  "versionStartIncluding": "6.8",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: rswitch: Avoid use-after-free in rswitch_poll()\n\nThe use-after-free is actually in rswitch_tx_free(), which is inlined in\nrswitch_poll(). Since `skb` and `gq-\u003eskbs[gq-\u003edirty]` are in fact the\nsame pointer, the skb is first freed using dev_kfree_skb_any(), then the\nvalue in skb-\u003elen is used to update the interface statistics.\n\nLet\u0027s move around the instructions to use skb-\u003elen before the skb is\nfreed.\n\nThis bug is trivial to reproduce using KFENCE. It will trigger a splat\nevery few packets. A simple ARP request or ICMP echo request is enough."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 9.8,
            "baseSeverity": "CRITICAL",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - The UAF fires on every hardware TX completion, and an unauthenticated remote host reaches it simply by sending any packet that elicits a reply (ICMP echo request, TCP SYN to a closed port, any service response) \u2014 all routable across L3, not just link-local. The fix commit itself states an ARP or ICMP echo request is sufficient to trigger it.\nAC:L - There is no race, no timing window, and no memory-layout precondition \u2014 `skb-\u003elen` is read unconditionally one statement after `dev_kfree_skb_any()` on every TX-completed skb, and the attacker sets the pace by sending packets. The commit reports a splat \"every few packets,\" so even the KFENCE-guarded-slot case is hit trivially by a sustained flood.\nPR:N - The reply packet is generated by the kernel network stack before any application-layer authentication, so no credentials, session, or account on the target are needed. Recovering the leaked word afterwards requires only a world-readable counter in `/proc/net/dev`.\nUI:N - The attacker sends the packets themselves and the TX-completion NAPI poll runs autonomously; no victim login, mount, file open, or any other action is involved.\nS:U - The use-after-free read, the leaked freelist word, and the resulting fault all stay inside the kernel\u0027s own memory and the rswitch driver\u0027s security authority; no VM, IOMMU, or sandbox boundary is crossed.\nC:H - Because `skbuff_head_cache` has no ctor/RCU/poison flags, SLUB places the freelist pointer at ~offset 112 \u2014 precisely where `skb-\u003elen` sits \u2014 so the freed-memory read pulls the low 32 bits of a kernel heap pointer and adds it into `stats.tx_bytes`, which `rswitch_get_stats()` exports verbatim to `/proc/net/dev` and sysfs. Differencing the counter around a single TX completion recovers that word exactly and repeatably, giving a reliable kernel heap-address/KASLR disclosure; per kernel scoring guidance a use-after-free is High regardless.\nI:H - This is a use-after-free on an object in the general-purpose `skbuff_head_cache`, which per kernel scoring guidance is rated High since freed-object accesses in that cache are the standard primitive for heap grooming and control-flow corruption. Concretely, kernel-maintained interface accounting is corrupted with freed slab contents, poisoning the statistics that monitoring and traffic-accounting decisions rely on.\nA:H - On the many kernels shipping `CONFIG_KFENCE=y` (Android GKI, Fedora, RHEL, Ubuntu, hardened automotive builds) the freed object\u0027s page is unmapped, so the `skb-\u003elen` read page-faults into `kfence_report_error()`, which calls `check_panic_on_warn(\"KFENCE\")` \u2014 an immediate kernel panic on the fail-fast configurations typical for an in-vehicle R-Car S4 gateway. A remote attacker can drive this indefinitely with a ping flood, and any use-after-free is rated High for availability."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T11:35:40.063Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/4a41bb9f2b402469d425a1c13359d3b3ea4e6403"
        },
        {
          "url": "https://git.kernel.org/stable/c/92cbbe7759193e3418f38d0d73f8fe125312c58b"
        },
        {
          "url": "https://git.kernel.org/stable/c/9a0c28efeec6383ef22e97437616b920e7320b67"
        }
      ],
      "title": "net: rswitch: Avoid use-after-free in rswitch_poll()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-42108",
    "datePublished": "2024-07-30T07:46:03.517Z",
    "dateReserved": "2024-07-29T15:50:41.176Z",
    "dateUpdated": "2026-08-05T11:35:40.063Z",
    "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/92cbbe7759193e3418f38d0d73f8fe125312c58b\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/9a0c28efeec6383ef22e97437616b920e7320b67\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T04:54:32.138Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-42108\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T16:17:39.409257Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:14.603Z\"}}], \"cna\": {\"title\": \"net: rswitch: Avoid use-after-free in rswitch_poll()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"0aeec4bb6a9fc963932bf3c929bdf27d835d44e9\", \"lessThan\": \"4a41bb9f2b402469d425a1c13359d3b3ea4e6403\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"271e015b91535dd87fd0f5df0cc3b906c2eddef9\", \"lessThan\": \"92cbbe7759193e3418f38d0d73f8fe125312c58b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"271e015b91535dd87fd0f5df0cc3b906c2eddef9\", \"lessThan\": \"9a0c28efeec6383ef22e97437616b920e7320b67\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/renesas/rswitch.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.8\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.8\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.9.9\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.9.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/ethernet/renesas/rswitch.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/4a41bb9f2b402469d425a1c13359d3b3ea4e6403\"}, {\"url\": \"https://git.kernel.org/stable/c/92cbbe7759193e3418f38d0d73f8fe125312c58b\"}, {\"url\": \"https://git.kernel.org/stable/c/9a0c28efeec6383ef22e97437616b920e7320b67\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: rswitch: Avoid use-after-free in rswitch_poll()\\n\\nThe use-after-free is actually in rswitch_tx_free(), which is inlined in\\nrswitch_poll(). Since `skb` and `gq-\u003eskbs[gq-\u003edirty]` are in fact the\\nsame pointer, the skb is first freed using dev_kfree_skb_any(), then the\\nvalue in skb-\u003elen is used to update the interface statistics.\\n\\nLet\u0027s move around the instructions to use skb-\u003elen before the skb is\\nfreed.\\n\\nThis bug is trivial to reproduce using KFENCE. It will trigger a splat\\nevery few packets. A simple ARP request or ICMP echo request is enough.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9.9\", \"versionStartIncluding\": \"6.8\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.10\", \"versionStartIncluding\": \"6.8\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T09:23:11.115Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-42108\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-05-04T09:23:11.115Z\", \"dateReserved\": \"2024-07-29T15:50:41.176Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-07-30T07:46:03.517Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


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…