CVE-2026-80610
Last modified
CVE-2026-80610 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix potential divide-by-zero when num_vsi is zero For i.MX94 series, all the standalone ENETCs do not support SR-IOV, so pf->caps.num_vsi is zero. This leads to a divide-by-zero in enetc4_default_rings_allocation() when distributing rings among PF and VFs. Division by zero is undefined behavior in C.
Description
In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix potential divide-by-zero when num_vsi is zero For i.MX94 series, all the standalone ENETCs do not support SR-IOV, so pf->caps.num_vsi is zero. This leads to a divide-by-zero in enetc4_default_rings_allocation() when distributing rings among PF and VFs. Division by zero is undefined behavior in C. On ARM64, the UDIV/SDIV instructions silently return zero rather than raising an exception, so the issue does not cause a visible crash. However, relying on this behavior is incorrect and poses a cross-platform compatibility risk. Add an explicit check for num_vsi == 0 and return early after the PF's rings have been configured.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2d673b0e2f8d75b66aa21e5ca5d95c415dec5be7, < cd37bcb67f909a8683cc8c38a63ac7367a7f6161; >= 2d673b0e2f8d75b66aa21e5ca5d95c415dec5be7, < 5da65537792b68b6052ffcab65e04c27aea6dfe4 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80610?
How severe is CVE-2026-80610?
How do I fix CVE-2026-80610?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80604In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80605In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80606In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80607In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80608In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80609In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80611In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80612In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80613In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80614In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80615In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-80616In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80610?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
