7.8
CVE-2021-46943
- EPSS 0.04%
 - Published 27.02.2024 19:04:06
 - Last modified 21.11.2024 06:34:59
 - Source 416baaa9-dc9f-4396-8d5f-8c081f
 - CVE-Watchlists
 - Open
 
In the Linux kernel, the following vulnerability has been resolved: media: staging/intel-ipu3: Fix set_fmt error handling If there in an error during a set_fmt, do not overwrite the previous sizes with the invalid config. Without this patch, v4l2-compliance ends up allocating 4GiB of RAM and causing the following OOPs [ 38.662975] ipu3-imgu 0000:00:05.0: swiotlb buffer is full (sz: 4096 bytes) [ 38.662980] DMA: Out of SW-IOMMU space for 4096 bytes at device 0000:00:05.0 [ 38.663010] general protection fault: 0000 [#1] PREEMPT SMP
Data is provided by the National Vulnerability Database (NVD)
	Linux ≫ Linux Kernel  Version >= 5.2.0 < 5.4.118
	Linux ≫ Linux Kernel  Version >= 5.5.0 < 5.10.36
	Linux ≫ Linux Kernel  Version >= 5.11.0 < 5.11.20
	Linux ≫ Linux Kernel  Version >= 5.12.0 < 5.12.3
| Type | Source | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.109 | 
| Source | Base Score | Exploit Score | Impact Score | Vector string | 
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 | 
                 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H  
             | 
        
CWE-131 Incorrect Calculation of Buffer Size
The product does not correctly calculate the size to be used when allocating a buffer, which could lead to a buffer overflow.