Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2021-47503

6.2 · MEDIUM
Published May 24, 2024 linux CWE-476 EPSS 0.25% (16th pctl)

Overview

CVE-2021-47503 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 24, 2024 and has a CVSS 3.1 base score of 6.2 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 6.2, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

scsi: pm80xx: Do not call scsi_remove_host() in pm8001_alloc()

Calling scsi_remove_host() before scsi_add_host() results in a crash:

BUG: kernel NULL pointer dereference, address: 0000000000000108

RIP: 0010:device_del+0x63/0x440

Call Trace:

device_unregister+0x17/0x60

scsi_remove_host+0xee/0x2a0

pm8001_pci_probe+0x6ef/0x1b90 [pm80xx]

local_pci_probe+0x3f/0x90

We cannot call scsi_remove_host() in pm8001_alloc() because scsi_add_host()

has not been called yet at that point in time.

Function call tree:

pm8001_pci_probe()

|

`- pm8001_pci_alloc()

| |

| `- pm8001_alloc()

| |

| `- scsi_remove_host()

|

`- scsi_add_host()

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.10, < 5.10.85 Affected

Frequently Asked Questions

What is CVE-2021-47503?

CVE-2021-47503 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 24, 2024 and has a CVSS 3.1 base score of 6.2 (MEDIUM).

How severe is CVE-2021-47503?

This vulnerability has a CVSS 3.1 base score of 6.2, rated MEDIUM. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2021-47503?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2021-47503?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47503 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.