Review reviewHigh

CVE-2023-53659

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix out-of-bounds when setting channels on remove If we set channels greater during iavf_remove(), and waiting reset done would be timeout, then returned with error but changed num_active_queues directly, that will lead to OOB like the following logs. Because the num_active_queues is greater than tx/rx_rings[] allocated actually. Reproducer: [root@host ~]# cat repro.sh #!/bin/bash pf_dbsf="0000:41:00.0" vf0_dbsf="0000:41:02.0" g_pids=() function do_set_numvf() { echo 2 >/sys/bus/pci/devices/${pf_dbsf}/sriov_numvfs sle...

CVSS
7.1
EPSS
0.15%
4.95% percentile
CISA KEV
Not listed
Published
2025.10.08
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.15%
Technical severityCVSS 7.1

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix out-of-bounds when setting channels on remove If we set channels greater during iavf_remove(), and waiting reset done would be timeout, then returned with error but changed num_active_queues directly, that will lead to OOB like the following logs. Because the num_active_queues is greater than tx/rx_rings[] allocated actually. Reproducer: [root@host ~]# cat repro.sh #!/bin/bash pf_dbsf="0000:41:00.0" vf0_dbsf="0000:41:02.0" g_pids=() function do_set_numvf() { echo 2 >/sys/bus/pci/devices/${pf_dbsf}/sriov_numvfs sle...

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 1555d83ddbb7204ef60c58aee6ca3bbef2c5e99f < b92defe4e8ee86996c16417ad8c804cb4395fddd, >= 68d4274034e618b7f190dc9fbfc4f3436a7430f4 < 0fb37ce6c01e17839e26d03222f0b44e6a3ed2b9, >= 4e5e6b5d9d1334d3490326b6922a2daaf56a867f < 6e1d8f1332076a002e6d910d255aa5903d341c56, >= 4e5e6b5d9d1334d3490326b6922a2daaf56a867f < 65ecebc9ac09427b2c65f271cd5e5bd536c3fe38, >= 4e5e6b5d9d1334d3490326b6922a2daaf56a867f < 7c4bced3caa749ce468b0c5de711c98476b23a52, >= 5.10.82 < 5.10.188, >= 5.15.5 < 5.15.123, >= 5.16, >= 5.16.1 < 6.1.42, >= 6.2 < 6.4.7, 5.16, 6.5
Fixed versions
5.10.188, 5.15.123, 6.1.42, 6.4.7

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
CWE
CWE-125