PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64531 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved. The net: openvswitch module rejects oversized nested action attributes. This change prevents potential issues with structurally different streams being walked during validation and teardown. Users of the Linux kernel, particularly those using Open vSwitch, should review the provided patches and ensure their systems are updated.

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

Who should care

Users of the Linux kernel, particularly those using Open vSwitch, should be aware of this vulnerability and review the provided patches to ensure their systems are updated. This vulnerability may impact operators, platforms, and security teams responsible for maintaining and securing Linux kernel-based systems.

Technical summary

The Linux kernel's Open vSwitch module stores generated flow actions as nlattrs with a u16 nla_len field. A previous commit allowed the total sw_flow_actions stream to grow beyond 64 KiB but removed the last guard preventing oversized generated nested action attributes. An attacker could exploit this by creating an oversized generated container, which could be closed with a truncated nla_len, leading to structurally different streams being walked during validation and teardown. The fix ensures that nested action close rejects generated containers that do not fit in nla_len.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the provided patches to the Linux kernel
  • Ensure Open vSwitch is configured securely
  • Monitor for suspicious activity
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The CVE record was published on 2026-07-27T08:16:22.243Z and has not been modified since then. The Linux kernel's Open vSwitch module stores generated flow actions as nlattrs with a u16 nla_len field. A previous commit allowed the total sw_flow_actions stream to grow beyond 64 KiB but removed the last guard preventing oversized generated nested action attributes. Evidence limits suggest that further details may be required to fully understand the vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64531 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64531 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/1b41cbe05b184f8861712f0806cc0c4f5d8c6dfe

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3f1f755366687d051174739fb99f7d560202f60b

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.