BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2021
CVE-2021-3489High confidence

Linux kernel eBPF RINGBUF map oversized allocation

Linux · Linux kernel

7.8HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2021-3489 · CSAF 2.0 · revision 3 · status not statedRed Hat Product Securitykernel: Linux kernel eBPF RINGBUF map oversized allocation
101 fixed

The vendor explicitly identifies these products or versions as containing the fix.

  • bpftool-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • bpftool-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • kernel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • kernel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • kernel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)
  • kernel-0:4.18.0-348.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)
Summary
A flaw out of bound memory write in the Linux kernel BPF subsystem was found in the way user writes to BPF ring buffer too fast, so larger buffer than available memory could be allocated. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.
Remediation
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect.
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2021-26811

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

The eBPF RINGBUF bpf_ringbuf_reserve() function in the Linux kernel did not check that the allocated size was smaller than the ringbuf size, allowing an attacker to perform out-of-bounds writes within the kernel and therefore, arbitrary code execution. This issue was fixed via commit 4b81ccebaeee ("bpf, ringbuf: Deny reserve of buffers larger than ringbuf") (v5.13-rc4) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced via 457f44363a88 ("bpf: Implement BPF ring buffer and verifier support for it") (v5.8-rc1).

What

The eBPF RINGBUF bpf_ringbuf_reserve() function in the Linux kernel did not check that the allocated size was smaller than the ringbuf size, allowing an attacker to perform out-of-bounds writes within the kernel and therefore, arbitrary code execution. This issue was fixed via commit 4b81ccebaeee ("bpf, ringbuf: Deny reserve of buffers larger than ringbuf") (v5.13-rc4) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced via 457f44363a88 ("bpf: Implement BPF ring buffer and verifier support for it") (v5.8-rc1).

Why

The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may execute code or commands in the affected security context.

What

The eBPF RINGBUF bpf_ringbuf_reserve() function in the Linux kernel did not check that the allocated size was smaller than the ringbuf size, allowing an attacker to perform out-of-bounds writes within the kernel and therefore, arbitrary code execution. This issue was fixed via commit 4b81ccebaeee ("bpf, ringbuf: Deny reserve of buffers larger than ringbuf") (v5.13-rc4) and backported to the stable kernels in v5.12.4, v5.11.21, and v5.10.37. It was introduced via 457f44363a88 ("bpf: Implement BPF ring buffer and verifier support for it") (v5.8-rc1).

Why

The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may execute code or commands in the affected security context.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
local access → Improper Restriction of Operations within the Bounds of a Memory Buffer → execute code or commands in the affected security context
Attack surface
Local
Privileges required
Low: a basic authenticated account is required
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Changed: exploitation can affect a different security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-119

CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer. The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRLowPrivileges required: The attacker needs basic user-level privileges.UINoneUser interaction: No action by another user is required.SChangedScope: The attack can affect a component governed by a different security authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
Remote code executionCWE-119
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

CERT-FR · French · CERTFR-2021-AVI-864Multiples vulnérabilités dans le noyau Linux de Red Hat

ord?id=CVE-2021-28971 Référence CVE CVE-2021-29155 https://www.cve.org/CVERecord?id=CVE-2021-29155 Référence CVE CVE-2021-29646 https://www.cve.org/CVERecord?id=CVE-2021-29646 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2021-31440 https://www.cve.org/CVERecord?id=CVE-2021-31440 Référence CVE CVE-2021-31829 https://www.cve.org/CVERecord?id=CVE-2021-31829 Référence CVE CVE-2021-31916 https://www.cve.org/CVERecord?id=CVE-2021-31916 Référence CVE CVE-2021-33200 https://www.cve.org/CVERecord?id=CVE-2021-33200 Référence CVE CVE-2021-3348 https://www.cve.org/CVERecord?id=CVE-2021-3348 Référence CVE CVE-2021-3489 https://www.cve.org/CVERecord?id=CVE-2021-3489 Référence CVE CVE-2021-3564 https://www.cve.org/CVERecord?id=CVE-2021-3564 Référence CVE CVE-2021-3573 https://www.cve.org/CVERecord?id=CVE-2021-3573 Référence CVE CVE-2021-3600 https://www.cve.org/CVERecord?id=CVE-2021-3600 Référence CVE CVE-2021-3635 https://www.cve.org/CVERecord?id=CVE-2021-3635 Référence CVE CVE-2021-3659 https://www.cve.org/CVERecord?id=CVE-2021-3659 Référence CVE CVE-2021-3679 https://www.cve.org/CVERecord?id=CVE-2021-3679 Référence CVE CVE-2021-3732 https://www.cve.org/CVERecord?id=CVE-2021-3732 Gestion détaillée du document le 12 novembre 2021 Version initiale Alertes Av

Official advisory
CERT-FR · French · CERTFR-2021-AVI-751Multiples vulnérabilités dans Google Android

d?id=CVE-2021-30291 Référence CVE CVE-2021-30292 https://www.cve.org/CVERecord?id=CVE-2021-30292 Référence CVE CVE-2021-30297 https://www.cve.org/CVERecord?id=CVE-2021-30297 Référence CVE CVE-2021-30302 https://www.cve.org/CVERecord?id=CVE-2021-30302 Référence CVE CVE-2021-30305 https://www.cve.org/CVERecord?id=CVE-2021-30305 Référence CVE CVE-2021-30306 https://www.cve.org/CVERecord?id=CVE-2021-30306 Référence CVE CVE-2021-30310 https://www.cve.org/CVERecord?id=CVE-2021-30310 Référence CVE CVE-2021-30312 https://www.cve.org/CVERecord?id=CVE-2021-30312 Référence CVE CVE-2021-31916 https://www.cve.org/CVERecord?id=CVE-2021-31916 Référence CVE CVE-2021-3489 https://www.cve.org/CVERecord?id=CVE-2021-3489 Référence CVE CVE-2021-3490 https://www.cve.org/CVERecord?id=CVE-2021-3490 Référence CVE CVE-2021-38166 https://www.cve.org/CVERecord?id=CVE-2021-38166 Gestion détaillée du document le 05 octobre 2021 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
CERT-FR · French · CERTFR-2021-AVI-500Multiples vulnérabilités dans le noyau Linux de SUSE

ord?id=CVE-2020-36385 Référence CVE CVE-2020-36386 https://www.cve.org/CVERecord?id=CVE-2020-36386 Référence CVE CVE-2021-0129 https://www.cve.org/CVERecord?id=CVE-2021-0129 Référence CVE CVE-2021-23134 https://www.cve.org/CVERecord?id=CVE-2021-23134 Référence CVE CVE-2021-28660 https://www.cve.org/CVERecord?id=CVE-2021-28660 Référence CVE CVE-2021-29154 https://www.cve.org/CVERecord?id=CVE-2021-29154 Référence CVE CVE-2021-32399 https://www.cve.org/CVERecord?id=CVE-2021-32399 Référence CVE CVE-2021-33034 https://www.cve.org/CVERecord?id=CVE-2021-33034 Référence CVE CVE-2021-33200 https://www.cve.org/CVERecord?id=CVE-2021-33200 Référence CVE CVE-2021-3489 https://www.cve.org/CVERecord?id=CVE-2021-3489 Référence CVE CVE-2021-3490 https://www.cve.org/CVERecord?id=CVE-2021-3490 Référence CVE CVE-2021-3491 https://www.cve.org/CVERecord?id=CVE-2021-3491 Gestion détaillée du document le 01 juillet 2021 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
CERT-FR · French · CERTFR-2021-AVI-469Multiples vulnérabilités dans le noyau Linux de SUSE

ERecord?id=CVE-2021-29647 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2021-30002 https://www.cve.org/CVERecord?id=CVE-2021-30002 Référence CVE CVE-2021-32399 https://www.cve.org/CVERecord?id=CVE-2021-32399 Référence CVE CVE-2021-33034 https://www.cve.org/CVERecord?id=CVE-2021-33034 Référence CVE CVE-2021-33200 https://www.cve.org/CVERecord?id=CVE-2021-33200 Référence CVE CVE-2021-3428 https://www.cve.org/CVERecord?id=CVE-2021-3428 Référence CVE CVE-2021-3444 https://www.cve.org/CVERecord?id=CVE-2021-3444 Référence CVE CVE-2021-3483 https://www.cve.org/CVERecord?id=CVE-2021-3483 Référence CVE CVE-2021-3489 https://www.cve.org/CVERecord?id=CVE-2021-3489 Référence CVE CVE-2021-3490 https://www.cve.org/CVERecord?id=CVE-2021-3490 Référence CVE CVE-2021-3491 https://www.cve.org/CVERecord?id=CVE-2021-3491 Gestion détaillée du document le 17 juin 2021 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
CERT-FR · French · CERTFR-2021-AVI-372Multiples vulnérabilités dans le noyau Linux d'Ubuntu

ord?id=CVE-2021-29266 Référence CVE CVE-2021-29646 https://www.cve.org/CVERecord?id=CVE-2021-29646 Référence CVE CVE-2021-29647 https://www.cve.org/CVERecord?id=CVE-2021-29647 Référence CVE CVE-2021-29649 https://www.cve.org/CVERecord?id=CVE-2021-29649 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2021-29657 https://www.cve.org/CVERecord?id=CVE-2021-29657 Référence CVE CVE-2021-30002 https://www.cve.org/CVERecord?id=CVE-2021-30002 Référence CVE CVE-2021-31916 https://www.cve.org/CVERecord?id=CVE-2021-31916 Référence CVE CVE-2021-3483 https://www.cve.org/CVERecord?id=CVE-2021-3483 Référence CVE CVE-2021-3489 https://www.cve.org/CVERecord?id=CVE-2021-3489 Référence CVE CVE-2021-3490 https://www.cve.org/CVERecord?id=CVE-2021-3490 Référence CVE CVE-2021-3491 https://www.cve.org/CVERecord?id=CVE-2021-3491 Référence CVE CVE-2021-3493 https://www.cve.org/CVERecord?id=CVE-2021-3493 Gestion détaillée du document le 14 mai 2021 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
trunk < v5.13-rc4; linux-5.12.y < v5.12.4; linux-5.11.y < v5.11.21; linux-5.10.y < v5.10.37; v5.8 < 5.8*
Fixed
bpftool-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); bpftool-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-0:4.18.0-348.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-abi-stablelists-0:4.18.0-348.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-core-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-core-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-core-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-core-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-core-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-debuginfo-0:4.18.0-348.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-debuginfo-0:4.18.0-348.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-debuginfo-0:4.18.0-348.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8); kernel-debug-debuginfo-0:4.18.0-348.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8); and 120 more
Action
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.5 Release Notes linked from the References section. For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect.
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 4 Jun 2021 · Last source change 16 Sept 2024, 20:21 UTC · CWE-119 · Improper Restriction of Operations within the Bounds of a Memory Buffer

CVE recordCVE.org · 5.1
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2021-26811
Product sourceCNA
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2021-3489 · cve.blacktree.nl