Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46781
HistorySep 18, 2024 - 7:12 a.m.

CVE-2024-46781 nilfs2: fix missing cleanup on rollforward recovery error

2024-09-1807:12:37
Linux
www.cve.org
linux kernel
nilfs2
recovery error
use-after-free
data recovery
inodes
cleanup

EPSS

0

Percentile

13.8%

In the Linux kernel, the following vulnerability has been resolved:

nilfs2: fix missing cleanup on rollforward recovery error

In an error injection test of a routine for mount-time recovery, KASAN
found a use-after-free bug.

It turned out that if data recovery was performed using partial logs
created by dsync writes, but an error occurred before starting the log
writer to create a recovered checkpoint, the inodes whose data had been
recovered were left in the ns_dirty_files list of the nilfs object and
were not freed.

Fix this issue by cleaning up inodes that have read the recovery data if
the recovery routine fails midway before the log writer starts.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/nilfs2/recovery.c"
    ],
    "versions": [
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "35a9a7a7d946",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "da02f9eb3333",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "07e4dc2fe000",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "8e2d1e9d93c4",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "ca92c4bff283",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "9d8c3a585d56",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "1cf1f7e8cd47",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0f3e1c7f23f8",
        "lessThan": "5787fcaab9eb",
        "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/nilfs2/recovery.c"
    ],
    "versions": [
      {
        "version": "2.6.30",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "2.6.30",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.322",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.284",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.226",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.167",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.110",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.51",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.10",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

13.8%

Related for CVELIST:CVE-2024-46781