5.5
CVE-2020-36775
- EPSS 0.03%
 - Published 26.02.2024 18:15:07
 - Last modified 11.07.2025 13:15:22
 - Source 416baaa9-dc9f-4396-8d5f-8c081f
 - CVE-Watchlists
 - Open
 
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock Using f2fs_trylock_op() in f2fs_write_compressed_pages() to avoid potential deadlock like we did in f2fs_write_single_data_page().
Data is provided by the National Vulnerability Database (NVD)
	Linux ≫ Linux Kernel  Version < 5.4.189
	Linux ≫ Linux Kernel  Version >= 5.5.0 < 5.6.7
| Type | Source | Score | Percentile | 
|---|---|---|---|
| EPSS | FIRST.org | 0.03% | 0.057 | 
| Source | Base Score | Exploit Score | Impact Score | Vector string | 
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 | 
                 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H  
             | 
        
CWE-667 Improper Locking
The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.