UNKNOWN NVD
CVE-2026-90128
In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: fix wrong list iterated in add_direct_chain error path In add_direct_chain(), n
In the Linux kernel, the following vulnerability has been resolved:
vdpa/mlx5: fix wrong list iterated in add_direct_chain error path
In add_direct_chain(), newly allocated direct MR entries are added to
the local list 'tmp', which is spliced into mr->head only on success.
On the error path, the cleanup loop was incorrectly iterating over
mr->head instead of tmp.
Fix by iterating over 'tmp' in the err_alloc cleanup path.
References
- https://git.kernel.org/stable/c/22d52af9e26a72bdfe2dcfb1419a091de4862cd9
- https://git.kernel.org/stable/c/23ae56d9e74c122f95cae71ae3b9fc259fb88446
- https://git.kernel.org/stable/c/637d867530daea61898e3346975978b7f67fc2ac
- https://git.kernel.org/stable/c/6ca752850de3b8162f030793cc15001aec85c4cf
- https://git.kernel.org/stable/c/c678d04ac9e5a64c2559c43bce273e845fbd09eb
This unknown severity vulnerability was published on 2026-09-17 via NVD.
vulnfeed aggregates 13500 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.