CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2021-46998 remediation guide

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: ethernet:enic: Fix a use after free bug in enic_hard_start_xmit In enic_hard_start_xmit, it calls enic_queue_wq_skb(). Inside enic_queue_wq_skb, if some error happens, the skb will be freed by dev_kfree_skb(skb). But the freed skb is still used in skb_tx_timestamp(skb). My patch makes enic_queue_wq_skb() return error and goto spin_unlock() incase of error. The solution is provided by Govind. See https://lkml.org/lkml/2021/4/30/961.

Open CVE record
ProductLinux Linux, linux kernel
Affected versions>= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 25a87b1f566b5eb2af2857a928f0e2310d900976, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < f7f6f07774091a6ddd98500b85386c3c6afb30d3, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 7afdd6aba95c8a526038e7abe283eeac3e4320f1, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 6892396ebf04ea2c021d80e10f4075e014cd7cc3, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < d90529392aaf498dafa95d212295d64b2cea4e24, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 643001b47adc844ae33510c4bb93c236667008a3, >= 4.16, >= 4.16 < 4.19.191, >= 4.20 < 5.4.120, >= 5.5 < 5.10.38, >= 5.11 < 5.11.22, >= 5.12 < 5.12.5
Fixed versions4.19.191, 5.4.120, 5.10.38, 5.11.22, 5.12.5
Priority basisReview · CVSS 7.8 · EPSS 0.24%
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: >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 25a87b1f566b5eb2af2857a928f0e2310d900976, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < f7f6f07774091a6ddd98500b85386c3c6afb30d3, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 7afdd6aba95c8a526038e7abe283eeac3e4320f1, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 6892396ebf04ea2c021d80e10f4075e014cd7cc3, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < d90529392aaf498dafa95d212295d64b2cea4e24, >= fb7516d42478ebc8e2f00efb76ef96f7b68fd8d3 < 643001b47adc844ae33510c4bb93c236667008a3, >= 4.16, >= 4.16 < 4.19.191, >= 4.20 < 5.4.120, >= 5.5 < 5.10.38, >= 5.11 < 5.11.22, >= 5.12 < 5.12.5. 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: 4.19.191, 5.4.120, 5.10.38, 5.11.22, 5.12.5. 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.