
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2022-49147 is a vulnerability discovered in the Linux kernel's block subsystem. The issue relates to the handling of minor values in the blkallocext_minor() function. The vulnerability was disclosed and resolved in early 2022, affecting the Linux kernel's block device management system (Kernel Git).
The vulnerability stems from an implementation flaw in the blkallocextminor() function where idaallocrange(..., min, max, ...) returns values from min to max inclusive. The issue occurs because NREXTDEVT is a valid idx returned by blkallocextminor(), and when this value is used in deviceadddisk() with the expression ddev->devt = MKDEV(disk->major, disk->firstminor), it could cause an overflow since NREXT_DEVT is defined as (1 << MINORBITS) (Kernel Git).
If exploited, this vulnerability could lead to an overflow condition when handling block device minor numbers in the Linux kernel. This could potentially affect system stability and block device management (NVD).
The issue has been fixed by modifying the maximum value in idaallocrange to NREXTDEVT - 1, preventing the potential overflow condition. The fix was implemented through a patch in the Linux kernel (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.”