GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2024-53213 (GCVE-0-2024-53213)

Vulnerability from cvelistv5 – Published: 2024-12-27 13:49 – Updated: 2026-06-01 16:04
VLAI
Title
net: usb: lan78xx: Fix double free issue with interrupt buffer allocation
Summary
In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xx_probe(), the buffer `buf` was being freed twice: once implicitly through `usb_free_urb(dev->urb_intr)` with the `URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused a double free issue. To resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to simplify the initialization sequence and removed the redundant `kfree(buf)`. Now, `buf` is allocated after `usb_alloc_urb()`, ensuring it is correctly managed by `usb_fill_int_urb()` and freed by `usb_free_urb()` as intended.
SSVC
Exploitation: none Automatable: no Technical Impact: total
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2025-10-01 20:03 UTC
CWE
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 3281ebb3dc5ef19507e65523e9f8c00e20b285ca , < cc5aa8e3ad69dcedeba79e667d4a2efb72a305af (git)
Affected: dcafa5a8452738eb28085f559b0683d55e22b2f5 , < 2970ef2fce90c661952ec2b451b0276d5f8d6180 (git)
Affected: a6df95cae40bee555e01a37b4023ce8e97ffa249 , < 977128343fc2a30737399b58df8ea77e94f164bd (git)
Affected: a6df95cae40bee555e01a37b4023ce8e97ffa249 , < a422ebec863d99d5607fb41bb7af3347fcb436d3 (git)
Affected: a6df95cae40bee555e01a37b4023ce8e97ffa249 , < b09512aea6223eec756f52aa584fc29eeab57480 (git)
Affected: a6df95cae40bee555e01a37b4023ce8e97ffa249 , < 7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40 (git)
Affected: a6df95cae40bee555e01a37b4023ce8e97ffa249 , < 03819abbeb11117dcbba40bfe322b88c0c88a6b6 (git)
Affected: 5.10.252 , < 5.10.258 (semver)
Affected: 5.15.202 , < 5.15.209 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 5.17
Unaffected: 0 , < 5.17 (semver)
Unaffected: 5.10.258 , ≤ 5.10.* (semver)
Unaffected: 5.15.209 , ≤ 5.15.* (semver)
Unaffected: 6.1.120 , ≤ 6.1.* (semver)
Unaffected: 6.6.64 , ≤ 6.6.* (semver)
Unaffected: 6.11.11 , ≤ 6.11.* (semver)
Unaffected: 6.12.2 , ≤ 6.12.* (semver)
Unaffected: 6.13 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 7.8,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2024-53213",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2025-10-01T20:03:36.748582Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-415",
                "description": "CWE-415 Double Free",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2025-10-01T20:07:19.611Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T20:47:39.803Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/usb/lan78xx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "cc5aa8e3ad69dcedeba79e667d4a2efb72a305af",
              "status": "affected",
              "version": "3281ebb3dc5ef19507e65523e9f8c00e20b285ca",
              "versionType": "git"
            },
            {
              "lessThan": "2970ef2fce90c661952ec2b451b0276d5f8d6180",
              "status": "affected",
              "version": "dcafa5a8452738eb28085f559b0683d55e22b2f5",
              "versionType": "git"
            },
            {
              "lessThan": "977128343fc2a30737399b58df8ea77e94f164bd",
              "status": "affected",
              "version": "a6df95cae40bee555e01a37b4023ce8e97ffa249",
              "versionType": "git"
            },
            {
              "lessThan": "a422ebec863d99d5607fb41bb7af3347fcb436d3",
              "status": "affected",
              "version": "a6df95cae40bee555e01a37b4023ce8e97ffa249",
              "versionType": "git"
            },
            {
              "lessThan": "b09512aea6223eec756f52aa584fc29eeab57480",
              "status": "affected",
              "version": "a6df95cae40bee555e01a37b4023ce8e97ffa249",
              "versionType": "git"
            },
            {
              "lessThan": "7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40",
              "status": "affected",
              "version": "a6df95cae40bee555e01a37b4023ce8e97ffa249",
              "versionType": "git"
            },
            {
              "lessThan": "03819abbeb11117dcbba40bfe322b88c0c88a6b6",
              "status": "affected",
              "version": "a6df95cae40bee555e01a37b4023ce8e97ffa249",
              "versionType": "git"
            },
            {
              "lessThan": "5.10.258",
              "status": "affected",
              "version": "5.10.252",
              "versionType": "semver"
            },
            {
              "lessThan": "5.15.209",
              "status": "affected",
              "version": "5.15.202",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/usb/lan78xx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.17"
            },
            {
              "lessThan": "5.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.258",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.209",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.64",
              "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"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.258",
                  "versionStartIncluding": "5.10.252",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.209",
                  "versionStartIncluding": "5.15.202",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.120",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.64",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.11.11",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.2",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.13",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: usb: lan78xx: Fix double free issue with interrupt buffer allocation\n\nIn lan78xx_probe(), the buffer `buf` was being freed twice: once\nimplicitly through `usb_free_urb(dev-\u003eurb_intr)` with the\n`URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused\na double free issue.\n\nTo resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to\nsimplify the initialization sequence and removed the redundant\n`kfree(buf)`.  Now, `buf` is allocated after `usb_alloc_urb()`, ensuring\nit is correctly managed by  `usb_fill_int_urb()` and freed by\n`usb_free_urb()` as intended."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-01T16:04:48.226Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/cc5aa8e3ad69dcedeba79e667d4a2efb72a305af"
        },
        {
          "url": "https://git.kernel.org/stable/c/2970ef2fce90c661952ec2b451b0276d5f8d6180"
        },
        {
          "url": "https://git.kernel.org/stable/c/977128343fc2a30737399b58df8ea77e94f164bd"
        },
        {
          "url": "https://git.kernel.org/stable/c/a422ebec863d99d5607fb41bb7af3347fcb436d3"
        },
        {
          "url": "https://git.kernel.org/stable/c/b09512aea6223eec756f52aa584fc29eeab57480"
        },
        {
          "url": "https://git.kernel.org/stable/c/7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40"
        },
        {
          "url": "https://git.kernel.org/stable/c/03819abbeb11117dcbba40bfe322b88c0c88a6b6"
        }
      ],
      "title": "net: usb: lan78xx: Fix double free issue with interrupt buffer allocation",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-53213",
    "datePublished": "2024-12-27T13:49:58.709Z",
    "dateReserved": "2024-11-19T17:17:25.023Z",
    "dateUpdated": "2026-06-01T16:04:48.226Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-53213",
      "date": "2026-09-16",
      "epss": "0.00233",
      "percentile": "0.14297"
    },
    "fkie_nvd": {
      "configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.17\", \"versionEndExcluding\": \"6.1.120\", \"matchCriteriaId\": \"DFA9B856-F80A-4A22-BC26-5EB65D554687\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.2\", \"versionEndExcluding\": \"6.6.64\", \"matchCriteriaId\": \"CA16DEE3-ABEC-4449-9F4A-7A3DC4FC36C7\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.7\", \"versionEndExcluding\": \"6.11.11\", \"matchCriteriaId\": \"21434379-192D-472F-9B54-D45E3650E893\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.12\", \"versionEndExcluding\": \"6.12.2\", \"matchCriteriaId\": \"D8882B1B-2ABC-4838-AC1D-DBDBB5764776\"}]}]}]",
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: usb: lan78xx: Fix double free issue with interrupt buffer allocation\\n\\nIn lan78xx_probe(), the buffer `buf` was being freed twice: once\\nimplicitly through `usb_free_urb(dev-\u003eurb_intr)` with the\\n`URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused\\na double free issue.\\n\\nTo resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to\\nsimplify the initialization sequence and removed the redundant\\n`kfree(buf)`.  Now, `buf` is allocated after `usb_alloc_urb()`, ensuring\\nit is correctly managed by  `usb_fill_int_urb()` and freed by\\n`usb_free_urb()` as intended.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: usb: lan78xx: Se soluciona el problema de doble liberaci\\u00f3n con la asignaci\\u00f3n de b\\u00fafer de interrupci\\u00f3n En lan78xx_probe(), el b\\u00fafer `buf` se liberaba dos veces: una vez impl\\u00edcitamente a trav\\u00e9s de `usb_free_urb(dev-\u0026gt;urb_intr)` con el indicador `URB_FREE_BUFFER` y otra vez expl\\u00edcitamente por `kfree(buf)`. Esto causaba un problema de doble liberaci\\u00f3n. Para resolver esto, reordenamos las llamadas `kmalloc()` y `usb_alloc_urb()` para simplificar la secuencia de inicializaci\\u00f3n y eliminamos el `kfree(buf)` redundante. Ahora, `buf` se asigna despu\\u00e9s de `usb_alloc_urb()`, lo que garantiza que `usb_fill_int_urb()` lo administre correctamente y que `usb_free_urb()` lo libere como estaba previsto.\"}]",
      "id": "CVE-2024-53213",
      "lastModified": "2025-01-10T18:04:48.207",
      "metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
      "published": "2024-12-27T14:15:29.237",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/03819abbeb11117dcbba40bfe322b88c0c88a6b6\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/977128343fc2a30737399b58df8ea77e94f164bd\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/a422ebec863d99d5607fb41bb7af3347fcb436d3\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}, {\"url\": \"https://git.kernel.org/stable/c/b09512aea6223eec756f52aa584fc29eeab57480\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"tags\": [\"Patch\"]}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Analyzed",
      "weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-415\"}]}]"
    },
    "microsoft_vex": {
      "current_release_date": "2026-02-18T02:11:33.000Z",
      "cve": "CVE-2024-53213",
      "id": "msrc_CVE-2024-53213",
      "initial_release_date": "2024-12-02T00:00:00.000Z",
      "product_status:fixed": "2",
      "product_status:known_affected": "2",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "net: usb: lan78xx: Fix double free issue with interrupt buffer allocation",
      "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-53213.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-53213\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-27T14:15:29.237\",\"lastModified\":\"2026-06-17T08:08:36.397\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: usb: lan78xx: Fix double free issue with interrupt buffer allocation\\n\\nIn lan78xx_probe(), the buffer `buf` was being freed twice: once\\nimplicitly through `usb_free_urb(dev-\u003eurb_intr)` with the\\n`URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused\\na double free issue.\\n\\nTo resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to\\nsimplify the initialization sequence and removed the redundant\\n`kfree(buf)`.  Now, `buf` is allocated after `usb_alloc_urb()`, ensuring\\nit is correctly managed by  `usb_fill_int_urb()` and freed by\\n`usb_free_urb()` as intended.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: net: usb: lan78xx: Se soluciona el problema de doble liberaci\u00f3n con la asignaci\u00f3n de b\u00fafer de interrupci\u00f3n En lan78xx_probe(), el b\u00fafer `buf` se liberaba dos veces: una vez impl\u00edcitamente a trav\u00e9s de `usb_free_urb(dev-\u0026gt;urb_intr)` con el indicador `URB_FREE_BUFFER` y otra vez expl\u00edcitamente por `kfree(buf)`. Esto causaba un problema de doble liberaci\u00f3n. Para resolver esto, reordenamos las llamadas `kmalloc()` y `usb_alloc_urb()` para simplificar la secuencia de inicializaci\u00f3n y eliminamos el `kfree(buf)` redundante. Ahora, `buf` se asigna despu\u00e9s de `usb_alloc_urb()`, lo que garantiza que `usb_fill_int_urb()` lo administre correctamente y que `usb_free_urb()` lo libere como estaba previsto.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/usb/lan78xx.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3281ebb3dc5ef19507e65523e9f8c00e20b285ca\",\"lessThan\":\"cc5aa8e3ad69dcedeba79e667d4a2efb72a305af\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dcafa5a8452738eb28085f559b0683d55e22b2f5\",\"lessThan\":\"2970ef2fce90c661952ec2b451b0276d5f8d6180\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6df95cae40bee555e01a37b4023ce8e97ffa249\",\"lessThan\":\"977128343fc2a30737399b58df8ea77e94f164bd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6df95cae40bee555e01a37b4023ce8e97ffa249\",\"lessThan\":\"a422ebec863d99d5607fb41bb7af3347fcb436d3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6df95cae40bee555e01a37b4023ce8e97ffa249\",\"lessThan\":\"b09512aea6223eec756f52aa584fc29eeab57480\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6df95cae40bee555e01a37b4023ce8e97ffa249\",\"lessThan\":\"7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"a6df95cae40bee555e01a37b4023ce8e97ffa249\",\"lessThan\":\"03819abbeb11117dcbba40bfe322b88c0c88a6b6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5.10.252\",\"lessThan\":\"5.10.258\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.202\",\"lessThan\":\"5.15.209\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/usb/lan78xx.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.17\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.258\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.209\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.120\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.64\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.11.11\",\"lessThanOrEqual\":\"6.11.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.2\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.13\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-10-01T20:03:36.748582Z\",\"id\":\"CVE-2024-53213\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-415\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.17\",\"versionEndExcluding\":\"6.1.120\",\"matchCriteriaId\":\"DFA9B856-F80A-4A22-BC26-5EB65D554687\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.64\",\"matchCriteriaId\":\"CA16DEE3-ABEC-4449-9F4A-7A3DC4FC36C7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.11.11\",\"matchCriteriaId\":\"21434379-192D-472F-9B54-D45E3650E893\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12\",\"versionEndExcluding\":\"6.12.2\",\"matchCriteriaId\":\"D8882B1B-2ABC-4838-AC1D-DBDBB5764776\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/03819abbeb11117dcbba40bfe322b88c0c88a6b6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2970ef2fce90c661952ec2b451b0276d5f8d6180\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/977128343fc2a30737399b58df8ea77e94f164bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a422ebec863d99d5607fb41bb7af3347fcb436d3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b09512aea6223eec756f52aa584fc29eeab57480\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/cc5aa8e3ad69dcedeba79e667d4a2efb72a305af\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-28T08:15:17+00:00",
      "cve": "CVE-2024-53213",
      "id": "CVE-2024-53213",
      "initial_release_date": "2024-12-27T00:00:00+00:00",
      "product_status:fixed": "305",
      "product_status:known_affected": "22",
      "product_status:known_not_affected": "166",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-53213.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T16:42:04Z",
      "cve": "CVE-2024-53213",
      "id": "CVE-2024-53213",
      "initial_release_date": "2024-12-28T03:50:09Z",
      "product_status:known_affected": "481",
      "product_status:known_not_affected": "305",
      "product_status:recommended": "511",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-53213",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-53213.json",
      "version": "71"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T20:47:39.803Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-53213\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-10-01T20:03:36.748582Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-415\", \"description\": \"CWE-415 Double Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-01T15:38:35.424Z\"}}], \"cna\": {\"title\": \"net: usb: lan78xx: Fix double free issue with interrupt buffer allocation\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"3281ebb3dc5ef19507e65523e9f8c00e20b285ca\", \"lessThan\": \"cc5aa8e3ad69dcedeba79e667d4a2efb72a305af\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"dcafa5a8452738eb28085f559b0683d55e22b2f5\", \"lessThan\": \"2970ef2fce90c661952ec2b451b0276d5f8d6180\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a6df95cae40bee555e01a37b4023ce8e97ffa249\", \"lessThan\": \"977128343fc2a30737399b58df8ea77e94f164bd\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a6df95cae40bee555e01a37b4023ce8e97ffa249\", \"lessThan\": \"a422ebec863d99d5607fb41bb7af3347fcb436d3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a6df95cae40bee555e01a37b4023ce8e97ffa249\", \"lessThan\": \"b09512aea6223eec756f52aa584fc29eeab57480\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a6df95cae40bee555e01a37b4023ce8e97ffa249\", \"lessThan\": \"7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"a6df95cae40bee555e01a37b4023ce8e97ffa249\", \"lessThan\": \"03819abbeb11117dcbba40bfe322b88c0c88a6b6\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5.10.252\", \"lessThan\": \"5.10.258\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"5.15.202\", \"lessThan\": \"5.15.209\", \"versionType\": \"semver\"}], \"programFiles\": [\"drivers/net/usb/lan78xx.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.17\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.17\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.258\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.209\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.120\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.64\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/net/usb/lan78xx.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/cc5aa8e3ad69dcedeba79e667d4a2efb72a305af\"}, {\"url\": \"https://git.kernel.org/stable/c/2970ef2fce90c661952ec2b451b0276d5f8d6180\"}, {\"url\": \"https://git.kernel.org/stable/c/977128343fc2a30737399b58df8ea77e94f164bd\"}, {\"url\": \"https://git.kernel.org/stable/c/a422ebec863d99d5607fb41bb7af3347fcb436d3\"}, {\"url\": \"https://git.kernel.org/stable/c/b09512aea6223eec756f52aa584fc29eeab57480\"}, {\"url\": \"https://git.kernel.org/stable/c/7ac9f3c981eeceee2ec4d30d850f4a6f50a1ec40\"}, {\"url\": \"https://git.kernel.org/stable/c/03819abbeb11117dcbba40bfe322b88c0c88a6b6\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: usb: lan78xx: Fix double free issue with interrupt buffer allocation\\n\\nIn lan78xx_probe(), the buffer `buf` was being freed twice: once\\nimplicitly through `usb_free_urb(dev-\u003eurb_intr)` with the\\n`URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused\\na double free issue.\\n\\nTo resolve this, reordered `kmalloc()` and `usb_alloc_urb()` calls to\\nsimplify the initialization sequence and removed the redundant\\n`kfree(buf)`.  Now, `buf` is allocated after `usb_alloc_urb()`, ensuring\\nit is correctly managed by  `usb_fill_int_urb()` and freed by\\n`usb_free_urb()` as intended.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.258\", \"versionStartIncluding\": \"5.10.252\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.209\", \"versionStartIncluding\": \"5.15.202\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.120\", \"versionStartIncluding\": \"5.17\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.64\", \"versionStartIncluding\": \"5.17\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.11.11\", \"versionStartIncluding\": \"5.17\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.2\", \"versionStartIncluding\": \"5.17\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.13\", \"versionStartIncluding\": \"5.17\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-06-01T16:04:48.226Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-53213\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-01T16:04:48.226Z\", \"dateReserved\": \"2024-11-19T17:17:25.023Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-12-27T13:49:58.709Z\", \"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…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…