PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-63801 Linux CVE debrief

A slab-use-after-free vulnerability was found in the Linux kernel's tipc tipc_aead_decrypt_done function. This issue occurs when the decrypt path of the tipc crypto functionality does not take a reference on the network namespace, leading to a use-after-free condition when the namespace is torn down. The vulnerability allows for potential remote code execution or denial-of-service attacks. Linux kernel developers and maintainers should be aware of this vulnerability and take steps to mitigate it.

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

Who should care

Linux kernel developers and maintainers, as well as users of Linux distributions, should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and applying patches, monitoring for suspicious activity, and implementing compensating controls.

Technical summary

The tipc_aead_decrypt() function in the Linux kernel's tipc crypto implementation does not take a reference on the network namespace before offloading decryption asynchronously. This can lead to a slab-use-after-free vulnerability when the namespace is torn down and the decryption completion is executed later, accessing freed memory. The fix involves taking a net reference before crypto_aead_decrypt() and dropping it with put_net() on synchronous return paths and in tipc_aead_decrypt_done().

Defensive priority

High

Recommended defensive actions

  • Apply the fix: take a net reference before crypto_aead_decrypt() and drop it with put_net() on synchronous return paths and in tipc_aead_decrypt_done().
  • Inventory and monitor Linux kernel versions for patch availability and apply patches promptly.
  • Implement compensating controls, such as network traffic monitoring, to detect potential exploitation attempts.
  • Review and test Linux kernel configurations for TIPC and crypto functionality.
  • Monitor for suspicious decryption activity and adjust detection rules as necessary.
  • Track exceptions and retest remediated assets to ensure vulnerability mitigation.

Evidence notes

The vulnerability was found by 0sec automated security-research tooling. The issue is similar to a previous fix for the encrypt side (commit e279024617134). Evidence limits suggest this issue may impact Linux kernel deployments using TIPC crypto functionality. Defenders should verify TIPC and crypto configurations, review network namespace management, and monitor for suspicious decryption activity.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-63801 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-63801 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/0a780653b2a7569a7af9be7d0b00b1251baca63a

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/171d31245d11bf84836fad3b394cb465a4d008ec

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1eea5e1820a2f5164d706bd1277bc97ff31ce32d

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2d1f21419ec121232c916d3a3fc9b6766473a0e7

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.