
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2022-49208 is a vulnerability in the Linux kernel's RDMA/irdma driver that involves potential integer underflows. The issue was discovered in the irdmascceqinit() function within the drivers/infiniband/hw/irdma/ctrl.c file, where there was a possibility of integer underflow when handling the 'info->dev->hmcfpmmisc.maxceqs' value received from firmware (Kernel Git).
The vulnerability exists in the condition checks for ceqid values against maxceqs. The original code used a subtraction operation that could lead to an integer underflow if maxceqs was zero. The issue was identified in multiple functions including irdmascceqinit(), irdmasccqcreate(), and irdmascccqinit(). The fix involved changing the comparison logic from 'value > (max - 1)' to 'value >= max' to prevent potential underflows (Kernel Git).
While the full impact is not explicitly detailed in the sources, the integer underflow vulnerability could potentially lead to validation bypass in the RDMA/irdma driver, affecting the handling of CEQ (Completion Event Queue) operations in the Linux kernel.
The issue has been fixed in the Linux kernel through a patch that modifies the comparison logic in the affected functions. The fix was implemented by Dan Carpenter and reviewed by Shiraz Saleem, with the final sign-off from Jason Gunthorpe (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”