CVE-2026-22982
Published: Jan 23, 2026
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix crash when adding interface under a lag Commit 15faa1f67ab4 ("lan966x: Fix crash when adding interface under a lag") fixed a similar issue in the lan966x driver caused by a NULL pointer dereference. The ocelot_set_aggr_pgids() function in the ocelot driver has similar logic and is susceptible to the same crash. This issue specifically affects the ocelot_vsc7514.c frontend, which leaves unused ports as NULL pointers. The felix_vsc9959.c frontend is unaffected as it uses the DSA framework which registers all ports. Fix this by checking if the port pointer is valid before accessing it.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 528d3f190c98c8f7d9581f68db4af021696727b2 - < 8767f238b0e6c3d0b295ac6dce9fbe6a99bd1b9daffected 528d3f190c98c8f7d9581f68db4af021696727b2 - < b17818307446c5a8d925a39a792261dbfa930041affected 528d3f190c98c8f7d9581f68db4af021696727b2 - < 2985712dc76dfa670eb7fd607c09d4d48e5f5c6eaffected 528d3f190c98c8f7d9581f68db4af021696727b2 - < 03fb1708b7d1e76aecebf767ad059c319845039faffected 528d3f190c98c8f7d9581f68db4af021696727b2 - < f490af47bbee02441e356a1e0b86e3b3dd5120ff+1 more versions |
Linux | Linux | affected 5.12unaffected 0 - < 5.12unaffected 5.15.198 - <= 5.15.*unaffected 6.1.161 - <= 6.1.*unaffected 6.6.121 - <= 6.6.*+3 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now