---
id: CVE-2026-90128
title: |-
  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 …
summary: |-
  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 …
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    c93defccf5eb0a92bdafa43487be6ce0221a2477
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    ed3462365636df3bc63e34d7468f4faed3f70a4e
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    22d52af9e26a72bdfe2dcfb1419a091de4862cd9
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    eeac2ea4ad2654e3f160a9b608d05c9af31433a6
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    637d867530daea61898e3346975978b7f67fc2ac
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    6ca752850de3b8162f030793cc15001aec85c4cf
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    c678d04ac9e5a64c2559c43bce273e845fbd09eb
  - >-
    Linux >= 94abbccdf2916cb03f9626f2d36c6e9971490c12 <
    23ae56d9e74c122f95cae71ae3b9fc259fb88446
  - Linux 5.9
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:17:05.210'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-90128'
references:
  - url: 'https://git.kernel.org/stable/c/22d52af9e26a72bdfe2dcfb1419a091de4862cd9'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/23ae56d9e74c122f95cae71ae3b9fc259fb88446'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/637d867530daea61898e3346975978b7f67fc2ac'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/6ca752850de3b8162f030793cc15001aec85c4cf'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c678d04ac9e5a64c2559c43bce273e845fbd09eb'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c93defccf5eb0a92bdafa43487be6ce0221a2477'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ed3462365636df3bc63e34d7468f4faed3f70a4e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/eeac2ea4ad2654e3f160a9b608d05c9af31433a6'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.882Z'
epss: 0.0021
epssPercentile: 0.1156
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
