CVE-2026-80610

Source
https://cve.org/CVERecord?id=CVE-2026-80610
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80610.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80610
Downstream
Published
2026-08-28T06:48:33.340Z
Modified
2026-08-29T03:47:16.773808184Z
Summary
net: enetc: fix potential divide-by-zero when num_vsi is zero
Details

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.numvsi is zero. This leads to a divide-by-zero in enetc4defaultringsallocation() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80610.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2d673b0e2f8d75b66aa21e5ca5d95c415dec5be7
Fixed
cd37bcb67f909a8683cc8c38a63ac7367a7f6161
Fixed
5da65537792b68b6052ffcab65e04c27aea6dfe4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80610.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80610.json"