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

CVE-2026-89582 (GCVE-0-2026-89582)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:44 – Updated: 2026-09-14 12:01
VLAI
Title
bnx2x: fix double free in bnx2x_init_firmware() error path
Summary
In the Linux kernel, the following vulnerability has been resolved: bnx2x: fix double free in bnx2x_init_firmware() error path bnx2x_init_firmware() frees bp->init_ops, bp->init_data and bp->init_ops_offsets in its error path without setting them to NULL. The cleanup function bnx2x_release_firmware() frees the same three pointers unconditionally, so if init_firmware fails and release_firmware is later called (e.g. from __bnx2x_remove or through the function state machine), all three are freed a second time. Set each pointer to NULL after kfree() in the error path so that the subsequent kfree(NULL) in bnx2x_release_firmware() is a safe no-op.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < 770715784b689749014ce193ef986b706fe8f51c (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < c44e5d6c3189241d5f791bc7b1eddde6b92f802c (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < 07d4516e3eb1fcde4a5db29eb556cdb0ebba6265 (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < ac280f6872e75df49f3004505bcddff91d9e5362 (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < dc98e727b9cfc5e19c796bf893878153f00b222b (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < 4d36e38e48340a1ccf92a98c7a22d07a954e5aa3 (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < a142c024f07d623e2b6b25943f6c36d4b6b0b4c6 (git)
Affected: 94a78b79cb5f14c09a42522738d6694c6a1cdd20 , < d2796ffe38cb4155afe0eab23636295b096c27a5 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.31
Unaffected: 0 , < 2.6.31 (semver)
Unaffected: 5.10.270 , ≤ 5.10.* (semver)
Unaffected: 5.15.221 , ≤ 5.15.* (semver)
Unaffected: 6.1.188 , ≤ 6.1.* (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (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/ethernet/broadcom/bnx2x/bnx2x_main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "770715784b689749014ce193ef986b706fe8f51c",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "c44e5d6c3189241d5f791bc7b1eddde6b92f802c",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "07d4516e3eb1fcde4a5db29eb556cdb0ebba6265",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "ac280f6872e75df49f3004505bcddff91d9e5362",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "dc98e727b9cfc5e19c796bf893878153f00b222b",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "4d36e38e48340a1ccf92a98c7a22d07a954e5aa3",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "a142c024f07d623e2b6b25943f6c36d4b6b0b4c6",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            },
            {
              "lessThan": "d2796ffe38cb4155afe0eab23636295b096c27a5",
              "status": "affected",
              "version": "94a78b79cb5f14c09a42522738d6694c6a1cdd20",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.31"
            },
            {
              "lessThan": "2.6.31",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.270",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.221",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "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.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.270",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.221",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.188",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "2.6.31",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nbnx2x: fix double free in bnx2x_init_firmware() error path\n\nbnx2x_init_firmware() frees bp-\u003einit_ops, bp-\u003einit_data and\nbp-\u003einit_ops_offsets in its error path without setting them to NULL.\nThe cleanup function bnx2x_release_firmware() frees the same three\npointers unconditionally, so if init_firmware fails and\nrelease_firmware is later called (e.g. from __bnx2x_remove or through\nthe function state machine), all three are freed a second time.\n\nSet each pointer to NULL after kfree() in the error path so that the\nsubsequent kfree(NULL) in bnx2x_release_firmware() is a safe no-op."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T12:01:10.734Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/770715784b689749014ce193ef986b706fe8f51c"
        },
        {
          "url": "https://git.kernel.org/stable/c/c44e5d6c3189241d5f791bc7b1eddde6b92f802c"
        },
        {
          "url": "https://git.kernel.org/stable/c/07d4516e3eb1fcde4a5db29eb556cdb0ebba6265"
        },
        {
          "url": "https://git.kernel.org/stable/c/ac280f6872e75df49f3004505bcddff91d9e5362"
        },
        {
          "url": "https://git.kernel.org/stable/c/dc98e727b9cfc5e19c796bf893878153f00b222b"
        },
        {
          "url": "https://git.kernel.org/stable/c/4d36e38e48340a1ccf92a98c7a22d07a954e5aa3"
        },
        {
          "url": "https://git.kernel.org/stable/c/a142c024f07d623e2b6b25943f6c36d4b6b0b4c6"
        },
        {
          "url": "https://git.kernel.org/stable/c/d2796ffe38cb4155afe0eab23636295b096c27a5"
        }
      ],
      "title": "bnx2x: fix double free in bnx2x_init_firmware() error path",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89582",
    "datePublished": "2026-09-11T19:44:48.336Z",
    "dateReserved": "2026-09-11T19:38:34.728Z",
    "dateUpdated": "2026-09-14T12:01:10.734Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89582",
      "date": "2026-09-16",
      "epss": "0.00176",
      "percentile": "0.07433"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-14T14:49:24.000Z",
      "cve": "CVE-2026-89582",
      "id": "msrc_CVE-2026-89582",
      "initial_release_date": "2026-09-13T01:03:34.000Z",
      "product_status:known_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "bnx2x: fix double free in bnx2x_init_firmware() error path",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89582.json",
      "version": "2"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89582\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:42.537\",\"lastModified\":\"2026-09-14T13:19:12.457\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nbnx2x: fix double free in bnx2x_init_firmware() error path\\n\\nbnx2x_init_firmware() frees bp-\u003einit_ops, bp-\u003einit_data and\\nbp-\u003einit_ops_offsets in its error path without setting them to NULL.\\nThe cleanup function bnx2x_release_firmware() frees the same three\\npointers unconditionally, so if init_firmware fails and\\nrelease_firmware is later called (e.g. from __bnx2x_remove or through\\nthe function state machine), all three are freed a second time.\\n\\nSet each pointer to NULL after kfree() in the error path so that the\\nsubsequent kfree(NULL) in bnx2x_release_firmware() is a safe no-op.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"770715784b689749014ce193ef986b706fe8f51c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"c44e5d6c3189241d5f791bc7b1eddde6b92f802c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"07d4516e3eb1fcde4a5db29eb556cdb0ebba6265\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"ac280f6872e75df49f3004505bcddff91d9e5362\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"dc98e727b9cfc5e19c796bf893878153f00b222b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"4d36e38e48340a1ccf92a98c7a22d07a954e5aa3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"a142c024f07d623e2b6b25943f6c36d4b6b0b4c6\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"94a78b79cb5f14c09a42522738d6694c6a1cdd20\",\"lessThan\":\"d2796ffe38cb4155afe0eab23636295b096c27a5\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.31\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.31\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.270\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.221\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.188\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.157\",\"lessThanOrEqual\":\"6.6.*\",\"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.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/07d4516e3eb1fcde4a5db29eb556cdb0ebba6265\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4d36e38e48340a1ccf92a98c7a22d07a954e5aa3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/770715784b689749014ce193ef986b706fe8f51c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a142c024f07d623e2b6b25943f6c36d4b6b0b4c6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ac280f6872e75df49f3004505bcddff91d9e5362\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c44e5d6c3189241d5f791bc7b1eddde6b92f802c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d2796ffe38cb4155afe0eab23636295b096c27a5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dc98e727b9cfc5e19c796bf893878153f00b222b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Important",
      "current_release_date": "2026-09-15T05:02:38+00:00",
      "cve": "CVE-2026-89582",
      "id": "CVE-2026-89582",
      "initial_release_date": "2026-09-11T19:44:48.336000+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: bnx2x: Double Free Vulnerability in Linux Kernel leading to Denial of Service or Code Execution",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89582.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-12T16:25:41Z",
      "cve": "CVE-2026-89582",
      "id": "CVE-2026-89582",
      "initial_release_date": "2026-09-12T16:25:41Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89582",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89582.json",
      "version": "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…