CVE-2026-23054

UnknownEPSS 0.17%

Last modified

CVE-2026-23054 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: hv_netvsc: reject RSS hash key programming without RX indirection table RSS configuration requires a valid RX indirection table. When the device reports a single receive queue, rndis_filter_device_add() does not allocate an indirection table, accepting RSS hash key updates in this state leads to a hang. Fix this by gating netvsc_set_rxfh() on ndc->rx_table_sz and return -EOPNOTSUPP when the table is absent. EPSS estimates a 0.17% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: net: hv_netvsc: reject RSS hash key programming without RX indirection table RSS configuration requires a valid RX indirection table. When the device reports a single receive queue, rndis_filter_device_add() does not allocate an indirection table, accepting RSS hash key updates in this state leads to a hang. Fix this by gating netvsc_set_rxfh() on ndc->rx_table_sz and return -EOPNOTSUPP when the table is absent. This aligns set_rxfh with the device capabilities and prevents incorrect behavior.

Metrics

EPSS Probability
0.17%

6.5th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 962f3fee83a4ef9010ae84dc43ae7aecb572e2a9, < 8288136f508e78eb3563e7073975999cf225a2f9; >= 962f3fee83a4ef9010ae84dc43ae7aecb572e2a9, < 82c9039c8ebb715753a40434df714f865a3aec9c; >= 962f3fee83a4ef9010ae84dc43ae7aecb572e2a9, < 4cd55c609e85ae2313248ef1a33619a3eef44a16; >= 962f3fee83a4ef9010ae84dc43ae7aecb572e2a9, < 11dd9a9ef4dc4507a15a69b8511a0013c6c28fa3; >= 962f3fee83a4ef9010ae84dc43ae7aecb572e2a9, < d23564955811da493f34412d7de60fa268c8cb50
LinuxLinux4.11

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is CVE-2026-23054?
In the Linux kernel, the following vulnerability has been resolved: net: hv_netvsc: reject RSS hash key programming without RX indirection table RSS configuration requires a valid RX indirection table. When the device reports a single receive queue, rndis_filter_device_add() does not allocate an indirection table, accepting RSS hash key updates in this state leads to a hang. Fix this by gating netvsc_set_rxfh() on ndc->rx_table_sz and return -EOPNOTSUPP when the table is absent. This aligns set_rxfh with the device capabilities and prevents incorrect behavior.
How severe is CVE-2026-23054?
Severity scoring for CVE-2026-23054 is pending analysis. The EPSS model estimates a 0.17% probability of exploitation in the next 30 days.
How do I fix CVE-2026-23054?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-23054?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST