Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-74527

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/08/2026
Última modificación:
17/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> octeontx2-af: Block VFs from clobbering special CGX PKIND state<br /> <br /> PF and VF NIX LFs that share a CGX LMAC reuse the same hardware PKIND<br /> programming. When HiGig2 or EDSA parsing is enabled, a VF NIX LF alloc must<br /> not reset the LMAC RX PKIND or default TX parse config over the PF setup.<br /> <br /> Add cgx_get_pkind() and rvu_cgx_is_pkind_config_permitted() so VFs skip<br /> cgx_set_pkind(), rvu_npc_set_pkind(), and NIX_AF_LFX_TX_PARSE_CFG updates<br /> when the LMAC is using NPC_RX_HIGIG_PKIND or NPC_RX_EDSA_PKIND.