CVE-2026-89582
Last modified
CVE-2026-89582 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < 770715784b689749014ce193ef986b706fe8f51c; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < c44e5d6c3189241d5f791bc7b1eddde6b92f802c; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < 07d4516e3eb1fcde4a5db29eb556cdb0ebba6265; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < ac280f6872e75df49f3004505bcddff91d9e5362; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < dc98e727b9cfc5e19c796bf893878153f00b222b; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < 4d36e38e48340a1ccf92a98c7a22d07a954e5aa3; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < a142c024f07d623e2b6b25943f6c36d4b6b0b4c6; >= 94a78b79cb5f14c09a42522738d6694c6a1cdd20, < d2796ffe38cb4155afe0eab23636295b096c27a5 |
| Linux | Linux | 2.6.31 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89582?
How severe is CVE-2026-89582?
How do I fix CVE-2026-89582?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89577In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89578In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89579In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8958Information disclosure, sandbox escape in the Security: Proc…8.6
- CVE-2026-89580In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89581In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89583In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89584In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89585In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89586In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-89587In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89588In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-89582?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
