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-47369

5.5 · MEDIUM
Published May 21, 2024 linux CWE-476 EPSS 0.24% (15th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

s390/qeth: fix NULL deref in qeth_clear_working_pool_list()

When qeth_set_online() calls qeth_clear_working_pool_list() to roll

back after an error exit from qeth_hardsetup_card(), we are at risk of

accessing card->qdio.in_q before it was allocated by

qeth_alloc_qdio_queues() via qeth_mpc_initialize().

qeth_clear_working_pool_list() then dereferences NULL, and by writing to

queue->bufs[i].pool_entry scribbles all over the CPU's lowcore.

Resulting in a crash when those lowcore areas are used next (eg. on

the next machine-check interrupt).

Such a scenario would typically happen when the device is first set

online and its queues aren't allocated yet. An early IO error or certain

misconfigs (eg. mismatched transport mode, bad portno) then cause us to

error out from qeth_hardsetup_card() with card->qdio.in_q still being

NULL.

Fix it by checking the pointer for NULL before accessing it.

Note that we also have (rare) pa

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.7.16, < 5.8 Affected

Frequently Asked Questions

What is CVE-2021-47369?

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

How severe is CVE-2021-47369?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-47369?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47369 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.