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

CVE-2026-53102 (GCVE-0-2026-53102)

Vulnerability from cvelistv5 – Published: 2026-06-24 16:30 – Updated: 2026-09-07 15:44
VLAI
Title
wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req() mt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to be freed eventually by mt76_mcu_skb_send_msg(). However, currently if an intermediate function fails before sending, the allocated skb is leaked. Specifically, mt76_connac_mcu_sta_wed_update() and mt76_connac_mcu_sta_key_tlv() may fail, leading to an immediate memory leak in the error path. Fix this by explicitly freeing the skb in these error paths. Commit 7c0f63fe37a5 ("wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error") made a similar change. Compile tested only. Issue found using a prototype static analysis tool and code review.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 6683d988089ce0e80bd859a9493333b6b272420e , < 7de35b99503012e57bec027e98ed53f881518b5b (git)
Affected: 6683d988089ce0e80bd859a9493333b6b272420e , < 8527ac1bce87aaabde6755e8e6eb2a9f439d1292 (git)
Affected: 6683d988089ce0e80bd859a9493333b6b272420e , < eb466406d2094deefadc2cd6ddb4f6eeb086d1b4 (git)
Affected: 6683d988089ce0e80bd859a9493333b6b272420e , < c41075ce8cf05ed8c0e7b7efef000dce548ffc42 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.18
Unaffected: 0 , < 5.18 (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.0.10 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c",
            "drivers/net/wireless/mediatek/mt76/mt7915/mcu.c",
            "drivers/net/wireless/mediatek/mt76/mt7925/mcu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "7de35b99503012e57bec027e98ed53f881518b5b",
              "status": "affected",
              "version": "6683d988089ce0e80bd859a9493333b6b272420e",
              "versionType": "git"
            },
            {
              "lessThan": "8527ac1bce87aaabde6755e8e6eb2a9f439d1292",
              "status": "affected",
              "version": "6683d988089ce0e80bd859a9493333b6b272420e",
              "versionType": "git"
            },
            {
              "lessThan": "eb466406d2094deefadc2cd6ddb4f6eeb086d1b4",
              "status": "affected",
              "version": "6683d988089ce0e80bd859a9493333b6b272420e",
              "versionType": "git"
            },
            {
              "lessThan": "c41075ce8cf05ed8c0e7b7efef000dce548ffc42",
              "status": "affected",
              "version": "6683d988089ce0e80bd859a9493333b6b272420e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c",
            "drivers/net/wireless/mediatek/mt76/mt7915/mcu.c",
            "drivers/net/wireless/mediatek/mt76/mt7925/mcu.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.18"
            },
            {
              "lessThan": "5.18",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.109",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.10",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "5.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "5.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "5.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "5.18",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()\n\nmt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to\nbe freed eventually by mt76_mcu_skb_send_msg(). However, currently if\nan intermediate function fails before sending, the allocated skb is\nleaked.\n\nSpecifically, mt76_connac_mcu_sta_wed_update() and\nmt76_connac_mcu_sta_key_tlv() may fail, leading to an immediate memory\nleak in the error path.\n\nFix this by explicitly freeing the skb in these error paths.\nCommit 7c0f63fe37a5 (\"wifi: mt76: mt7996: fix memory leak on\nmt7996_mcu_sta_key_tlv error\") made a similar change.\n\nCompile tested only. Issue found using a prototype static analysis tool\nand code review."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-07T15:44:56.746Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/7de35b99503012e57bec027e98ed53f881518b5b"
        },
        {
          "url": "https://git.kernel.org/stable/c/8527ac1bce87aaabde6755e8e6eb2a9f439d1292"
        },
        {
          "url": "https://git.kernel.org/stable/c/eb466406d2094deefadc2cd6ddb4f6eeb086d1b4"
        },
        {
          "url": "https://git.kernel.org/stable/c/c41075ce8cf05ed8c0e7b7efef000dce548ffc42"
        }
      ],
      "title": "wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53102",
    "datePublished": "2026-06-24T16:30:38.536Z",
    "dateReserved": "2026-06-09T07:44:35.384Z",
    "dateUpdated": "2026-09-07T15:44:56.746Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53102",
      "date": "2026-09-16",
      "epss": "0.00122",
      "percentile": "0.02319"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-09T01:50:21.000Z",
      "cve": "CVE-2026-53102",
      "id": "msrc_CVE-2026-53102",
      "initial_release_date": "2026-06-27T01:17:40.000Z",
      "product_status:known_affected": "4",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-53102.json",
      "version": "5"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53102\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T17:17:24.473\",\"lastModified\":\"2026-09-07T16:17:28.540\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()\\n\\nmt76_connac_mcu_alloc_sta_req() allocates an skb which is expected to\\nbe freed eventually by mt76_mcu_skb_send_msg(). However, currently if\\nan intermediate function fails before sending, the allocated skb is\\nleaked.\\n\\nSpecifically, mt76_connac_mcu_sta_wed_update() and\\nmt76_connac_mcu_sta_key_tlv() may fail, leading to an immediate memory\\nleak in the error path.\\n\\nFix this by explicitly freeing the skb in these error paths.\\nCommit 7c0f63fe37a5 (\\\"wifi: mt76: mt7996: fix memory leak on\\nmt7996_mcu_sta_key_tlv error\\\") made a similar change.\\n\\nCompile tested only. Issue found using a prototype static analysis tool\\nand code review.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c\",\"drivers/net/wireless/mediatek/mt76/mt7915/mcu.c\",\"drivers/net/wireless/mediatek/mt76/mt7925/mcu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6683d988089ce0e80bd859a9493333b6b272420e\",\"lessThan\":\"7de35b99503012e57bec027e98ed53f881518b5b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6683d988089ce0e80bd859a9493333b6b272420e\",\"lessThan\":\"8527ac1bce87aaabde6755e8e6eb2a9f439d1292\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6683d988089ce0e80bd859a9493333b6b272420e\",\"lessThan\":\"eb466406d2094deefadc2cd6ddb4f6eeb086d1b4\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6683d988089ce0e80bd859a9493333b6b272420e\",\"lessThan\":\"c41075ce8cf05ed8c0e7b7efef000dce548ffc42\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c\",\"drivers/net/wireless/mediatek/mt76/mt7915/mcu.c\",\"drivers/net/wireless/mediatek/mt76/mt7925/mcu.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.18\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.18\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.109\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.10\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"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:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-401\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.18\",\"versionEndExcluding\":\"7.0.10\",\"matchCriteriaId\":\"EE5C5D55-9D17-4811-BA5F-E2852C7C0CF3\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/7de35b99503012e57bec027e98ed53f881518b5b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8527ac1bce87aaabde6755e8e6eb2a9f439d1292\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c41075ce8cf05ed8c0e7b7efef000dce548ffc42\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/eb466406d2094deefadc2cd6ddb4f6eeb086d1b4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-07-21T18:28:28+00:00",
      "cve": "CVE-2026-53102",
      "id": "CVE-2026-53102",
      "initial_release_date": "2026-06-24T00:00:00+00:00",
      "product_status:known_affected": "232",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53102.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-31T16:45:21Z",
      "cve": "CVE-2026-53102",
      "id": "CVE-2026-53102",
      "initial_release_date": "2026-06-26T02:12:44Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "88",
      "product_status:known_not_affected": "236",
      "product_status:recommended": "145",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-53102",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-53102.json",
      "version": "6"
    }
  }
}



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…