Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bounds in mlx5_cmd_dr_create_fte+0x18ee/0x1e70 This patch fixes the issue by both increasing the allocated buffers to accommodate for the needed actions and by checking the number of actions to prevent this issue when a rule with too many actions is provided.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.16, < 5.16.12 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/0aec12d97b2036af0946e3d582144739860ac07bPatch
- https://git.kernel.org/stable/c/4ad319cdfbe555b4ff67bc608736c46a6930c848Patch
FAQ
What is CVE-2022-48932?
CVE-2022-48932 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte When adding a rule with 32 destinations, we hit the following out-o...
How severe is CVE-2022-48932?
CVE-2022-48932 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-48932?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.