CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's bnxt_en driver, specifically concerning the handling of End of Frame Padding (EOP) on AGG rings, which can lead to data corruption when Relaxed Ordering (RO) is enabled on older chips (P5 and earlier). This issue may result in valid data being overwritten by zero padding, compromising data integrity. Organizations using affected Linux systems, particularly those with older hardware, should prioritize addressing this vulnerability to prevent potential data loss or corruption.
Original NVD 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.