CVE-2026-43205 is a kernel memory corruption vulnerability in the Linux kernel's dpaa2-switch driver. The driver retrieves the number of switch interfaces from firmware through dpsw_get_attributes() and stores it in sw_attr.num_ifs, but failed to validate that value against the fixed maximum interface count, DPSW_MAX_IF, which is 64. That untrusted value is later used to control iteration in dpaa2_switch_fdb_get_flood_cfg(), which writes interface identifiers into a fixed-size if_id array sized for 64 entries. If firmware reports num_ifs greater than or equal to the maximum, the code can write past the end of the array. The flaw also affects the boundary case where num_ifs equals the maximum: after filling all available slots with matching ports, the function appends the control interface at index num_ifs, causing a one-entry overflow. The issue was resolved by adding bounds validation for num_ifs during dpaa2_switch_init().
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.
2 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
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.