CVE REMEDIATION GUIDE
Review reviewHighFixed-version data available

CVE-2021-47427 remediation guide

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsi_task use after free Commit d39df158518c ("scsi: iscsi: Have abort handler get ref to conn") added iscsi_get_conn()/iscsi_put_conn() calls during abort handling but then also changed the handling of the case where we detect an already completed task where we now end up doing a goto to the common put/cleanup code. This results in a iscsi_task use after free, because the common cleanup code will do a put on the iscsi_task. This reverts the goto and moves the iscsi_get_conn() to after we've checked if the...

Open CVE record
ProductLinux Linux, linux kernel
Affected versions>= d39df158518ccc3bf24ee18082b5e100c8f014aa < 1642f51ac0d4f2b55d5748094c49ff8f7191b93c, >= d39df158518ccc3bf24ee18082b5e100c8f014aa < 258aad75c62146453d03028a44f2f1590d58e1f6, >= 5.14, >= 5.14 < 5.14.12, 5.15
Fixed versions5.14.12
Priority basisReview · CVSS 7.8 · EPSS 0.46%
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: >= d39df158518ccc3bf24ee18082b5e100c8f014aa < 1642f51ac0d4f2b55d5748094c49ff8f7191b93c, >= d39df158518ccc3bf24ee18082b5e100c8f014aa < 258aad75c62146453d03028a44f2f1590d58e1f6, >= 5.14, >= 5.14 < 5.14.12, 5.15. 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.14.12. 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-2021-47427 Remediation Guide | SECUFOCUS NOW