CVE-2026-98031

Unknown

Last modified

CVE-2026-98031 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: nexthop: Initialize extack in remove_nh_grp_entry() remove_nh_grp_entry() prints the extack message when a listener fails to replace the reduced nexthop group. However, extack is not initialized and listeners are not required to set a message when returning an error.

Description

In the Linux kernel, the following vulnerability has been resolved: nexthop: Initialize extack in remove_nh_grp_entry() remove_nh_grp_entry() prints the extack message when a listener fails to replace the reduced nexthop group. However, extack is not initialized and listeners are not required to set a message when returning an error. Neither netdevsim nor mlxsw do so when an allocation fails, resulting in the dereference of an uninitialized stack pointer. Fix by zero-initializing extack, as was done in commit 6347c5314cee ("nexthop: initialize extack in nh_res_bucket_migrate()").

Affected Software

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

VendorProductVersions
LinuxLinux>= 833a1065eeb14437a9a0dfa9dad06ea09894e0b5, < 030c878eaedf0449e2b5401a0a0146d0afcc645e; >= 833a1065eeb14437a9a0dfa9dad06ea09894e0b5, < d643cea4248668dc493c513aa7cbc6505eb1a4a9; >= 833a1065eeb14437a9a0dfa9dad06ea09894e0b5, < d80677ad7aa5bebfccfd58caa4852b65abe70561; >= 833a1065eeb14437a9a0dfa9dad06ea09894e0b5, < 5bd9e4e7cdaa03879e9b73b12ab52cceb1edd55b
LinuxLinux5.11

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-98031?
In the Linux kernel, the following vulnerability has been resolved: nexthop: Initialize extack in remove_nh_grp_entry() remove_nh_grp_entry() prints the extack message when a listener fails to replace the reduced nexthop group. However, extack is not initialized and listeners are not required to set a message when returning an error. Neither netdevsim nor mlxsw do so when an allocation fails, resulting in the dereference of an uninitialized stack pointer. Fix by zero-initializing extack, as was done in commit 6347c5314cee ("nexthop: initialize extack in nh_res_bucket_migrate()").
How severe is CVE-2026-98031?
Severity scoring for CVE-2026-98031 is pending analysis.
How do I fix CVE-2026-98031?
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-98031?

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

Scan your code now

Source: NVD / NIST