Lucene search

K
cvelistLinuxCVELIST:CVE-2024-45026
HistorySep 11, 2024 - 3:13 p.m.

CVE-2024-45026 s390/dasd: fix error recovery leading to data corruption on ESE devices

2024-09-1115:13:58
Linux
www.cve.org
3
linux kernel
s390/dasd
ese devices
data corruption
error recovery
thin provisioned volumes

EPSS

0

Percentile

5.1%

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

s390/dasd: fix error recovery leading to data corruption on ESE devices

Extent Space Efficient (ESE) or thin provisioned volumes need to be
formatted on demand during usual IO processing.

The dasd_ese_needs_format function checks for error codes that signal
the non existence of a proper track format.

The check for incorrect length is to imprecise since other error cases
leading to transport of insufficient data also have this flag set.
This might lead to data corruption in certain error cases for example
during a storage server warmstart.

Fix by removing the check for incorrect length and replacing by
explicitly checking for invalid track format in transport mode.

Also remove the check for file protected since this is not a valid
ESE handling case.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/s390/block/dasd.c",
      "drivers/s390/block/dasd_3990_erp.c",
      "drivers/s390/block/dasd_eckd.c",
      "drivers/s390/block/dasd_int.h"
    ],
    "versions": [
      {
        "version": "5e2b17e712cf",
        "lessThan": "19f60a55b2fd",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "e245a18281c2",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "a665e3b7ac7d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "0a228896a1b3",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "93a7e2856951",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "5d4a304338da",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5e2b17e712cf",
        "lessThan": "7db404233658",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/s390/block/dasd.c",
      "drivers/s390/block/dasd_3990_erp.c",
      "drivers/s390/block/dasd_eckd.c",
      "drivers/s390/block/dasd_int.h"
    ],
    "versions": [
      {
        "version": "5.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.283",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.225",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.166",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.107",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.48",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.7",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

5.1%

Related for CVELIST:CVE-2024-45026