Description
In the Linux kernel, the following vulnerability has been resolved:

bnxt_en: Disable EOP for TPA on all chips to prevent data corruption

EOP (End of frame padding) on the AGG ring may cause overlapping of
zero padding at the end of one segment with the next segment's data.
If Relaxed Ordering (RO) is enabled, the zero padding may overwrite
valid data in the next segment and corrupt the data. Older chips
(P5 and older) do not automatically disable RO when EOP is enabled.
On some ARM systems, data corruption was reported on 57508 (P5)
chips with RO enabled.

Always disable EOP on all chips on the AGG rings when TPA is enabled
to fix the data corruption.
Published: 2026-08-22
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Data Corruption
Action: Apply Patch
AI Analysis

Impact

The Linux kernel bnxt_en driver contains a flaw where enabling End‑of‑Frame padding (EOP) on the aggregation ring while Relaxed Ordering (RO) is active on older P5 or earlier Ethernet chipsets can cause zero‐padding from one packet segment to overwrite data in the next segment. This results in corrupted network traffic payloads and a loss of data integrity. The weakness is a *CWE-805* buffer access with incorrect length value.

Affected Systems

Linux kernels that load the bnxt_en driver on older P5‑class or earlier Ethernet hardware, particularly ARM‑based systems using the 57508 chip, are affected; versions prior to the patch that disables EOP when TPA is enabled on these chipsets represent the vulnerable configurations.

Risk and Exploitability

The CVSS score of 8.2 indicates a high severity, but the EPSS score of less than 1 % shows a very low likelihood of exploitation at this time, and the vulnerability is not listed in CISA’s KEV catalog. An attacker would need to craft packet traffic that is processed by the affected bnxt_en driver with EOP and TPA enabled on a chip that does not automatically suppress RO; the exploit would result in data corruption rather than arbitrary code execution. Because the flaw requires specific firmware and driver states, the risk remains theoretical until a proof‑of‑concept is demonstrated, but mitigations should be deployed promptly.

Generated by OpenCVE AI on August 25, 2026 at 15:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that contains the bnxt_en patch that disables EOP when TPA is active on older chipsets.
  • Check that the bnxt_en driver has disabled EOP when TPA is enabled and that Relaxed Ordering is not left enabled for that network device.
  • If a kernel upgrade is not immediately possible, temporarily disable the TPA feature or explicitly disable Relaxed Ordering on the affected Ethernet device to prevent padding overlap.

Generated by OpenCVE AI on August 25, 2026 at 15:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L'}


Sat, 22 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Disable EOP for TPA on all chips to prevent data corruption EOP (End of frame padding) on the AGG ring may cause overlapping of zero padding at the end of one segment with the next segment's data. If Relaxed Ordering (RO) is enabled, the zero padding may overwrite valid data in the next segment and corrupt the data. Older chips (P5 and older) do not automatically disable RO when EOP is enabled. On some ARM systems, data corruption was reported on 57508 (P5) chips with RO enabled. Always disable EOP on all chips on the AGG rings when TPA is enabled to fix the data corruption.
Title bnxt_en: Disable EOP for TPA on all chips to prevent data corruption
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:41:41.297Z

Reserved: 2026-08-15T05:44:03.927Z

Link: CVE-2026-74697

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:44.280

Modified: 2026-08-25T06:18:53.313

Link: CVE-2026-74697

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74697 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T15:30:05Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value