PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-45971 Linux CVE debrief

A vulnerability in the Linux kernel's BPF subsystem allowed excessive BPF program signature sizes to trigger expensive allocation paths. The fix limits signature sizes to prevent abuse via kmalloc_large or vmalloc.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-27
Original CVE updated
2026-06-16
Advisory published
2026-05-27
Advisory updated
2026-06-16

Who should care

Linux system administrators, kernel maintainers, security teams operating eBPF-based observability or security tooling, and organizations with custom BPF program loading workflows

Technical summary

The Linux kernel's BPF subsystem did not enforce practical limits on BPF program signature sizes. Attackers could supply excessive size values to force the kernel into expensive allocation paths (kmalloc_large or vmalloc), potentially causing resource exhaustion or performance degradation. The resolution limits signature sizes to values significantly smaller than KMALLOC_MAX_CACHE_SIZE, aligning with practical signature dimensions and preventing abuse of large allocation mechanisms.

Defensive priority

medium

Recommended defensive actions

  • Apply kernel updates from stable branches when available
  • Monitor for BPF-related resource exhaustion anomalies
  • Review BPF program loading permissions and audit signature sizes in use

Evidence notes

CVE published 2026-05-27. Kernel commit references indicate stable branch fixes. No CVSS score assigned by NVD at time of disclosure.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-45971 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-45971

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-45971 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45971

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5835a077c6f5c565d525eaca9fac01572b97a9b9

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/ea1535e28bb3773fc0b3cbd1f3842b808016990c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/eb8166c79097996396468a341de258a798789d36

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.