- Description
- 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.
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
- NVD status
- Received
CVSS 3.1
- Type
- Secondary
- Base score
- 7.8
- Impact score
- 5.9
- Exploitability score
- 1.8
- Vector string
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity
- HIGH
- Hype score
- Not currently trending
クラウドやコンテナ基盤で使われるLinuxカーネルの仮想スイッチOVSに、一般利用者がroot権限を取れる「OVSwrap」(CVE-2026-64531)が報告されました。7月24日に安定版へ修正が入り、28日に解説と実証コードが公開
@MalwareBibleJP
14 Aug 2026
1083 Impressions
3 Retweets
7 Likes
2 Bookmarks
0 Replies
0 Quotes
CVE-2026-64531 (CVSS 7.8) is a 13-year-old Linux kernel Open vSwitch LPE, made reachable by a March 2025 cap removal. A public PoC targets ~800 kernel builds across Debian, Ubuntu, Fedora, and more. Patch now or block the module with modprobe.d. #DFIR_Radar https://t.co/EXYKGUN6
@DFIR_Radar
7 Aug 2026
148 Impressions
0 Retweets
0 Likes
0 Bookmarks
1 Reply
0 Quotes
🐧 CVE-2026-64531 affects the Linux Open vSwitch datapath. A public exploit covers hundreds of kernel builds and could elevate an ordinary local user to root. Source: The Hacker News #LinuxSecurity #PrivilegeEscalation #CVE
@XQOPTRX
6 Aug 2026
11 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
A 13-year-old bug buried deep inside the Linux kernel has quietly become one of the most interesting privilege escalation vulnerabilities disclosed this year. 🔗 Read the full analysis: https://t.co/945iwLJ6zi OVSwrap (CVE-2026-64531) affects the Open vSwitch kernel datapath
@thecybersecguru
5 Aug 2026
162 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
A 13-year-old bug buried deep inside the Linux kernel has quietly become one of the most interesting privilege escalation vulnerabilities disclosed this year. OVSwrap (CVE-2026-64531) affects the Open vSwitch kernel datapath and can allow an unprivileged local user to gain root
@thecybersecguru
5 Aug 2026
16 Impressions
0 Retweets
0 Likes
0 Bookmarks
0 Replies
0 Quotes
Open vSwitch(OVS)のカーネルデータパスに存在する権限昇格脆弱性「OVSwrap」(CVE-2026-64531)が公開された。一般ユーザーでもroot権限を取得できる可能性があり、UbuntuやDebian、Fedoraなど多くのLinuxディストリビュ
@yousukezan
5 Aug 2026
1527 Impressions
11 Retweets
13 Likes
2 Bookmarks
0 Replies
0 Quotes