Lucene search

K
cveLinuxCVE-2024-46781
HistorySep 18, 2024 - 8:15 a.m.

CVE-2024-46781

2024-09-1808:15:05
Linux
web.nvd.nist.gov
9
linux
nilfs2
recovery error
use-after-free
bug
data recovery
log writer
inodes
kasan
checkpoint

AI Score

6.7

Confidence

Low

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.

Affected configurations

Vulners
Node
linuxlinux_kernelRange2.6.304.19.322
OR
linuxlinux_kernelRange4.20.05.4.284
OR
linuxlinux_kernelRange5.5.05.10.226
OR
linuxlinux_kernelRange5.11.05.15.167
OR
linuxlinux_kernelRange5.16.06.1.110
OR
linuxlinux_kernelRange6.2.06.6.51
OR
linuxlinux_kernelRange6.7.06.10.10
OR
linuxlinux_kernelRange6.11.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

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"
      }
    ]
  }
]

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

13.8%

Related for CVE-2024-46781