cve-2024-47747
Vulnerability from cvelistv5
Published
2024-10-21 12:14
Modified
2024-12-19 09:27
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition In the ether3_probe function, a timer is initialized with a callback function ether3_ledoff, bound to &prev(dev)->timer. Once the timer is started, there is a risk of a race condition if the module or device is removed, triggering the ether3_remove function to perform cleanup. The sequence of operations that may lead to a UAF bug is as follows: CPU0 CPU1 | ether3_ledoff ether3_remove | free_netdev(dev); | put_devic | kfree(dev); | | ether3_outw(priv(dev)->regs.config2 |= CFG2_CTRLO, REG_CONFIG2); | // use dev Fix it by ensuring that the timer is canceled before proceeding with the cleanup in ether3_remove.
Impacted products
Vendor Product Version
Linux Linux Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Version: 6fd9c53f71862a4797b7ed8a5de80e2c64829f56
Create a notification for this product.
   Linux Linux Version: 4.15
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-47747",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-21T12:58:25.330423Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-21T13:04:13.623Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/seeq/ether3.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "25d559ed2beec9b34045886100dac46d1ad92eba",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "b5a84b6c772564c8359a9a0fbaeb2a2944aa1ee9",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "338a0582b28e69460df03af50e938b86b4206353",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "822c7bb1f6f8b0331e8d1927151faf8db3b33afd",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "1c57d61a43293252ad732007c7070fdb112545fd",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "d2abc379071881798d20e2ac1d332ad855ae22f3",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "516dbc6d16637430808c39568cbb6b841d32b55b",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "77a77331cef0a219b8dd91361435eeef04cb741c",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            },
            {
              "lessThan": "b5109b60ee4fcb2f2bb24f589575e10cc5283ad4",
              "status": "affected",
              "version": "6fd9c53f71862a4797b7ed8a5de80e2c64829f56",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/seeq/ether3.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "4.19.*",
              "status": "unaffected",
              "version": "4.19.323",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.285",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.227",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.54",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.12",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition\n\nIn the ether3_probe function, a timer is initialized with a callback\nfunction ether3_ledoff, bound to \u0026prev(dev)-\u003etimer. Once the timer is\nstarted, there is a risk of a race condition if the module or device\nis removed, triggering the ether3_remove function to perform cleanup.\nThe sequence of operations that may lead to a UAF bug is as follows:\n\nCPU0                                    CPU1\n\n                      |  ether3_ledoff\nether3_remove         |\n  free_netdev(dev);   |\n  put_devic           |\n  kfree(dev);         |\n |  ether3_outw(priv(dev)-\u003eregs.config2 |= CFG2_CTRLO, REG_CONFIG2);\n                      | // use dev\n\nFix it by ensuring that the timer is canceled before proceeding with\nthe cleanup in ether3_remove."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T09:27:19.272Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/25d559ed2beec9b34045886100dac46d1ad92eba"
        },
        {
          "url": "https://git.kernel.org/stable/c/b5a84b6c772564c8359a9a0fbaeb2a2944aa1ee9"
        },
        {
          "url": "https://git.kernel.org/stable/c/338a0582b28e69460df03af50e938b86b4206353"
        },
        {
          "url": "https://git.kernel.org/stable/c/822c7bb1f6f8b0331e8d1927151faf8db3b33afd"
        },
        {
          "url": "https://git.kernel.org/stable/c/1c57d61a43293252ad732007c7070fdb112545fd"
        },
        {
          "url": "https://git.kernel.org/stable/c/d2abc379071881798d20e2ac1d332ad855ae22f3"
        },
        {
          "url": "https://git.kernel.org/stable/c/516dbc6d16637430808c39568cbb6b841d32b55b"
        },
        {
          "url": "https://git.kernel.org/stable/c/77a77331cef0a219b8dd91361435eeef04cb741c"
        },
        {
          "url": "https://git.kernel.org/stable/c/b5109b60ee4fcb2f2bb24f589575e10cc5283ad4"
        }
      ],
      "title": "net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-47747",
    "datePublished": "2024-10-21T12:14:13.783Z",
    "dateReserved": "2024-09-30T16:00:12.960Z",
    "dateUpdated": "2024-12-19T09:27:19.272Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-47747\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-10-21T13:15:04.753\",\"lastModified\":\"2024-11-08T16:15:27.837\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition\\n\\nIn the ether3_probe function, a timer is initialized with a callback\\nfunction ether3_ledoff, bound to \u0026prev(dev)-\u003etimer. Once the timer is\\nstarted, there is a risk of a race condition if the module or device\\nis removed, triggering the ether3_remove function to perform cleanup.\\nThe sequence of operations that may lead to a UAF bug is as follows:\\n\\nCPU0                                    CPU1\\n\\n                      |  ether3_ledoff\\nether3_remove         |\\n  free_netdev(dev);   |\\n  put_devic           |\\n  kfree(dev);         |\\n |  ether3_outw(priv(dev)-\u003eregs.config2 |= CFG2_CTRLO, REG_CONFIG2);\\n                      | // use dev\\n\\nFix it by ensuring that the timer is canceled before proceeding with\\nthe cleanup in ether3_remove.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: seeq: Se corrige la vulnerabilidad de use after free en el controlador ether3 debido a una condici\u00f3n de ejecuci\u00f3n En la funci\u00f3n ether3_probe, se inicializa un temporizador con una funci\u00f3n de devoluci\u00f3n de llamada ether3_ledoff, vinculada a \u0026amp;prev(dev)-\u0026gt;timer. Una vez que se inicia el temporizador, existe el riesgo de una condici\u00f3n de ejecuci\u00f3n si se elimina el m\u00f3dulo o dispositivo, lo que activa la funci\u00f3n ether3_remove para realizar la limpieza. La secuencia de operaciones que pueden provocar un error de UAF es la siguiente: CPU0 CPU1 | ether3_ledoff ether3_remove | free_netdev(dev); | put_devic | kfree(dev); | | ether3_outw(priv(dev)-\u0026gt;regs.config2 |= CFG2_CTRLO, REG_CONFIG2); | // use dev Corr\u00edjalo asegur\u00e1ndose de que el temporizador se cancele antes de continuar con la limpieza en ether3_remove.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.15\",\"versionEndExcluding\":\"5.10.227\",\"matchCriteriaId\":\"E184340F-7019-4440-9787-0060B4121A61\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.168\",\"matchCriteriaId\":\"4D51C05D-455B-4D8D-89E7-A58E140B864C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.113\",\"matchCriteriaId\":\"D01BD22E-ACD1-4618-9D01-6116570BE1EE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.54\",\"matchCriteriaId\":\"D448821D-C085-4CAF-88FA-2DDE7BE21976\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.10.13\",\"matchCriteriaId\":\"CE94BB8D-B0AB-4563-9ED7-A12122B56EBE\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.11\",\"versionEndExcluding\":\"6.11.2\",\"matchCriteriaId\":\"AB755D26-97F4-43B6-8604-CD076811E181\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1c57d61a43293252ad732007c7070fdb112545fd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/25d559ed2beec9b34045886100dac46d1ad92eba\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/338a0582b28e69460df03af50e938b86b4206353\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/516dbc6d16637430808c39568cbb6b841d32b55b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/77a77331cef0a219b8dd91361435eeef04cb741c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/822c7bb1f6f8b0331e8d1927151faf8db3b33afd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b5109b60ee4fcb2f2bb24f589575e10cc5283ad4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b5a84b6c772564c8359a9a0fbaeb2a2944aa1ee9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d2abc379071881798d20e2ac1d332ad855ae22f3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-47747\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-21T12:58:25.330423Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-21T12:58:29.083Z\"}}], \"cna\": {\"title\": \"net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"25d559ed2beec9b34045886100dac46d1ad92eba\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"b5a84b6c772564c8359a9a0fbaeb2a2944aa1ee9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"338a0582b28e69460df03af50e938b86b4206353\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"822c7bb1f6f8b0331e8d1927151faf8db3b33afd\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"1c57d61a43293252ad732007c7070fdb112545fd\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"d2abc379071881798d20e2ac1d332ad855ae22f3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"516dbc6d16637430808c39568cbb6b841d32b55b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"77a77331cef0a219b8dd91361435eeef04cb741c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"6fd9c53f71862a4797b7ed8a5de80e2c64829f56\", \"lessThan\": \"b5109b60ee4fcb2f2bb24f589575e10cc5283ad4\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/net/ethernet/seeq/ether3.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.15\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.15\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"4.19.323\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"4.19.*\"}, {\"status\": \"unaffected\", \"version\": \"5.4.285\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.4.*\"}, {\"status\": \"unaffected\", \"version\": \"5.10.227\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.54\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/ethernet/seeq/ether3.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/25d559ed2beec9b34045886100dac46d1ad92eba\"}, {\"url\": \"https://git.kernel.org/stable/c/b5a84b6c772564c8359a9a0fbaeb2a2944aa1ee9\"}, {\"url\": \"https://git.kernel.org/stable/c/338a0582b28e69460df03af50e938b86b4206353\"}, {\"url\": \"https://git.kernel.org/stable/c/822c7bb1f6f8b0331e8d1927151faf8db3b33afd\"}, {\"url\": \"https://git.kernel.org/stable/c/1c57d61a43293252ad732007c7070fdb112545fd\"}, {\"url\": \"https://git.kernel.org/stable/c/d2abc379071881798d20e2ac1d332ad855ae22f3\"}, {\"url\": \"https://git.kernel.org/stable/c/516dbc6d16637430808c39568cbb6b841d32b55b\"}, {\"url\": \"https://git.kernel.org/stable/c/77a77331cef0a219b8dd91361435eeef04cb741c\"}, {\"url\": \"https://git.kernel.org/stable/c/b5109b60ee4fcb2f2bb24f589575e10cc5283ad4\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Condition\\n\\nIn the ether3_probe function, a timer is initialized with a callback\\nfunction ether3_ledoff, bound to \u0026prev(dev)-\u003etimer. Once the timer is\\nstarted, there is a risk of a race condition if the module or device\\nis removed, triggering the ether3_remove function to perform cleanup.\\nThe sequence of operations that may lead to a UAF bug is as follows:\\n\\nCPU0                                    CPU1\\n\\n                      |  ether3_ledoff\\nether3_remove         |\\n  free_netdev(dev);   |\\n  put_devic           |\\n  kfree(dev);         |\\n |  ether3_outw(priv(dev)-\u003eregs.config2 |= CFG2_CTRLO, REG_CONFIG2);\\n                      | // use dev\\n\\nFix it by ensuring that the timer is canceled before proceeding with\\nthe cleanup in ether3_remove.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T09:27:19.272Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-47747\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T09:27:19.272Z\", \"dateReserved\": \"2024-09-30T16:00:12.960Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T12:14:13.783Z\", \"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.
  • 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.