CVE-2026-45840 is a denial-of-service vulnerability in the Linux kernel's Open vSwitch implementation. The issue is in the vport netlink reply path: reply helpers allocate a fixed-size skb using nlmsg_new(NLMSG_DEFAULT_SIZE, ...) but then serialize the full upcall PID array via ovs_vport_get_upcall_portids(). The setter ovs_vport_set_upcall_portids() accepted any non-zero multiple of sizeof(u32) without an upper bound, allowing an attacker to configure an oversized PID array. When the kernel later attempts to include that array in a vport netlink reply, nla_put() can fail with -EMSGSIZE because the reply buffer is too small, and the code then hits BUG_ON(err < 0), causing a kernel BUG and panic. The fix rejects arrays larger than nr_cpu_ids and pre-computes a sufficiently large worst-case reply size in ovs_vport_cmd_msg_size().
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
3 sources tracked across advisories and community write-ups. News coverage will land here when it surfaces.
No news coverage yet. Advisories and community discussion only.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.