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

5.5 · MEDIUM
Published Mar 4, 2024 linux CWE-476 EPSS 0.23% (13th pctl)

Overview

CVE-2021-47095 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 4, 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:

ipmi: ssif: initialize ssif_info->client early

During probe ssif_info->client is dereferenced in error path. However,

it is set when some of the error checking has already been done. This

causes following kernel crash if an error path is taken:

[ 30.645593][ T674] ipmi_ssif 0-000e: ipmi_ssif: Not probing, Interface already present

[ 30.657616][ T674] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000088

...

[ 30.657723][ T674] pc : __dev_printk+0x28/0xa0

[ 30.657732][ T674] lr : _dev_err+0x7c/0xa0

...

[ 30.657772][ T674] Call trace:

[ 30.657775][ T674] __dev_printk+0x28/0xa0

[ 30.657778][ T674] _dev_err+0x7c/0xa0

[ 30.657781][ T674] ssif_probe+0x548/0x900 [ipmi_ssif 62ce4b08badc1458fd896206d9ef69a3c31f3d3e]

[ 30.657791][ T674] i2c_device_probe+0x37c/0x3c0

...

Initialize ssif_info->client before any error path can be taken. Clear

i2c_client data in the er

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.4, < 5.4.169 Affected

Frequently Asked Questions

What is CVE-2021-47095?

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

How severe is CVE-2021-47095?

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

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

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