CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2024-50059 remediation guide

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition In the switchtec_ntb_add function, it can call switchtec_ntb_init_sndev function, then &sndev->check_link_status_work is bound with check_link_status_work. switchtec_ntb_link_notification may be called to start the work. If we remove the module which will call switchtec_ntb_remove to make cleanup, it will free sndev through kfree(sndev), while the work mentioned above will be used. The sequence of operations that may lead t...

Open CVE record
ProductLinux Linux, linux kernel
Affected versions>= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 5126d8f5567f49b52e21fca320eaa97977055099, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < b650189687822b705711f0567a65a164a314d8df, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 92728fceefdaa2a0a3aae675f86193b006eeaa43, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 3ae45be8492460a35b5aebf6acac1f1d32708946, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < fa840ba4bd9f3bad7f104e5b32028ee73af8b3dd, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 177925d9c8715a897bb79eca62628862213ba956, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < e51aded92d42784313ba16c12f4f88cc4f973bbb, >= 4.16, < 5.10.227, >= 5.11 < 5.15.168, >= 5.16 < 6.1.113, >= 6.2 < 6.6.57, >= 6.7 < 6.11.4
Fixed versions5.10.227, 5.15.168, 6.1.113, 6.6.57, 6.11.4
Priority basisReview · CVSS 7 · EPSS -
01

Identify the affected asset

Confirm whether Linux Linux, linux kernel is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 5126d8f5567f49b52e21fca320eaa97977055099, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < b650189687822b705711f0567a65a164a314d8df, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 92728fceefdaa2a0a3aae675f86193b006eeaa43, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 3ae45be8492460a35b5aebf6acac1f1d32708946, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < fa840ba4bd9f3bad7f104e5b32028ee73af8b3dd, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < 177925d9c8715a897bb79eca62628862213ba956, >= d04be142b8b61ffb3c9cc5c6d1abda8fc59a16c9 < e51aded92d42784313ba16c12f4f88cc4f973bbb, >= 4.16, < 5.10.227, >= 5.11 < 5.15.168, >= 5.16 < 6.1.113, >= 6.2 < 6.6.57, >= 6.7 < 6.11.4. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: 5.10.227, 5.15.168, 6.1.113, 6.6.57, 6.11.4. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.

CVE-2024-50059 Remediation Guide | SECUFOCUS NOW