PatchSiren cyber security CVE debrief
CVE-2026-31502 Linux CVE debrief
The Linux kernel has a vulnerability, CVE-2026-31502, which is a type confusion issue in the team module. This vulnerability can cause a crash when the team device calls dev_hard_header() or dev_parse_header() with the wrong private type. The issue arises from the team module's incorrect handling of header_ops for non-Ethernet ports. The fix introduces team header_ops wrappers for create/parse, selecting a team port under RCU, and calling the lower device callbacks with port->dev. Affected product deployments should be reviewed for potential exposure, and owners should be assigned for follow-up.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-04-22
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-04-22
- Advisory updated
- 2026-07-24
Who should care
Users of Linux kernel versions 3.7.1 to 6.12.80, 6.13 to 6.18.21, and 6.19 to 6.19.11 should be aware of this vulnerability and take necessary actions to mitigate it. Operators, platform administrators, vulnerability management teams, and security teams should review the affected scope and severity to determine the impact on their deployments.
Technical summary
The vulnerability is caused by the team module's incorrect handling of header_ops for non-Ethernet ports. When the team device calls dev_hard_header() or dev_parse_header(), it can lead to a type confusion crash. The fix introduces team header_ops wrappers for create/parse, selecting a team port under RCU, and calling the lower device callbacks with port->dev. This ensures that each callback always sees the correct net_device context. The selected lower device is also passed to the lower parse callback, bounding recursion in stacked non-Ethernet topologies and ensuring parse callbacks run with the correct device context.
Defensive priority
High
Recommended defensive actions
- Apply patches from Linux kernel stable branches
- Update Linux kernel to version 6.12.81 or later
- Use Linux kernel version 6.19.12 or later
- Use Linux kernel version 7.0-rc8 or later
- Review compensating controls for exposed systems while remediation is scheduled and verified
- 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
Evidence notes
The vulnerability was reported by syzbot and fixed by introducing team header_ops wrappers. The affected versions of the Linux kernel are 3.7.1 to 6.12.80, 6.13 to 6.18.21, and 6.19 to 6.19.11. To verify, defenders should review the Linux kernel version and check for patches from Linux kernel stable branches. Evidence limits suggest that multiple vendors and users may be impacted, but specific details are still being verified.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-31502 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-31502
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-31502 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-31502
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0a7468ed49a6b65d34abcc6eb60e15f7f6d34da0
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/20491d384d973a63fbdaf7a71e38d69b0659ea55
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/420e5aad7ba89e8f79e2dc8327b0c0c24c1c1d53
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/425000dbf17373a4ab8be9428f5dc055ef870a56
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6d3161fa3eee64d46b766fb0db33ec7f300ef52d
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
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.