Lucene search

K
cveLinuxCVE-2022-48665
HistoryApr 28, 2024 - 1:15 p.m.

CVE-2022-48665

2024-04-2813:15:08
Linux
web.nvd.nist.gov
35
linux kernel
exfat
overflow vulnerability
large capacity partition
storage
sector size
2tb
nvd

AI Score

7

Confidence

Low

EPSS

0

Percentile

9.0%

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

exfat: fix overflow for large capacity partition

Using int type for sector index, there will be overflow in a large
capacity partition.

For example, if storage with sector size of 512 bytes and partition
capacity is larger than 2TB, there will be overflow.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.195.19.12
OR
linuxlinux_kernelRange5.20.06.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/exfat/fatent.c"
    ],
    "versions": [
      {
        "version": "1b6138385499",
        "lessThan": "17244f71765d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1b6138385499",
        "lessThan": "2e9ceb6728f1",
        "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/exfat/fatent.c"
    ],
    "versions": [
      {
        "version": "5.19",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.19",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.19.12",
        "lessThanOrEqual": "5.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.0",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7

Confidence

Low

EPSS

0

Percentile

9.0%