CVE-2021-3444

High

The bpf verifier in the Linux kernel did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution. This issue was addressed in the upstream kernel in commit 9b00f1b78809 ("bpf: Fix truncation handling for mod32 dst reg wrt zero") and in Linux stable kernels 5.11.2, 5.10.19, and 5.4.101.

Package Linux Kernel
Published 2021-03-23
Last modified 2024-11-21
CVSS version 3.1
Patch available
Awaiting data

CVSS 3.1 score

7.8

out of 10
High
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Weakness type

CWE-681

CVE-2021-3444 is a Incorrect Conversion Between Numeric Types vulnerability

What is Incorrect Conversion Between Numeric Types?

The product converts from one data type to another but uses a function that can produce incorrect results. Learn more on MITRE CWE

References

The following references provide additional information about CVE-2021-3444 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.

Frequently asked questions

  • What is CVE-2021-3444?

    CVE-2021-3444 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as an Incorrect Conversion Between Numeric Types flaw (CWE-681) . CVE-2021-3444 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2021-3444?

    CVE-2021-3444 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H .

  • Is there a patch available for CVE-2021-3444?

    No patch is currently available for CVE-2021-3444. Monitor the NIST NVD and your Linux distribution's security advisories for updates.

  • Is CVE-2021-3444 actively exploited?

    No — CVE-2021-3444 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

  • What is Incorrect Conversion Between Numeric Types (CWE-681)?

    The product converts from one data type to another but uses a function that can produce incorrect results. View CWE-681 on MITRE CWE →