CVE detail
CVE-2026-64531
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nla_len field is u16. Commit a1e64addf3ff ("net: openvswitch: remove misbehaving actions length check") allowed the total sw_flow_actions stream to grow beyond 64 KiB, which is valid, but also removed the last guard preventing a generated nested action attribute from exceeding U16_MAX. An oversized generated container can thus be closed with a truncated nla_len. A later dump or teardown then walks a structurally different stream than the one that was validated. In particular, an oversized nested CLONE/CT action may cause subsequent bytes in the generated stream to be interpreted as independent actions. Keep the larger total-action-stream behavior, but make nested action close reject generated containers that do not fit in nla_len, and return the error through all callers. For recursive SAMPLE, CLONE, DEC_TTL, and CHECK_PKT_LEN builders, trim resource-owning action-list tails in reverse construction order before discarding failed wrappers, so resources copied into the rejected tails are released before the wrappers are removed. Most failed outer wrappers are discarded by truncating actions_len after child resources have been released. CHECK_PKT_LEN also trims its parent after branch resources are gone. SET/TUNNEL close failures unwind their known tun_dst ownership directly, and SET_TO_MASKED has no external ownership and truncates on close failure.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 26.4 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 13
- within the 30d window
- Peak daily
- 11
- highest bucket
Evidence
Source links by recency
13 source links · newest first
ers gain root privileges on most distributions using Open vSwitch. Security researcher Asim Manizada disclosed OVSwrap (CVE-2026-64531, CVSS score of 7.8), a local privilege escalation vulnerability in the Linux kernel’s Open vSwitch datapath that lets an ordinary user become root on a wide range of […]
newssecurityaffairs.comAug 5, 2026, 2:24 PMbutions, and a public exploit ships with pre-built records for roughly 800 kernel builds. The vulnerability, tracked as CVE-2026-64531 (CVSS score: 7.8) and codenamed OVSwrap by its discoverer, was disclosed by security researcher Asim
newsthehackernews.comAug 5, 2026, 11:43 AM- http://www.openwall.com/lists/oss-security/2026/08/01/3www.openwall.com
No excerpt available.
Exploitwww.openwall.comJul 27, 2026, 8:16 AM - http://www.openwall.com/lists/oss-security/2026/08/01/1www.openwall.com
No excerpt available.
Exploitwww.openwall.comJul 27, 2026, 8:16 AM - http://www.openwall.com/lists/oss-security/2026/07/31/17www.openwall.com
No excerpt available.
Exploitwww.openwall.comJul 27, 2026, 8:16 AM - http://www.openwall.com/lists/oss-security/2026/07/28/8www.openwall.com
No excerpt available.
Exploitwww.openwall.comJul 27, 2026, 8:16 AM No excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AMNo excerpt available.
Exploitgit.kernel.orgJul 27, 2026, 8:16 AM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.