CVE-2024-36020

medium
Published 2024-08-15 · Modified 2024-11-03
CVSS v3
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS v4 NEW
not yet in upstream
VIR risk
5.5

Description

In the Linux kernel, the following vulnerability has been resolved: i40e: fix vf may be used uninitialized in this function warning To fix the regression introduced by commit 52424f974bc5, which causes servers hang in very hard to reproduce conditions with resets races. Using two sources for the information is the root cause. In this function before the fix bumping v didn't mean bumping vf pointer. But the code used this variables interchangeably, so stale vf could point to different/not intended vf. Remove redundant "v" variable and iterate via single VF pointer across whole function instead to guarantee VF pointer validity.

Predictions

Exploit likelihood
55%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

Mitigation details

Source: Red Hat Errata — Red Hat Inc. · View original ↗ · Open-Errata-API

Description kernel: i40e: fix vf may be used uninitialized in this function warning Red Hat statement To mitigate this issue, prevent the i40e module from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to prevent it from loading automatically. CVSS v3: 5.3 (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H) Errata / fixed releases…

Description

kernel: i40e: fix vf may be used uninitialized in this function warning

Red Hat statement

To mitigate this issue, prevent the i40e module from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to prevent it from loading automatically.

CVSS v3: 5.3 (CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H)

Errata / fixed releases

ProductPackageAdvisoryReleased
Red Hat Enterprise Linux 8kernel-rt-0:4.18.0-553.16.1.rt7.357.el8_10RHSA-2024:51022024-08-08T00:00:00Z
Red Hat Enterprise Linux 8kernel-0:4.18.0-553.16.1.el8_10RHSA-2024:51012024-08-08T00:00:00Z
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Supportkernel-0:4.18.0-372.113.1.el8_6RHSA-2024:49022024-07-29T00:00:00Z
Red Hat Enterprise Linux 8.6 Telecommunications Update Servicekernel-0:4.18.0-372.113.1.el8_6RHSA-2024:49022024-07-29T00:00:00Z
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutionskernel-0:4.18.0-372.113.1.el8_6RHSA-2024:49022024-07-29T00:00:00Z
Red Hat Enterprise Linux 8.8 Extended Update Supportkernel-0:4.18.0-477.67.1.el8_8RHSA-2024:52552024-08-13T00:00:00Z
Red Hat Enterprise Linux 9kernel-0:5.14.0-427.31.1.el9_4RHSA-2024:53632024-08-15T00:00:00Z
Red Hat Enterprise Linux 9kernel-0:5.14.0-427.31.1.el9_4RHSA-2024:53632024-08-15T00:00:00Z
Red Hat Enterprise Linux 9.2 Extended Update Supportkernel-0:5.14.0-284.77.1.el9_2RHSA-2024:50662024-08-07T00:00:00Z
Red Hat Enterprise Linux 9.2 Extended Update Supportkernel-rt-0:5.14.0-284.77.1.rt14.362.el9_2RHSA-2024:50672024-08-07T00:00:00Z

Package state

ProductPackageState
Red Hat Enterprise Linux 6kernelNot affected
Red Hat Enterprise Linux 7kernelOut of support scope
Red Hat Enterprise Linux 7kernel-rtOut of support scope
Red Hat Enterprise Linux 9kernel-rtAffected

Apply commands

bash fix
Apply RHSA-2024:5102 for Red Hat Enterprise Linux 8
yum update -y kernel-rt
# or:
dnf upgrade -y kernel-rt

Affected

VendorProductVersion
redhatRed Hat Enterprise Linux 6Not affected
redhatRed Hat Enterprise Linux 9Affected

OS impact

OSVersionStatusFixed in
redhat rhel9fixed
rockylinux rocky8fixed
suse slesaffected
rockylinux rocky9fixed
debian debianbookwormfixed6.1.85-1
debian debianbullseyefixed5.10.216-1
debian debianforkyfixed6.8.9-1
debian debiansidfixed6.8.9-1
debian debiantrixiefixed6.8.9-1
debian debian10.0affected
linux linux-kernelaffected4.19.312
linux linux-kernel6.1affected
linux linux-kernel6.9affected
almalinux almalinux8fixedkernel-doc-4.18.0-553.16.1.el8_10.noarch.rpm
almalinux almalinux9fixedkernel-doc-5.14.0-427.31.1.el9_4.noarch.rpm

References

CWEs

CWE-908

Community-verified mitigations for this CVE will appear above when contributors publish them.

Verify integrity in audit chain (admin only). AS-IS.