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

CVE-2026-53107 (GCVE-0-2026-53107)

Vulnerability from cvelistv5 – Published: 2026-06-24 16:30 – Updated: 2026-06-24 16:30
VLAI
Title
wifi: libertas: don't kill URBs in interrupt context
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: don't kill URBs in interrupt context Serialization for the TX path was enforced by calling usb_kill_urb()/usb_kill_anchored_urbs(), to prevent transmission before a previous URB was completed. usb_tx_block() can be called from interrupt context (e.g. in the HCD giveback path), so we can't always use it to kill in-flight URBs. Prevent sleeping during interrupt context by checking the tx_submitted anchor for existing URBs. We now return -EBUSY, to indicate there's a pending request.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 3308c7504e093b22e91a4468470309cee2e26b83 , < 00c0317cebf44151df18fb647781f315268cdd98 (git)
Affected: d66676e6ca96bf8680f869a9bd6573b26c634622 , < 4f273d3f98ebc60c30bbfb3ed4a7f0477d3eaed2 (git)
Affected: d66676e6ca96bf8680f869a9bd6573b26c634622 , < 7c5c2b661bdb78c1472b8833265c9ed1ee880039 (git)
Affected: 498525d8358d6d20918787e59736d5b6a021e9fd (git)
Affected: 2902a9b4415a6bafc9b1e5dd360f065d757a0bb7 (git)
Affected: 948a39c95d0f8d73722910f8cdb7b6e3e9206232 (git)
Affected: 5bfb25495e391a1be0db94b15715174fa06b93a1 (git)
Affected: b82073564373e68c6ae3a96039fae14cd002a496 (git)
Affected: fc188b44547dea4e7350833171982a6312befde9 (git)
Affected: 6.18.16 , < 6.18.33 (semver)
Affected: 5.10.252 , < 5.11 (semver)
Affected: 5.15.202 , < 5.16 (semver)
Affected: 6.1.165 , < 6.2 (semver)
Affected: 6.6.128 , < 6.7 (semver)
Affected: 6.12.75 , < 6.13 (semver)
Affected: 6.19.6 , < 6.20 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 7.0
Unaffected: 0 , < 7.0 (semver)
Unaffected: 6.18.33 , ≤ 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/marvell/libertas/if_usb.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "00c0317cebf44151df18fb647781f315268cdd98",
              "status": "affected",
              "version": "3308c7504e093b22e91a4468470309cee2e26b83",
              "versionType": "git"
            },
            {
              "lessThan": "4f273d3f98ebc60c30bbfb3ed4a7f0477d3eaed2",
              "status": "affected",
              "version": "d66676e6ca96bf8680f869a9bd6573b26c634622",
              "versionType": "git"
            },
            {
              "lessThan": "7c5c2b661bdb78c1472b8833265c9ed1ee880039",
              "status": "affected",
              "version": "d66676e6ca96bf8680f869a9bd6573b26c634622",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "498525d8358d6d20918787e59736d5b6a021e9fd",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "2902a9b4415a6bafc9b1e5dd360f065d757a0bb7",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "948a39c95d0f8d73722910f8cdb7b6e3e9206232",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "5bfb25495e391a1be0db94b15715174fa06b93a1",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "b82073564373e68c6ae3a96039fae14cd002a496",
              "versionType": "git"
            },
            {
              "status": "affected",
              "version": "fc188b44547dea4e7350833171982a6312befde9",
              "versionType": "git"
            },
            {
              "lessThan": "6.18.33",
              "status": "affected",
              "version": "6.18.16",
              "versionType": "semver"
            },
            {
              "lessThan": "5.11",
              "status": "affected",
              "version": "5.10.252",
              "versionType": "semver"
            },
            {
              "lessThan": "5.16",
              "status": "affected",
              "version": "5.15.202",
              "versionType": "semver"
            },
            {
              "lessThan": "6.2",
              "status": "affected",
              "version": "6.1.165",
              "versionType": "semver"
            },
            {
              "lessThan": "6.7",
              "status": "affected",
              "version": "6.6.128",
              "versionType": "semver"
            },
            {
              "lessThan": "6.13",
              "status": "affected",
              "version": "6.12.75",
              "versionType": "semver"
            },
            {
              "lessThan": "6.20",
              "status": "affected",
              "version": "6.19.6",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/marvell/libertas/if_usb.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "7.0"
            },
            {
              "lessThan": "7.0",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.33",
              "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.18.33",
                  "versionStartIncluding": "6.18.16",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.10",
                  "versionStartIncluding": "7.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "7.0",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.10.252",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "5.15.202",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.1.165",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.6.128",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.12.75",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionStartIncluding": "6.19.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: libertas: don\u0027t kill URBs in interrupt context\n\nSerialization for the TX path was enforced by calling\nusb_kill_urb()/usb_kill_anchored_urbs(), to prevent transmission before\na previous URB was completed. usb_tx_block() can be called from\ninterrupt context (e.g. in the HCD giveback path), so we can\u0027t always\nuse it to kill in-flight URBs.\n\nPrevent sleeping during interrupt context by checking the tx_submitted\nanchor for existing URBs. We now return -EBUSY, to indicate there\u0027s\na pending request."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-24T16:30:42.056Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/00c0317cebf44151df18fb647781f315268cdd98"
        },
        {
          "url": "https://git.kernel.org/stable/c/4f273d3f98ebc60c30bbfb3ed4a7f0477d3eaed2"
        },
        {
          "url": "https://git.kernel.org/stable/c/7c5c2b661bdb78c1472b8833265c9ed1ee880039"
        }
      ],
      "title": "wifi: libertas: don\u0027t kill URBs in interrupt context",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53107",
    "datePublished": "2026-06-24T16:30:42.056Z",
    "dateReserved": "2026-06-09T07:44:35.385Z",
    "dateUpdated": "2026-06-24T16:30:42.056Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53107",
      "date": "2026-09-15",
      "epss": "0.00113",
      "percentile": "0.01598"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-13T00:14:26.000Z",
      "cve": "CVE-2026-53107",
      "id": "msrc_CVE-2026-53107",
      "initial_release_date": "2026-06-27T01:13:35.000Z",
      "product_status:known_affected": "3",
      "product_status:under_investigation": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "wifi: libertas: don\u0027t kill URBs in interrupt context",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-53107.json",
      "version": "5"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53107\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-06-24T17:17:24.950\",\"lastModified\":\"2026-07-23T21:27:41.127\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: libertas: don\u0027t kill URBs in interrupt context\\n\\nSerialization for the TX path was enforced by calling\\nusb_kill_urb()/usb_kill_anchored_urbs(), to prevent transmission before\\na previous URB was completed. usb_tx_block() can be called from\\ninterrupt context (e.g. in the HCD giveback path), so we can\u0027t always\\nuse it to kill in-flight URBs.\\n\\nPrevent sleeping during interrupt context by checking the tx_submitted\\nanchor for existing URBs. We now return -EBUSY, to indicate there\u0027s\\na pending request.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/marvell/libertas/if_usb.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3308c7504e093b22e91a4468470309cee2e26b83\",\"lessThan\":\"00c0317cebf44151df18fb647781f315268cdd98\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d66676e6ca96bf8680f869a9bd6573b26c634622\",\"lessThan\":\"4f273d3f98ebc60c30bbfb3ed4a7f0477d3eaed2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d66676e6ca96bf8680f869a9bd6573b26c634622\",\"lessThan\":\"7c5c2b661bdb78c1472b8833265c9ed1ee880039\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"498525d8358d6d20918787e59736d5b6a021e9fd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"2902a9b4415a6bafc9b1e5dd360f065d757a0bb7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"948a39c95d0f8d73722910f8cdb7b6e3e9206232\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5bfb25495e391a1be0db94b15715174fa06b93a1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b82073564373e68c6ae3a96039fae14cd002a496\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"fc188b44547dea4e7350833171982a6312befde9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.18.16\",\"lessThan\":\"6.18.33\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.10.252\",\"lessThan\":\"5.11\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"5.15.202\",\"lessThan\":\"5.16\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.1.165\",\"lessThan\":\"6.2\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.128\",\"lessThan\":\"6.7\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.12.75\",\"lessThan\":\"6.13\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.19.6\",\"lessThan\":\"6.20\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/marvell/libertas/if_usb.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"7.0\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"7.0\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.33\",\"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\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.10.252\",\"versionEndExcluding\":\"5.11\",\"matchCriteriaId\":\"1017A216-B78A-423D-871F-E3D4036DACD2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.15.202\",\"versionEndExcluding\":\"5.16\",\"matchCriteriaId\":\"391FDD50-DBE9-49D5-9AE0-A8ED9E5A7DBB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.1.165\",\"versionEndExcluding\":\"6.2\",\"matchCriteriaId\":\"EBF7BF67-223B-4C68-A87F-AD6FBE7166C1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.6.128\",\"versionEndExcluding\":\"6.7\",\"matchCriteriaId\":\"B503BA3C-31FA-4897-85F6-EECE0EE4668F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12.75\",\"versionEndExcluding\":\"6.13\",\"matchCriteriaId\":\"72DA13D5-CC16-4529-9803-274233ABE12C\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.18.16\",\"versionEndExcluding\":\"6.18.33\",\"matchCriteriaId\":\"2128F9C5-FEBF-4163-A195-31BEE2AC914A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19.6\",\"versionEndExcluding\":\"7.0.10\",\"matchCriteriaId\":\"D89FD4A5-5BC2-40F1-A9C9-A6F196DB78FC\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/00c0317cebf44151df18fb647781f315268cdd98\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/4f273d3f98ebc60c30bbfb3ed4a7f0477d3eaed2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/7c5c2b661bdb78c1472b8833265c9ed1ee880039\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T07:44:31+00:00",
      "cve": "CVE-2026-53107",
      "id": "CVE-2026-53107",
      "initial_release_date": "2026-06-24T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: libertas: don\u0027t kill URBs in interrupt context",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53107.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-10T16:58:19Z",
      "cve": "CVE-2026-53107",
      "id": "CVE-2026-53107",
      "initial_release_date": "2026-07-03T03:05:10Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "423",
      "product_status:known_not_affected": "255",
      "product_status:recommended": "273",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-53107",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-53107.json",
      "version": "12"
    }
  }
}



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…