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

5.5 · MEDIUM
Published Feb 27, 2024 linux EPSS 0.22% (13th pctl)

Overview

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

ext4: always panic when errors=panic is specified

Before commit 014c9caa29d3 ("ext4: make ext4_abort() use

__ext4_error()"), the following series of commands would trigger a

panic:

1. mount /dev/sda -o ro,errors=panic test

2. mount /dev/sda -o remount,abort test

After commit 014c9caa29d3, remounting a file system using the test

mount option "abort" will no longer trigger a panic. This commit will

restore the behaviour immediately before commit 014c9caa29d3.

(However, note that the Linux kernel's behavior has not been

consistent; some previous kernel versions, including 5.4 and 4.19

similarly did not panic after using the mount option "abort".)

This also makes a change to long-standing behaviour; namely, the

following series commands will now cause a panic, when previously it

did not:

1. mount /dev/sda -o ro,errors=panic test

2. echo test > /sys/fs/ext4/sda/trigger_fs_error

However, this makes ext4's behaviour m

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.11.0, < 5.11.20 Affected

Frequently Asked Questions

What is CVE-2021-46945?

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

How severe is CVE-2021-46945?

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

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

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