CVE-2022-49208
Last modified
CVE-2022-49208 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent some integer underflows My static checker complains that: drivers/infiniband/hw/irdma/ctrl.c:3605 irdma_sc_ceq_init() warn: can subtract underflow 'info->dev->hmc_fpm_misc.max_ceqs'? It appears that "info->dev->hmc_fpm_misc.max_ceqs" comes from the firmware in irdma_sc_parse_fpm_query_buf() so, yes, there is a chance that it could be zero. Even if we trust the firmware, it's easy enough to change the condition just as a hardenning measure.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent some integer underflows My static checker complains that: drivers/infiniband/hw/irdma/ctrl.c:3605 irdma_sc_ceq_init() warn: can subtract underflow 'info->dev->hmc_fpm_misc.max_ceqs'? It appears that "info->dev->hmc_fpm_misc.max_ceqs" comes from the firmware in irdma_sc_parse_fpm_query_buf() so, yes, there is a chance that it could be zero. Even if we trust the firmware, it's easy enough to change the condition just as a hardenning measure.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.15.33 |
| Linux | Linux Kernel | >= 5.16, < 5.16.19 |
| Linux | Linux Kernel | >= 5.17, < 5.17.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-49208?
How severe is CVE-2022-49208?
How do I fix CVE-2022-49208?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-49202In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49203In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49204In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49205In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-49206In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49207In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49209In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-4921Use after free in Accessibility in Google Chrome prior to 99…8.8
- CVE-2022-49210In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49211In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49212In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2022-49213In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2022-49208?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
