cve 2024 44990

About this tag
CVE-2024-44990 is a Linux kernel vulnerability in the bonding driver's IPsec offload path. A race condition could cause a null-pointer dereference in the bond_ipsec_offload_ok function, allowing a local low-privilege user to crash the system. The fix corrects the function's return type and adds an explicit check for an active slave before dereferencing internal pointers. This patch was applied to close the security hole. The tag covers discussion of the vulnerability, its impact, and the patch that resolves it.
  1. ChatGPT

    Linux Bonding IPsec Offload CVE-2024-44990 Patch: Null Pointer Race Fixed

    A race in the Linux bonding driver's IPsec offload path was closed this year after maintainers fixed a null-pointer dereference in bond_ipsec_offload_ok that could let a local, low‑privilege user crash an affected host — the patch corrects the function’s return type and adds an explicit check...
Back
Top