PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-53267 Linux CVE debrief

CVE-2026-53267 is a HIGH severity vulnerability in the Linux kernel's netfilter component. The vulnerability is caused by a bug in the nft_ct module, which allows an attacker to overflow the kernel stack by triggering a 16-byte memcpy operation on a template conntrack object. This can be exploited by an attacker with local access to the system, potentially leading to privilege escalation. The bug was introduced due to inadequate checks on the conntrack object's type, allowing a template object to be treated as a real conntrack object. The vulnerability has been resolved by adding checks to reject template conntrack objects at evaluation time.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-25
Original CVE updated
2026-07-08
Advisory published
2026-06-25
Advisory updated
2026-07-08

Who should care

System administrators and security teams responsible for Linux kernel-based systems should be aware of this vulnerability. The vulnerability requires local access to the system, but can potentially lead to privilege escalation. Therefore, it is essential to apply the necessary patches or mitigations to prevent exploitation.

Technical summary

The vulnerability is located in the nft_ct module of the Linux kernel's netfilter component. The bug is caused by inadequate checks on the conntrack object's type, allowing a template object to be treated as a real conntrack object. When a template conntrack object is passed to the nft_ct_get_eval function, it triggers a 16-byte memcpy operation on the kernel stack, potentially overflowing it. The vulnerability has been resolved by adding checks to reject template conntrack objects at evaluation time and bounding the address copy in NFT_CT_SRC / NFT_CT_DST by priv->len instead of by nf_ct_l3num(ct).

Defensive priority

High priority should be given to patching or mitigating this vulnerability, as it can potentially lead to privilege escalation. System administrators and security teams should review their Linux kernel-based systems and apply the necessary patches or mitigations.

Recommended defensive actions

  • Apply the official patches provided by the Linux kernel maintainers.
  • Review and update Linux kernel-based systems to ensure they are running with the patched version.
  • Implement compensating controls, such as monitoring and intrusion detection systems, to detect potential exploitation attempts.
  • Perform thorough vulnerability assessments and penetration testing to identify potential vulnerabilities in the system.
  • Develop and implement a comprehensive incident response plan to respond to potential security incidents.

Evidence notes

The vulnerability was discovered by an unknown researcher and reported to the Linux kernel maintainers. The vulnerability has been assigned a CVSS score of 7.8 and a severity of HIGH. The vulnerability affects the Linux kernel's netfilter component and can be exploited by an attacker with local access to the system.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-53267 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-53267 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/2e154b5f53f1b0b490c7b8b02499f90feb86b1d5

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3027ecbdb5fdf9200251c21d4818e4c447ef78e1

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8470f676eadeab99132708acb1a85915664d6115

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.