About the negative_advice() statement in the RHEL8.10 Release Notes
Issue
- The RHEL 8.10 Release Notes contains the following Known Issue:
- RHEL 8.10 Release Notes - Known Issues - Networking
Outdated third-party modules which use the
negative_advice()function can crash the kernel
The core networking operationnegative_advice()calls the inlinedst_negative_advice()and__dst_negative_advice()functions. The kernel in RHEL 8.10 patched a security issue (CVE-2024-36971) in these inline functions. If a third-party module was compiled before the fix, this module might callnegative_advice()incorrectly. Consequently, the third-party module can crash the kernel. To solve this problem, use an updated module that correctly calls thenegative_advice()function.
Environment
- Red Hat Enterprise Linux 8.10
kernel-4.18.0-553.16.1.el8_10or later
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.