PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63981 Linux CVE debrief

The Linux kernel was vulnerable to a stack overflow attack due to a bypass of the recursion limit in the act_mirred function. This vulnerability could be exploited by an unprivileged user via user namespaces. The vulnerability was caused by the act_mirred function not properly incrementing a recursion counter before calling tcf_blockcast, allowing for an unbounded recursion loop and potential stack overflow.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

System administrators and users of Linux kernel versions that are vulnerable to this exploit should apply patches or mitigations to prevent potential stack overflow attacks. This vulnerability could be exploited by an unprivileged user via user namespaces, making it a high-priority vulnerability to address.

Technical summary

The act_mirred function in the Linux kernel did not properly increment a recursion counter before calling tcf_blockcast, allowing for an unbounded recursion loop and potential stack overflow. This vulnerability can be exploited by an unprivileged user via user namespaces. The vulnerability was reachable from an unprivileged user via unshare(CLONE_NEWUSER | CLONE_NEWNET): user namespaces grant CAP_NET_ADMIN in the new network namespace, which is sufficient to create dummy devices, attach clsact qdiscs with shared blocks, and install mirred blockcast filters.

Defensive priority

High

Recommended defensive actions

  • Apply patches or updates to the Linux kernel to fix the vulnerability
  • Implement compensating controls to limit the impact of potential exploits
  • Monitor system logs for signs of exploitation attempts
  • Review and update incident response plans to include procedures for addressing potential stack overflow attacks
  • Conduct regular vulnerability assessments to identify and address potential vulnerabilities in the Linux kernel
  • Verify that all necessary security patches are applied and up-to-date
  • Consider implementing additional security controls, such as network segmentation or access controls, to limit the impact of potential exploits

Evidence notes

The CVE record was published on 2026-07-19T16:17:17.283Z and has not been modified since then. The NVD entry is currently Received. There is no additional information available about the vulnerability beyond what is provided in the CVE record and NVD entry.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63981 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-63981 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/25fc9352590f5ef21ebf290432bd768b336693bc

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/34457de389fb64a01fdcc71177dfebe65fd2d362

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

  • Source reference

    Unverified legacy reference

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

    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.