PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97570 Linux CVE debrief

A vulnerability in the Linux kernel's bnxt_en driver can cause a crash due to an out-of-bounds write when the firmware TPA ID is not properly wrapped to a software ID. This issue arises because the rx_tpa array is allocated with a size based on bp->max_tpa, which may not be sufficient for all possible firmware TPA IDs. The vulnerability has been resolved by allocating rx_tpa with a size rounded up to the next power of 2 and masking the firmware TPA ID with that size.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-25
Original CVE updated
2026-09-25
Advisory published
2026-09-25
Advisory updated
2026-09-25

Who should care

Defenders responsible for Linux kernel systems, particularly those using the bnxt_en driver, should assess exposure and prioritize patching to prevent potential crashes. They should also review system configurations and ensure proper bounds checking, monitor system logs for signs of exploitation attempts, and track exceptions and retest remediated assets. Additionally, they should confirm whether affected product deployments exist in managed environments,

Why it matters

A vulnerability in the Linux kernel's bnxt_en driver can cause system crashes due to out-of-bounds writes. Defenders should prioritize verifying the Linux kernel version, applying patches, and monitoring system logs to prevent and detect potential exploitation attempts.

  • Potential system crashes due to out-of-bounds writes
  • Need for verification of Linux kernel version and patch application
  • Importance of monitoring system logs for exploitation attempts

Technical summary

The vulnerability is caused by an out-of-bounds write to the rx_tpa array. The crash occurs when the firmware TPA ID is not properly wrapped to a software ID, resulting in an invalid address being loaded. The issue is resolved by allocating rx_tpa with a size rounded up to the next power of 2 and masking the firmware TPA ID with that size. The Linux kernel's bnxt_en driver is affected, and defenders should prioritize verifying the Linux kernel version and applying patches to prevent potential crashes. They should also monitor system logs for signs of exploitation attempts and review system configurations to ensure proper bounds checking.

Defensive priority

Defenders should prioritize verifying the Linux kernel version and applying patches to prevent potential crashes. They should also monitor system logs for signs of exploitation attempts.

Recommended defensive actions

  • Verify Linux kernel version and apply patches
  • Monitor system logs for signs of exploitation attempts
  • Review system configurations and ensure proper bounds checking
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability is caused by an out-of-bounds write to the rx_tpa array. The crash occurs when the firmware TPA ID is not properly wrapped to a software ID, resulting in an invalid address being loaded. The issue is resolved by allocating rx_tpa with a size rounded up to the next power of 2 and masking the firmware TPA ID with that size.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97570 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-97570

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-97570 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97570

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/05cf64d171772c65bcdee76ee7163c35d9f55a89

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c0aceaf65b70b3c000e70dd867f3a673015f24ca

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.