CVE-2026-74737 PUBLISHED

net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG

Assigner: Linux
Reserved: 15.08.2026 Published: 26.08.2026 Updated: 26.08.2026

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

net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAG

On the packet reception path, the ID of the MAC Port on which the packet was received, is embedded in the RX DMA Descriptor's metadata. The ID is extracted using the helper function cppi5_desc_get_tags_ids() which fills in the 16-bit Source Tag into the 'port_id' variable. However, it is only the lower 8-bits of the 16-bit Source Tag that represent the MAC Port ID, while the upper 8-bits are Hardware-Reserved and carry an arbitrary value. With the existing logic, sporadic kernel crash is observed due to the subsequent driver code accessing out-of-bound memory because of an invalid port_id.

Hence, fix the port_id extraction logic to use only the lower 8-bits of the Source Tag as the MAC Port ID.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 14fc40bf28390e0ebee6a072457c36b82c614100 (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 1c0e35ce761131f82062222779d8574849790892 (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 9a220225efd6f58350bbb53fe70bdec08519267f (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 551688b410d3fb0dae7739724422f268cd9446d6 (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 46a8e084a159e638ac2728e96980b65d752d65fd (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 72e4e3d7efc3b7d85f86abbe8b94f8e45074abe3 (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 914e0100df3435bd14d09f397238e891cf9b7dce (excl.)
  • affected from 93a76530316a3d8cc2d82c3deca48424fee92100 to 36a05d2820077bb3955acb8111e1041d39148037 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.7 is affected
  • unaffected from 0 to 5.7 (excl.)
  • unaffected from 5.10.266 to 5.10.* (incl.)
  • unaffected from 5.15.217 to 5.15.* (incl.)
  • unaffected from 6.1.184 to 6.1.* (incl.)
  • unaffected from 6.6.153 to 6.6.* (incl.)
  • unaffected from 6.12.105 to 6.12.* (incl.)
  • unaffected from 6.18.46 to 6.18.* (incl.)
  • unaffected from 7.1.10 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References