Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2020-36775
HistoryFeb 26, 2024 - 5:20 p.m.

CVE-2020-36775 f2fs: fix to avoid potential deadlock

2024-02-2617:20:21
Linux
github.com
f2fs
vulnerability
fix
potential deadlock
linux kernel
cve

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

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().

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/f2fs/compress.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "0478ccdc8ea0",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "8e8542437bb4",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "df77fbd8c5b2",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/f2fs/compress.c"
    ],
    "versions": [
      {
        "version": "5.4.189",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.6.7",
        "lessThanOrEqual": "5.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.7",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

Related for VULNRICHMENT:CVE-2020-36775